removed unnecessary store/restore code style settings in tests because they're dropped automatically

This commit is contained in:
Alexey Kudravtsev
2018-06-25 17:54:54 +03:00
parent dbadc76e86
commit 539a444101
59 changed files with 240 additions and 663 deletions

View File

@@ -268,7 +268,7 @@ public class MigrateTypeSignatureTest extends TypeMigrationTestBase {
}
public void testSpecJavadoc() {
JavaCodeStyleSettings settings = getCurrentCodeStyleSettings().getCustomSettings(JavaCodeStyleSettings.class);
JavaCodeStyleSettings settings = JavaCodeStyleSettings.getInstance(getProject());
settings.CLASS_NAMES_IN_JAVADOC = JavaCodeStyleSettings.FULLY_QUALIFY_NAMES_ALWAYS;
doTestFirstParamType("meth", "Spec",
myJavaFacade.getElementFactory().createTypeFromText(CommonClassNames.JAVA_UTIL_SET, null));