Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MissingOverride (0.11 seconds)

  1. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            </module>
            <module name="MethodTypeParameterName">
                <property name="format" value="^([A-Z][a-z]*)+$"/>
            </module>
    
            <!-- Annotations -->
            <module name="MissingOverride"/>
    
            <!-- allows suppressing using the //CHECKSTYLE:ON //CHECKSTYLE:OFF -->
            <module name="SuppressionCommentFilter"/>
            <!-- to enable SuppressWarningsFilter -->
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Dec 11 10:24:25 GMT 2025
    - 6.6K bytes
    - Click Count (0)
Back to Top