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

Checkstyle package regex is wrong #23

Open
StrongestNumber9 opened this issue Sep 23, 2024 · 0 comments
Open

Checkstyle package regex is wrong #23

StrongestNumber9 opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@StrongestNumber9
Copy link
Contributor

StrongestNumber9 commented Sep 23, 2024

Describe the bug

<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:.[a-zA-Z]\w*)*$"></property>

The last group should have escaped dot

<property name="format" value="^com\.teragrep\.[a-z]{3}_\d{2}(?:\.[a-zA-Z]\w*)*$"></property>

Expected behavior

Should not cause any issues as . is rarely anything except actual dot but it could be

How to reproduce

Screenshots

Software version

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

@StrongestNumber9 StrongestNumber9 added the bug Something isn't working label Sep 23, 2024
@StrongestNumber9 StrongestNumber9 self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant