Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20222

"Create Deployment Method" gets confused when dependent is a Inner Type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.3.0.CR1
    • 4.3.0.Beta1
    • arquillian
    • None

      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:

      public class Target {
      
          public static enum Type {
              Remote, Managed, Embedded
          }
      
      }
      

            snjeza_jira Snjezana Peco (Inactive)
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: