Catch second line

This commit is contained in:
Danny McCormick 2019-07-11 09:45:09 -04:00
parent 84b7ffcca8
commit bea2a6b41a

10
.github/java.json vendored
View file

@ -3,15 +3,15 @@
{ {
"owner": "java", "owner": "java",
"pattern": [ "pattern": [
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
},
{ {
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$", "regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
"file": 1, "file": 1,
"line": 2 "line": 2
},
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
} }
] ]
} }