Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Test Failures:
[junit] Testcase: testFillSwitch1(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
[junit] Testcase: testFillSwitch2(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
[junit] Testcase: testFillSwitchOnlyGenerateDefault(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
[junit] Testcase: testFillSwitchGenerateDefault(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
[junit] Testcase: testFillSwitchDefault(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
Sample Error log:
Testcase: testFillSwitchDefault(org.netbeans.modules.java.hints.suggestions.TinyTest): FAILED
Warning: "4:10-4:10:hint:ERR_Tiny.fillSwitchCases" not found. All ErrorDescriptions: []
junit.framework.AssertionFailedError: Warning: "4:10-4:10:hint:ERR_Tiny.fillSwitchCases" not found. All ErrorDescriptions: []
at org.netbeans.modules.java.hints.test.api.HintTest$HintOutput.findWarning(HintTest.java:866)
at org.netbeans.modules.java.hints.suggestions.TinyTest.testFillSwitchDefault(TinyTest.java:501)
at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:460)
at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:386)
at java.lang.Thread.run(Thread.java:745)