Class CopyrightGarbage
-
- All Implemented Interfaces:
public final class CopyrightGarbageA class that defines which Copyright statements are to be considered as garbage instead of real findings.
-
-
Constructor Summary
Constructors Constructor Description CopyrightGarbage(Set<String> items, Set<String> patterns)
-
Method Summary
Modifier and Type Method Description final Set<String>getItems()A set of literal strings that identify garbage Copyright findings. final Set<String>getPatterns()A set of Regex patterns that identify garbage Copyright findings. final Booleancontains(String statement)Return whether the statement is garbage.
-