Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private static String mapRuleNameToAction(@Nonnull String ruleName) {
case "executes commands" -> "execute a command";
case "manipulates threads" -> "manipulate threads";
case "imports forbidden packages" -> "import forbidden packages";
case "serializes objects" -> "serialize objects";
case "serialises objects" -> "serialise objects";
case "manipulates the loading of classes" -> "manipulate class loading";
case "accesses native code" -> "access native code";
case "attaches agents" -> "attach an agent";
Expand Down
Loading