Ejemplo n.º 1
0
 static void deleteReferences(PsiVariable variable, List<PsiElement> references, int mode)
     throws IncorrectOperationException {
   for (PsiElement expression : references) {
     processUsage(expression, variable, null, mode);
   }
 }