Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0001400 |
[Squeak] Tools |
minor |
always |
06-30-05 01:55 |
06-30-05 01:55 |
|
Reporter |
masm |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
open |
|
Status |
new |
|
Product Version |
3.8 |
|
Summary |
0001400: [BUG] Inconsistent checking of new instance variables for conflicts. |
Description |
When adding a new instance variable to a class, Squeak appears to search the methods to see if any blocks are included that also define the new instance variable. If a block exists with that instance variable, it raises an error, asking the user to fix the method.
Unfortunately, Squeak does not check the methods themselves to see if a local variable is defined that conflicts with the new instance variable. It would be very nice if it did perform this check.
|
Additional Information |
Moved from BFAV. Original report by Chris Cunningham <csque0@lycos.com>. |
|
Attached Files |
|
|