jboss-javassist/javassist

Compiler is too eager to search the default package for classes

ThatGamerBlue opened this issue · 0 comments

Sometimes the compiler will search for inner classes of classes in the default package instead of using a fully-qualified name.

Using Javassist version 3.29.0-GA

Test project using gradle attached, with expected behaviour and workaround.
javassist-compiler-class-resolver.zip