Details
Description
The following rules help with javadoc comments
<module name="JavadocStyle"/> <module name="JavadocMissingWhitespaceAfterAsterisk"/>
Apart from that we want to check the style of ordinary java comments (start with //).
Common rule:
- A space between // and the beginning of a sentence
- The sentence starts with a capital letter.
- The sentence/paragraph ends with a period.
See https://cwiki.apache.org/confluence/display/IGNITE/Java+Code+Style+Guide for details
Attachments
Attachments
Issue Links
- is fixed by
-
IGNITE-21467 Improve PMD and Checkstyle rulesets
- Resolved
- relates to
-
IGNITE-21581 Add checks to cover sentence semantics checks in code comments
- Open