NPE; make title bold

This commit is contained in:
anna
2011-06-28 19:00:31 +04:00
parent 7e2c4e05f8
commit 3c60f1850c
4 changed files with 20 additions and 9 deletions

View File

@@ -125,6 +125,9 @@ public class InplaceIntroduceFieldTest extends LightCodeInsightTestCase {
state.gotoEnd(false);
checkResultByFile(BASE_PATH + name + "_after.java");
}
catch (Throwable e) {
e.printStackTrace();
}
finally {
myEditor.getSettings().setVariableInplaceRenameEnabled(enabled);
templateManager.setTemplateTesting(false);