SurroundWithQuotesAnnotationParameter: intention replaced by quick fix to the corresponding error

This commit is contained in:
Dmitry Batkovich
2014-06-04 16:45:11 +04:00
parent 05d13a342d
commit baa638927c
10 changed files with 97 additions and 132 deletions
@@ -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);
}