Issue Details (XML | Word | Printable)

Key: BOO-950
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Cedric Vivier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Automatic stub creation for non-implemented properties too.

Created: 20/Jan/08 03:39 PM   Updated: 22/Jan/09 09:22 AM   Resolved: 16/Jan/09 09:59 AM
Return to search
Component/s: None
Affects Version/s: 0.8, 0.9
Fix Version/s: 0.9

Time Tracking:
Not Specified


 Description  « Hide

Currently stubs are automatically created when the class does not implement all interfaces's methods.
However when the interface has properties which are not implemented in the class, the "old behavior" (marking abstract) makes it unusable.

It would be nice to automatically create stubs for getters/setters as well.



Cedric Vivier added a comment - 16/Jan/09 09:59 AM

Fixed in rev. 3111