Package edu.umd.cs.findbugs.sarif
Class Placeholder
java.lang.Object
edu.umd.cs.findbugs.sarif.Placeholder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
Index of the targetBugAnnotation
to embed.(package private) final String
Key to formattingBugAnnotation
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
toArgument
(List<? extends BugAnnotation> bugAnnotations, ClassAnnotation primaryClass)
-
Field Details
-
index
final int indexIndex of the targetBugAnnotation
to embed. -
key
Key to formattingBugAnnotation
.- See Also:
-
-
Constructor Details
-
Placeholder
-
-
Method Details
-
toArgument
@NonNull String toArgument(List<? extends BugAnnotation> bugAnnotations, @Nullable ClassAnnotation primaryClass)
-