- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for JavadocStyle (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-api.xml
<module name="SuppressionFilter"> <property name="file" value="${config_loc}/suppressions.xml"/> </module> <module name="JavadocPackage"/> <module name="TreeWalker"> <module name="JavadocStyle"> <property name="checkFirstSentence" value="false"/> <property name="checkEmptyJavadoc" value="true"/> </module> <module name="JavadocType">
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 17 23:20:14 GMT 2022 - 1.6K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle.xml
</module> <module name="SuppressWarningsFilter" /> <!-- Checks Java files and forbids empty Javadoc comments. --> <!-- Although you can use the "JavadocStyle" rule for this, it considers Javadoc --> <!-- that only contains a "@return" line to be empty. --> <module name="RegexpMultiline"> <property name="id" value="EmptyJavadoc" />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 12:48:46 GMT 2021 - 6K bytes - Click Count (0)