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
Last week I encounter a NPE when I spoon Closure Compiler at JDTTreeBuilder:415.
Because I some case context.compilationunitdeclaration.imports is null.
I fix the problem by putting the if at JDTTreeBuilder:2232 in the else of the previous if. @GerardPaligot Do you remember why it is not currently the case?
I did not succeed to reproduce the NPE in a test.
The text was updated successfully, but these errors were encountered:
Last week I encounter a NPE when I spoon Closure Compiler at JDTTreeBuilder:415.
Because I some case
context.compilationunitdeclaration.imports
isnull
.I fix the problem by putting the
if
at JDTTreeBuilder:2232 in theelse
of the previousif
.@GerardPaligot Do you remember why it is not currently the case?
I did not succeed to reproduce the NPE in a test.
The text was updated successfully, but these errors were encountered: