javassist icon indicating copy to clipboard operation
javassist copied to clipboard

Compiler is too eager to search the default package for classes

Open ThatGamerBlue opened this issue 2 years ago • 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

ThatGamerBlue avatar Aug 09 '22 02:08 ThatGamerBlue