You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error, which prevents me from getting an analysis.json file:
3586. [SEVERE] class com.ibm.wala.classLoader.ClassLoaderImpl$MultipleImplementationsWarning : Lorg/opentest4j/ValueWrapper
at com.ibm.wala.ipa.callgraph.propagation.PropagationCallGraphBuilder.makeCallGraph(PropagationCallGraphBuilder.java:240)
at com.ibm.cldk.SystemDependencyGraph.construct(SystemDependencyGraph.java:236)
at com.ibm.cldk.CodeAnalyzer.analyze(CodeAnalyzer.java:177)
at com.ibm.cldk.CodeAnalyzer.run(CodeAnalyzer.java:103)
... 7 more
Additional info:
java -version
openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Mac OS X amd64-64-Bit Compressed References 20240116_636 (JIT enabled, AOT enabled)
OpenJ9 - 2c3d78b48
OMR - ea8124dbc
JCL - 2aad089841f based on jdk-17.0.10+7)
The text was updated successfully, but these errors were encountered:
When running the code analyzer for the
codeAnalyzer/codenet-minerva-code-analyzer
project with the following commands:I'm getting the following error, which prevents me from getting an analysis.json file:
Additional info:
The text was updated successfully, but these errors were encountered: