diff --git a/docs/config_import.html b/docs/config_import.html index 8bcd1cefc..6fd0f993d 100644 --- a/docs/config_import.html +++ b/docs/config_import.html @@ -13,6 +13,8 @@ whether to check import statements. The property type is boolean and defaults to false.
+Checkstyle uses a simple but very reliable algorithm to report on unused import statements. An import statement is considered unused if:
The property checkstyle.illegal.imports contains the set of import illegal package prefixes for import statements. The property @@ -44,4 +47,4 @@ Pure Java.
Copyright © 2002 Oliver Burn. All rights Reserved.