You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggesting changing "^package [a-z]+(\\.[a-z][a-z0-9]*)*;$" to "^package [a-z_]+(\\.[a-z_][a-z0-9_]*)*;$"
I can propose a PR, just wanted to make sure the general idea was agreed upon :)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
Inactive items that will be automatically closed if not resurrected
label
Sep 7, 2021
stalebot
removed
the
stale
Inactive items that will be automatically closed if not resurrected
label
Sep 7, 2021
mathieucarbou
added
is:bug
Bugs to fix
stale
Inactive items that will be automatically closed if not resurrected
todo
Accepted items from the backlog which can be worked on
labels
Sep 7, 2021
stalebot
removed
the
stale
Inactive items that will be automatically closed if not resurrected
label
Sep 7, 2021
According to https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html underscores can be expected in package names. The JAVAPKG style first line pattern does not include underscore and so the license is not applied properly.
Suggesting changing
"^package [a-z]+(\\.[a-z][a-z0-9]*)*;$"
to"^package [a-z_]+(\\.[a-z_][a-z0-9_]*)*;$"
I can propose a PR, just wanted to make sure the general idea was agreed upon :)
The text was updated successfully, but these errors were encountered: