mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Bad extension point suffix now prevents launch (#6671)
This commit is contained in:
parent
e88fe40a1e
commit
942c83ebbd
1 changed files with 2 additions and 2 deletions
|
@ -567,8 +567,8 @@ public class ClassSearcher {
|
||||||
extensionPointSuffixes.add(line);
|
extensionPointSuffixes.add(line);
|
||||||
}
|
}
|
||||||
catch (PatternSyntaxException e) {
|
catch (PatternSyntaxException e) {
|
||||||
Msg.error(ClassSearcher.class,
|
throw new AssertException(
|
||||||
"Skipping invalid extension point suffix '%s' found in '%s'"
|
"Error parsing extension point suffix '%s' found in '%s'"
|
||||||
.formatted(line, file));
|
.formatted(line, file));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue