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

Fix extraction from last group #173

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

ArtemKar123
Copy link
Collaborator

Description

Previously, if the line had N groups and Time/Severity/Category capture group was set to N, it would be parsed as null due to the tokens.size > idx + 1 check.

Note

It might not be a bug if we intentionally parse last token exclusively as message, thus making it mandatory.

@ArtemKar123 ArtemKar123 changed the title Fix extraction form last group Fix extraction from last group Jan 4, 2024
Copy link
Collaborator

@mfilippov mfilippov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mfilippov mfilippov merged commit 7785232 into JetBrains:master Jan 15, 2024
1 check 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