Skip to content
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 line matching for multi-line pattern parse #178

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

CJohanH
Copy link

@CJohanH CJohanH commented Mar 8, 2024

Changed the reader for multli-line pattern scan from BufferedReader to LineNumberReader which is a subclass of BufferedReader that adds the feature of counting lines for all read operations, which can then be used to set matching line for the found indication.

Testing done

Submitter checklist

Preview Give feedback

@CJohanH CJohanH marked this pull request as draft March 8, 2024 10:19
Changed the reader for multli-line pattern scan from BufferedReader
to LineNumberReader which is a subclass of BufferedReader that adds
the feature of counting lines for all read operations, which can then
be used to set matching line for the found indication.
@CJohanH CJohanH marked this pull request as ready for review March 8, 2024 10:29
@TWestling TWestling self-requested a review March 14, 2024 10:41
@TWestling TWestling merged commit b49f063 into jenkinsci:master Mar 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants