Praveen Kumar

Results 4 issues of Praveen Kumar

part of #17778 fixes #17696 Added [`JavadocMissingLeadingAsterisk`](https://checkstyle.org/checks/javadoc/javadocmissingleadingasterisk.html#JavadocMissingLeadingAsterisk) and [`JavadocContentLocation`](https://checkstyle.org/checks/javadoc/javadoccontentlocation.html) Check in google_checks.xml to fulfill the requirement of subprolem 1 and subproblem 2 described in the issue. 1. `JavadocMissingLeadingAsterisk` covers all...

From: [7.1.1 General Form](https://google.github.io/styleguide/javaguide.html#s7.1.1-javadoc-multi-line) and https://github.com/google/google-java-format/issues/1279#issuecomment-3320778635 7.1.1 General form The basic formatting of Javadoc blocks is as seen in this example: ``` /** * Multiple lines of Javadoc text are...

From: [7.1.1 General Form](https://google.github.io/styleguide/javaguide.html#s7.1.1-javadoc-multi-line) and https://github.com/google/google-java-format/issues/1279#issuecomment-3320778635 7.1.1 General form The basic formatting of Javadoc blocks is as seen in this example: ``` /** * Multiple lines of Javadoc text are...

I have read check documentation: https://checkstyle.sourceforge.io/checks/whitespace/emptylineseparator.html I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run I have executed the cli and showed it below From: https://google.github.io/styleguide/javaguide.html#s4.6.1-vertical-whitespace > A single blank line...