Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.1, 1.7-beta-1
-
None
Description
Collection types in AST classes should be parameterized. For example, SwitchStatement.getCaseStatements() should have return type List<CaseStatement> instead of List.