mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
method chain completion: remove unused method
This commit is contained in:
@@ -76,15 +76,4 @@ public final class MethodChainsSearchUtil {
|
||||
.filter(t -> !TypeConversionUtil.isPrimitiveAndNotNull(t))
|
||||
.count();
|
||||
}
|
||||
|
||||
public static boolean doesMethodsContainParameters(@NotNull PsiMethod[] psiMethods,
|
||||
@NotNull Set<PsiType> parameterRawTypes) {
|
||||
for (PsiMethod m : psiMethods) {
|
||||
//TODO
|
||||
//if (!containsParameter(m, parameterRawTypes)) {
|
||||
// return true;
|
||||
//}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user