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

refactor: refactoring matchers.RepeatMatcher #137

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

vvatanabe
Copy link
Member

refactoring matchers.RepeatMatcher:

  • Extracted part of the process within the execute function into a separate function.
  • Reused the regular expression's Pattern object.
  • Applied google-java-format.
  • Reduced the calls to the group function in regex.Matcher.

@coveralls
Copy link

coveralls commented Aug 8, 2023

Coverage Status

coverage: 92.353% (-0.02%) from 92.369% when pulling 6d9b459 on refaactor-RepeatMatcher into b7f5840 on master.

@vvatanabe vvatanabe merged commit 181cb40 into master Aug 8, 2023
1 of 3 checks passed
@vvatanabe vvatanabe deleted the refaactor-RepeatMatcher branch August 15, 2023 07:17
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.

None yet

2 participants