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 4b465a9 commit e1dc2ddCopy full SHA for e1dc2dd
Ghidra/Framework/Generic/src/main/java/ghidra/util/classfinder/ClassSearcher.java
@@ -409,7 +409,7 @@ private static void loadExtensionPointSuffixes() {
409
buffy.append(suffix);
410
between = "|";
411
}
412
- buffy.append(')');
+ buffy.append(")$");
413
extensionPointSuffixPattern = Pattern.compile(buffy.toString());
414
log.trace("Using extension point pattern: {}", extensionPointSuffixPattern);
415
0 commit comments