-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Test and fix to Issue 48647 #145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
============================================
+ Coverage 88.11% 88.11% +<.01%
- Complexity 1216 1218 +2
============================================
Files 158 158
Lines 3903 3904 +1
Branches 422 425 +3
============================================
+ Hits 3439 3440 +1
+ Misses 309 308 -1
- Partials 155 156 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add a new line to the ChangeLog.
@@ -705,6 +705,32 @@ void shouldDetectKeywordsInRegexCaseInsensitive() { | |||
}); | |||
} | |||
|
|||
/** | |||
* Update regular expresion to detect logging prefixes like 17:4>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: expression
is there a JavaDoc warning because of the 17:4>? Maybe you need to wrap that part in a pre tag.
Why does src/main/java/edu/hm/hafner/util/TreeString.java impact my PR? |
https://issues.jenkins-ci.org/browse/JENKINS-48647
when log lines start with a prefix, e.g. "17:4>", it will be removed by regular expression.