Revert: deadlock with search under ref table lock (IDEA-161849) (11beb1709d)

no search is performed inside isTestCase anymore
This commit is contained in:
Anna.Kozlova
2016-10-25 14:14:57 +02:00
parent e9a202cedf
commit ccb4af4ed9
5 changed files with 22 additions and 30 deletions
@@ -75,7 +75,6 @@ public interface RefMethod extends RefJavaElement {
*
* @return true if the method is a test method, false otherwise.
*/
@Deprecated
boolean isTestMethod();
/**