Issue 16 in iliadproject: Accessor to an unknown instance variable in ILApplication

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 16 in iliadproject: Accessor to an unknown instance variable in ILApplication

iliadproject
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 16 by steven.costiou: Accessor to an unknown instance variable in  
ILApplication
http://code.google.com/p/iliadproject/issues/detail?id=16

Instances variables of ILApplication were deleted in commit  
dd48d8b7b5066fa2297b, but there is still accessors refering to the old  
attribute "page" (see ILApplication.st >> page, l. 158).

This accessors seems not to refer to any super instance variable.

Deleted in the Iliad Pharo development version - still remaining in the gst  
version.