]
Mario Fusco reassigned DROOLS-815:
----------------------------------
Assignee: Mario Fusco (was: Davide Sottara)
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: Mario Fusco
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}