Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fileExtensions (0.3 seconds)

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

      <!-- that only contains a "@return" line to be empty. -->
      <module name="RegexpMultiline">
        <property name="id" value="EmptyJavadoc" />
        <property name="format" value="\/\*[\s\*]*\*\/" />
        <property name="fileExtensions" value="java" />
        <property name="message" value="Empty javadoc comments are forbidden" />
      </module>
    
      <!--
        We include snippets that are wrapped in `// tag` and `// end` into the
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 12:48:46 GMT 2021
    - 6K bytes
    - Click Count (0)
Back to Top