-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
JavadocTagContinuationIndentation Ignore indentation check when HTML tag break line #16385
Labels
Milestone
Comments
im on it. |
if no reference is present in
|
mohitsatr
added a commit
to mohitsatr/checkstyle
that referenced
this issue
Mar 6, 2025
…tinuationIndentation
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 10, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 10, 2025
mohitsatr
added a commit
to mohitsatr/checkstyle
that referenced
this issue
Mar 11, 2025
…tinuationIndentation
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 14, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 14, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 14, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 14, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 15, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 15, 2025
romani
pushed a commit
that referenced
this issue
Mar 15, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 15, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 15, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 15, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 16, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 16, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 16, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 16, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 21, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 23, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 25, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 25, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 26, 2025
Anmol202005
added a commit
to Anmol202005/checkstyle
that referenced
this issue
Mar 26, 2025
romani
pushed a commit
that referenced
this issue
Mar 27, 2025
Fixed by #16518 |
Abdelrhmansersawy
pushed a commit
to Abdelrhmansersawy/checkstyle
that referenced
this issue
Mar 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have read check documentation: https://checkstyle.org/checks/javadoc/javadoctagcontinuationindentation.html#JavadocTagContinuationIndentation
I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run
Test scenario
Test.java
checkstyle.xml
Run:
java -Duser.language=en -Duser.country=US -jar checkstyle-10.21.2-all.jar -c ./checkstyle.xml Test.java
output below:I expected the line 7 to raised an violation, but it seems to have ignored the case where there are only HTML tag
I also test then below java doc format, and It also didn't perform as expected.
The text was updated successfully, but these errors were encountered: