[jbosstools-issues] [JBoss JIRA] (JBIDE-20223) "Create Deployment Method" generate compile error when 'dependent' class is a inner type

Aslak Knutsen (JIRA) issues at jboss.org
Wed Jul 8 21:54:02 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated JBIDE-20223:
----------------------------------
    Description: 
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:

!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.

  was:
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:

And the generated source has compilation errors:


Suggestion would be to _only_ include the Parent class and ignore the Inner type from Archive.



> "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
>            Reporter: Aslak Knutsen
>         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:
> !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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list