Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for minLineCount (0.1 seconds)

  1. build-tools-internal/src/main/resources/checkstyle_ide_fragment.xml

        <module name="MissingJavadocMethod">
            <property name="severity" value="warning" />
            <!-- Exclude short methods from this check - we don't want to have to document getters -->
            <property name="minLineCount" value="2" />
            <property name="allowedAnnotations" value="Override,Before,BeforeClass,After,AfterClass,Inject,TaskAction" />
            <property name="ignoreMethodNamesRegex" value="^main$"/>
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 18:58:39 GMT 2021
    - 1.9K bytes
    - Click Count (0)
Back to Top