-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Java 14 Text Blocks Checks Support validation: MultipleStringLiteralsCheck #8616
Comments
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 17, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 17, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 18, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 19, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 19, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 19, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 19, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 19, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 20, 2020
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 20, 2020
…ringLiteralsCheck
nrmancuso
added a commit
to nrmancuso/checkstyle
that referenced
this issue
Aug 20, 2020
…ringLiteralsCheck
romani
pushed a commit
that referenced
this issue
Aug 21, 2020
romani
pushed a commit
that referenced
this issue
Aug 21, 2020
fix is merged |
shiliyu
pushed a commit
to shiliyu/checkstyle
that referenced
this issue
Sep 1, 2020
shiliyu
pushed a commit
to shiliyu/checkstyle
that referenced
this issue
Sep 1, 2020
…ringLiteralsCheck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Child of #8601
Check documentation: https://checkstyle.sourceforge.io/config_coding.html#MultipleStringLiterals
Checks for multiple occurrences of the same string literal within a single file.
This check needs to be updated to support text block syntax.
The text was updated successfully, but these errors were encountered: