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 also got an NPE with com.thoughtworks.qdox.model.JavaPackage.getName() while processing IMPORTS section:
Arquivo QDOX:E:\projects\parsed\(M6)-airavata-airavata-0.19.qdox
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.thoughtworks.qdox.model.JavaPackage.getName()" because the return value of "com.thoughtworks.qdox.model.JavaSource.getPackage()" is null
Exception in thread "main" com.thoughtworks.qdox.parser.ParseException: syntax error @[28,44] in file:/E:/projects/software/apache-beam-2.44.0/beam-2.44.0/runners/core-java/src/main/java/org/apache/beam/runners/core/DoFnRunner.java
There is a potential NPE in
qdox/src/main/java/com/thoughtworks/qdox/library/SourceLibrary.java
Lines 174 to 175 in 20c12cb
The text was updated successfully, but these errors were encountered: