mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-0: Bad extension point suffix now prevents launch (#6671)
This commit is contained in:
@@ -567,8 +567,8 @@ public class ClassSearcher {
|
||||
extensionPointSuffixes.add(line);
|
||||
}
|
||||
catch (PatternSyntaxException e) {
|
||||
Msg.error(ClassSearcher.class,
|
||||
"Skipping invalid extension point suffix '%s' found in '%s'"
|
||||
throw new AssertException(
|
||||
"Error parsing extension point suffix '%s' found in '%s'"
|
||||
.formatted(line, file));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user