-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
codehaus-plexus/plexus-compiler
#228Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
I'm working to upgrade aspectj to latest version in https://github.com/codehaus-plexus/plexus-compiler
Unfortunately, starting from version 1.9.8 i got NPE like bellow
[ERROR] org.codehaus.plexus.compiler.ajc.AspectJCompilerTest.testCompilingSources Time elapsed: 0.516 s <<< ERROR!
java.lang.NullPointerException: Cannot read the array length because "array" is null
at java.base/java.util.Arrays.stream(Arrays.java:5428)
at org.aspectj.ajdt.internal.core.builder.AjBuildConfig.computeCheckedClasspath(AjBuildConfig.java:937)
at org.aspectj.ajdt.internal.core.builder.AjBuildConfig.getCheckedClasspaths(AjBuildConfig.java:274)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.getLibraryAccess(AjBuildManager.java:946)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.performCompilation(AjBuildManager.java:1047)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.performBuild(AjBuildManager.java:275)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.batchBuild(AjBuildManager.java:188)
at org.codehaus.plexus.compiler.ajc.AspectJCompiler.compileInProcess(AspectJCompiler.java:474)
at org.codehaus.plexus.compiler.ajc.AspectJCompiler.performCompile(AspectJCompiler.java:329)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested