Package | Description |
---|---|
org.netbeans.spi.editor.hints |
.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EnhancedFix
Fix enhanced by the possibility to be sorted by a different text than
the description.
|
Modifier and Type | Method and Description |
---|---|
static Fix |
ErrorDescriptionFactory.attachSubfixes(Fix to,
Iterable<? extends Fix> subfixes)
Attach given sub-fixes to the given fix.
|
Modifier and Type | Method and Description |
---|---|
static Fix |
ErrorDescriptionFactory.attachSubfixes(Fix to,
Iterable<? extends Fix> subfixes)
Attach given sub-fixes to the given fix.
|