Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.4
Description
Currently, constants such as
public static final int type = 32
are not internally represented as primitives.
This leads to oddities such as a constant being unusable in switch statements.
Since recent versions of the compile now know primitives, it would be nice if the internal representation was changed.
Attachments
Issue Links
- is related to
-
GROOVY-5292 Stub generation doesn't handle 'protected' multi-line String correctly.
- Closed
- relates to
-
GROOVY-10928 Invalid stub code for interface field
- Closed