Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails
Packages that use CustomImportOrderCheck.ImportDetails
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of CustomImportOrderCheck.ImportDetails in com.puppycrawl.tools.checkstyle.checks.imports
Fields in com.puppycrawl.tools.checkstyle.checks.imports with type parameters of type CustomImportOrderCheck.ImportDetailsModifier and TypeFieldDescriptionprivate final List<CustomImportOrderCheck.ImportDetails>
CustomImportOrderCheck.importToGroupList
Contains objects with import attributes.Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type CustomImportOrderCheck.ImportDetailsModifier and TypeMethodDescriptionprivate boolean
CustomImportOrderCheck.isEmptyLineMissed
(CustomImportOrderCheck.ImportDetails previousImportObject, CustomImportOrderCheck.ImportDetails currentImportObject) Examine empty lines between groups.private boolean
CustomImportOrderCheck.isSeparatedByExtraEmptyLine
(CustomImportOrderCheck.ImportDetails previousImportObject, CustomImportOrderCheck.ImportDetails currentImportObject) Examine that imports separated by more than one empty line.private void
CustomImportOrderCheck.validateExtraEmptyLine
(CustomImportOrderCheck.ImportDetails previousImport, CustomImportOrderCheck.ImportDetails importObject, String fullImportIdent) Log violation if extra empty line is present.private void
CustomImportOrderCheck.validateMissedEmptyLine
(CustomImportOrderCheck.ImportDetails previousImport, CustomImportOrderCheck.ImportDetails importObject, String fullImportIdent) Log violation if empty line is missed.