Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AvoidStarImport (0.58 seconds)

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

      </module>
    
      <module name="TreeWalker">
        <!-- Make the @SuppressWarnings annotations available to Checkstyle -->
        <module name="SuppressWarningsHolder" />
    
        <module name="AvoidStarImport" />
    
        <!-- Unused imports are forbidden -->
        <module name="UnusedImports" />
    
        <!-- Non-inner classes must be in files that match their names. -->
        <module name="OuterTypeFilename" />
    
    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