mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java inspection: Added a fix for single-value annotations where the annotation doesn't have a 'value()' method and therefore "Expand Annotation to Normal Form" fix couldn't be applied (IDEA-158456, IDEA-157727)
This commit is contained in:
@@ -273,4 +273,7 @@ public abstract class QuickFixFactory {
|
||||
public abstract IntentionAction createWrapWithOptionalFix(@Nullable PsiType type, @NotNull PsiExpression expression);
|
||||
|
||||
public abstract IntentionAction createNotIterableForEachLoopFix(PsiExpression expression);
|
||||
|
||||
@NotNull
|
||||
public abstract List<IntentionAction> createAddAnnotationAttributeNameFixes(PsiNameValuePair pair);
|
||||
}
|
||||
Reference in New Issue
Block a user