mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
do not generate protected constructors for enums (IDEA-53086)
This commit is contained in:
@@ -16,6 +16,7 @@ public class GenerateConstructorTest extends LightCodeInsightTestCase {
|
||||
public void testPrivateClass() throws Exception { doTest(); }
|
||||
public void testBoundComments() throws Exception { doTest(); }
|
||||
public void testSameNamedFields() throws Exception { doTest(); }
|
||||
public void testEnumWithAbstractMethod() throws Exception { doTest(); }
|
||||
|
||||
public void testImmediatelyAfterRBrace() throws Exception { // IDEADEV-28811
|
||||
final CodeStyleSettings settings = CodeStyleSettingsManager.getInstance(getProject()).getCurrentSettings();
|
||||
|
||||
Reference in New Issue
Block a user