-
Bug
-
Resolution: Done
-
Major
-
1.3.3.Final
-
None
org.jboss.forge.parser.java.Method.getQualifiedReturnType() converts array types into simple types resulting in loss of information about the return type.
This is due to Arrays being stripped away when org.jboss.forge.parser.java.impl.AbstractJavaSource.resolveType(String) is invoked. The type returned by AbstractJavaSource omits any information about the ArrayType in the provided argument, and this is not accounted for when returning the qualified type.
- blocks
-
FORGE-1024 The generated scaffold may fail to compile when array-typed fields are present in the JPA entities
- Closed
-
FORGE-918 Forge Java parser interprets Type x[][] fields as Type
- Closed