mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cleanup
This commit is contained in:
@@ -66,8 +66,7 @@ public class JUnitUtil {
|
||||
}
|
||||
}
|
||||
}
|
||||
final PsiParameter[] parameters = psiMethod.getParameterList().getParameters();
|
||||
return parameters.length == 0;
|
||||
return psiMethod.getParameterList().getParametersCount() == 0;
|
||||
}
|
||||
|
||||
public static boolean isTestMethod(final Location<? extends PsiMethod> location) {
|
||||
|
||||
Reference in New Issue
Block a user