[jboss-jira] [JBoss JIRA] (DROOLS-815) Ensure type declarations can handle inner classes

Davide Sottara (JIRA) issues at jboss.org
Sat Jun 13 14:23:02 EDT 2015


Davide Sottara created DROOLS-815:
-------------------------------------

             Summary: Ensure type declarations can handle inner classes
                 Key: DROOLS-815
                 URL: https://issues.jboss.org/browse/DROOLS-815
             Project: Drools
          Issue Type: Bug
    Affects Versions: 6.3.0.Beta1
            Reporter: Davide Sottara
            Assignee: Davide Sottara
            Priority: Minor


Verify that deeply nested classes can be handled correclty, even in edge cases

{code}
public class Foo {
    public static class $X {
        public static class $Y {
        }
    }
}
{code}



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


More information about the jboss-jira mailing list