We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0adda commit fe097a6Copy full SHA for fe097a6
src/main/java/net/sourceforge/pmd/util/fxdesigner/app/services/ASTManagerImpl.java
@@ -128,7 +128,9 @@ public ASTManagerImpl(DesignerRoot owner) {
128
updated = null;
129
currentException.setValue(e);
130
} catch (LinkageError e) {
131
+ // LinkageErrors might occur due to API incompatibilities with pmd-core at runtime.
132
133
+ logInternalException(e);
134
}
135
136
compilationUnit.setValue(updated);
0 commit comments