Class SnippetFinding

  • All Implemented Interfaces:

    
    public final class SnippetFinding
    
                        

    A class representing the snippet findings for a source file location. A snippet finding is a code snippet from another origin, matching the code being scanned. It is meant to be reviewed by an operator as it could be a false positive.

    • 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 TextLocation getSourceLocation() The text location in the scanned source file where the snippet has matched.
      final Set<Snippet> getSnippets() The corresponding snippets.
      • Methods inherited from class java.lang.Object

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