Hiding default constructor with respect to its access modifiers
This commit is contained in:
committed by
Roman Shevchenko
parent
02fdbec132
commit
2431c0fe94
@@ -108,6 +108,7 @@ public class SingleClassesTest {
|
||||
@Test public void testMissingConstructorCallGood() { doTest("pkg/TestMissingConstructorCallGood"); }
|
||||
@Test public void testMissingConstructorCallBad() { doTest("pkg/TestMissingConstructorCallBad"); }
|
||||
@Test public void testEmptyBlocks() { doTest("pkg/TestEmptyBlocks"); }
|
||||
@Test public void testPrivateEmptyConstructor() { doTest("pkg/TestPrivateEmptyConstructor"); }
|
||||
|
||||
|
||||
// TODO: fix all below
|
||||
|
||||
Reference in New Issue
Block a user