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

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


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

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

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

In this case Type is a Enum in Target:

{code}
public class Target {

    public static enum Type {
        Remote, Managed, Embedded
    }

}
{code}



> "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
>         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