public interface Fix
Modifier and Type | Method and Description |
---|---|
default Iterable<? extends Fix> |
getSubfixes() |
String |
getText()
The text displayed to the user as the fix description.
|
ChangeInfo |
implement()
Correct the source, doing whatever the hint says it will do.
|
String getText()
ChangeInfo implement() throws Exception
Exception