mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
SurroundWithQuotesAnnotationParameter: intention replaced by quick fix to the corresponding error
This commit is contained in:
@@ -260,4 +260,6 @@ public abstract class QuickFixFactory {
|
||||
public abstract IntentionAction createAddMissingRequiredAnnotationParametersFix(@NotNull PsiAnnotation annotation,
|
||||
@NotNull PsiMethod[] annotationMethods,
|
||||
@NotNull Collection<String> missedElements);
|
||||
@NotNull
|
||||
public abstract IntentionAction createSurroundWithQuotesAnnotationParameterValueFix(@NotNull PsiAnnotationMemberValue value, @NotNull PsiType expectedType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user