From 8ca9c829a1975bc313e8c8add30c516cb5b6b1da Mon Sep 17 00:00:00 2001 From: Alexandr Suhinin Date: Tue, 5 May 2020 21:56:02 +0300 Subject: [PATCH] extract method: enable new implementation by default GitOrigin-RevId: 2b30af5c5325d598939cab07e9ccf317aa779d82 --- platform/util/resources/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 7da3784ac7fd..b6133ba3d097 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1611,7 +1611,7 @@ duplicates.index.file.maxSize.description=Max size of file indexed by duplicates duplicates.index.file.test.enable=false duplicates.index.file.test.enable.description=Enable duplicate index in test files -java.refactoring.extractMethod.newImplementation=false +java.refactoring.extractMethod.newImplementation=true java.refactoring.extractMethod.newImplementation.description=Enable experimental extract method implementation ide.jvm.run.marker=false