Package org.sonar.java.reporting
Class JavaQuickFix
java.lang.Object
org.sonar.java.reporting.JavaQuickFix
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaQuickFix.Builder
newQuickFix(String description)
SeeNewQuickFix.message(String)
for guidelines on format of the description.static JavaQuickFix.Builder
newQuickFix(String description, Object... args)
SeeNewQuickFix.message(String)
for guidelines on format of the description.
-
Method Details
-
getDescription
-
getTextEdits
-
newQuickFix
SeeNewQuickFix.message(String)
for guidelines on format of the description.- Parameters:
description
- a description for this quick fix- Returns:
- the builder for this quick fix
-
newQuickFix
SeeNewQuickFix.message(String)
for guidelines on format of the description.- Parameters:
description
- a description for this quick fix, following theString.format(String, Object...)
formattingargs
- the arguments for the description- Returns:
- the builder for this quick fix
-