Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Don't increment the number of statements on a :
- method (included constructor) declaration (TokenTypes.CTOR_DEF, TokenTypes.METHOD_DEF)
- field declaration (TokenTypes.VARIABLE_DEF) AT CLASS LEVEL.
- annotation declaration (TokenTypes.ANNOTATION)
But increment the number of statements on a :
- assert declaration (I guess TokenTypes.ASSERT)