Class CopyrightGarbage

  • All Implemented Interfaces:

    
    public final class CopyrightGarbage
    
                        

    A class that defines which Copyright statements are to be considered as garbage instead of real findings.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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 Boolean contains(String statement) Return whether the statement is garbage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait