[
https://issues.jboss.org/browse/JBIDE-20222?page=com.atlassian.jira.plugi...
]
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.
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.
"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.
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)