Checkstyle チェック項目ーImports

Checkstyleチェック項目:Imports

CheckStyle公式ドキュメント

検証環境

Checkstyleバージョン:10.3.3
Javaバージョン:17

AvoidStarImport

checkstyle-java.hatenablog.com


AvoidStaticImport

checkstyle-java.hatenablog.com


CustomImportOrder

checkstyle-java.hatenablog.com


IllegalImport

checkstyle-java.hatenablog.com


ImportControl

checkstyle-java.hatenablog.com


ImportOrder

checkstyle-java.hatenablog.com


RedundantImport

checkstyle-java.hatenablog.com


UnusedImports

checkstyle-java.hatenablog.com