jglick commented on code in PR #5099: URL: https://github.com/apache/netbeans/pull/5099#discussion_r1050168571
########## java/maven/src/org/netbeans/modules/maven/api/output/OutputUtils.java: ########## @@ -50,7 +50,9 @@ * @author mkleint */ public final class OutputUtils { - public static final Pattern linePattern = Pattern.compile("(?:\\[catch\\])?\\sat (.*)\\((?:Native Method|(.*)\\.java\\:(\\d+))\\)"); //NOI18N + + // example: '[WARN] at java.base/java.util.ImmutableCollections.uoe(ImmutableCollections.java:142)' Review Comment: :heart: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists