]
Lucia Jelinkova closed JBIDE-20223.
-----------------------------------
Verified JBT 4.3.0 cr1a
"Create Deployment Method" generate compile error when
'dependent' class is a inner type
----------------------------------------------------------------------------------------
Key: JBIDE-20223
URL:
https://issues.jboss.org/browse/JBIDE-20223
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: arquillian
Affects Versions: 4.3.0.Beta1
Reporter: Aslak Knutsen
Assignee: Snjezana Peco
Fix For: 4.3.0.CR1
Attachments: create_deployment_dependent_inner_type.png,
generated_source_with_inner_type.png
When using the "Create Deployment Method" wizard then;
* Add a single Class that refers to a Inner Type of some other Class.
* Press "Add dependent classes"
The suggested/added Inner Type has the fully qualified class name(Parent$Child):
!create_deployment_dependent_inner_type.png!
And the generated source has compilation errors:
!generated_source_with_inner_type.png!
Suggestion would be to _only_ include the Parent class and ignore the Inner type from
Archive.