EA-25055 - NPE: ExtractMethodProcessor.addToMethodCallLocation

This commit is contained in:
anna
2011-02-10 15:28:16 +01:00
parent c63939a9b9
commit e68e835f94
4 changed files with 49 additions and 1 deletions

View File

@@ -475,6 +475,10 @@ public class ExtractMethodTest extends LightCodeInsightTestCase {
doTest();
}
public void testNearComment() throws Exception {
doTest();
}
private void doPrepareErrorTest(final String expectedMessage) throws Exception {
String expectedError = null;
try {