Class JavaQuickFix
java.lang.Object
org.sonar.java.reporting.JavaQuickFix
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaQuickFix.BuildernewQuickFix(String description) SeeNewQuickFix.message(String)for guidelines on format of the description.static JavaQuickFix.BuildernewQuickFix(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
-