| Project: | Prolint Issue Tracker |
| Component: | Rules |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jurjen |
| Status: | closed |
If you have multiple object creation statements, prolint incorrectly warns that you have a "Possibly Group Assign". However, you cannot use ASSIGN on object creation statments.
e.g.
CONSTRUCTOR PUBLIC ActionGroup ():
CommissionObject = NEW MyApp.Library.CommissionObject().
RuleObject = NEW MyApp.library.RuleObject().
END CONSTRUCTOR.
generates the warning incorrectly.
Comments
#1
Fixed. Subversion revision 311
#2