Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MissingJavadocMethod (0.29 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    <!-- Checkstyle config by the `:configureIdeCheckstyle` task.           -->
    
    <module name="IdeFragment">
    
        <!-- See CONTRIBUTING.md for our guidelines on Javadoc -->
    
        <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" />
    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