Skip to content

Commit

Permalink
Remove MatchException introduced in JAVA21 from ErrorTrace tests for …
Browse files Browse the repository at this point in the history
…version compatibility
  • Loading branch information
PENEKhun committed Sep 29, 2024
1 parent 2ffbcac commit 4bdda60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void errorTraceConfigurationSearchTest() throws InterruptedException {

performSearch("java.io.ObjectStrea", "<mark>java.io.ObjectStrea</mark>mException",
"java.lang.MatchException");
performSearch("MatchException", "java.lang.<mark>MatchException</mark>", "java.io.ObjectStreamException");
performSearch("lang.NullPo", "java.<mark>lang.NullPo</mark>interException", "java.lang.MatchException");
performSearch("nullpointer", "java.lang.<mark>NullPointer</mark>Exception",
"java.io.ObjectStreamException");
}
Expand Down

0 comments on commit 4bdda60

Please sign in to comment.