[jbosstools-issues] [JBoss JIRA] (JBIDE-20222) "Create Deployment Method" gets confused when dependent is a Inner Type

Snjezana Peco (JIRA) issues at jboss.org
Thu Jul 9 09:27:03 EDT 2015


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

Snjezana Peco reassigned JBIDE-20222:
-------------------------------------

    Assignee: Snjezana Peco


> "Create Deployment Method" gets confused when dependent is a Inner Type
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-20222
>                 URL: https://issues.jboss.org/browse/JBIDE-20222
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: arquillian
>            Reporter: Aslak Knutsen
>            Assignee: Snjezana Peco
>         Attachments: inner_type_issue.png
>
>
> When adding a class that depends on a Inner Class the generate deployment logic tries to add it twice;
> * Once as the parent Type
> * Once as the Inner Type
> But it still warns that the Inner Type is not included in the Deployment. 
> !inner_type_issue.png!
> In this case Type is a Enum in Target:
> {code}
> public class Target {
>     public static enum Type {
>         Remote, Managed, Embedded
>     }
> }
> {code}



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


More information about the jbosstools-issues mailing list