Package edu.umd.cs.findbugs.sarif
Class Location.Region
java.lang.Object
edu.umd.cs.findbugs.sarif.Location.Region
- Enclosing class:
Location
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Optional
<Location.Region> fromBugAnnotation
(SourceLineAnnotation annotation) (package private) com.google.gson.JsonObject
-
Field Details
-
startLine
final int startLine1-indexed line number -
endLine
final int endLine1-indexed line number
-
-
Constructor Details
-
Region
Region(int startLine, int endLine)
-
-
Method Details
-
fromBugAnnotation
-
toJsonObject
com.google.gson.JsonObject toJsonObject()
-