Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RegexpMultiline (0.33 seconds)

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

      <!-- 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" />
        <property name="format" value="\/\*[\s\*]*\*\/" />
        <property name="fileExtensions" value="java" />
    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