incorrect warning message on Group assign

Project:Prolint Issue Tracker
Component:Rules
Category:bug report
Priority:normal
Assigned:jurjen
Status:closed
Description

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jurjen's picture

#1

Assigned to:Anonymous» jurjen
Status:active» fixed

Fixed. Subversion revision 311


#2

Status:fixed» closed