mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
removed unnecessary store/restore code style settings in tests because they're dropped automatically
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user