]
Vineet Reynolds updated FORGE-1086:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 1.3.4.Final
Resolution: Done
Pushed upstream:
JavaParser fails to identify types of ArrayType in field types
--------------------------------------------------------------
Key: FORGE-1086
URL:
https://issues.jboss.org/browse/FORGE-1086
Project: Forge
Issue Type: Bug
Components: Parsers / File Manipulation
Affects Versions: 1.3.3.Final
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
Fix For: 1.3.4.Final
Similar to FORGE-1026, {{org.jboss.forge.parser.java.Field.getQualifiedType()}} converts
array types into simple types resulting in loss of information about the field 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: