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)