Skip to content

Commit

Permalink
Reduce ambiguity with builtin disallowed class list
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Sep 1, 2024
1 parent 67ac016 commit d59da4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private Junit5SystemExitAgent() {
}

private final static Set<String> disallowedClassPrefixes = Set.of(
"com/sun", "java/", "jdk/", "worker/org/gradle", "sun/"
"com/sun/", "java/", "jdk/", "worker/org/gradle/", "sun/"
);

private final static String SKIP_ANNOTATION = "/DoNotRewriteExitCalls;";
Expand Down

0 comments on commit d59da4e

Please sign in to comment.