This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 201296

Summary: [70cat] NullPointerException at java.util.TreeMap.getEntry
Product: java Reporter: javydreamercsw <javydreamercsw>
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED FIXED    
Severity: normal CC: aldobrucale, ihsahn, javydreamercsw, lolo_101, sigals, tnleeuw
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180749
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description javydreamercsw 2011-08-24 20:05:23 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
javydreamercsw: Trying to run failed tests.




Stacktrace: 
java.lang.NullPointerException
   at java.util.TreeMap.getEntry(TreeMap.java:342)
   at java.util.TreeMap.get(TreeMap.java:273)
   at org.netbeans.modules.junit.output.JUnitExecutionManager.rerun(JUnitExecutionManager.java:159)
   at org.netbeans.modules.gsf.testrunner.api.StatisticsPanel$2.actionPerformed(StatisticsPanel.java:162)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
Comment 1 javydreamercsw 2011-08-24 20:05:27 UTC
Created attachment 110189 [details]
stacktrace
Comment 2 aldobrucale 2011-09-26 08:31:37 UTC
Created attachment 111174 [details]
stacktrace

clicked on "rerun failed" in test result window (junit test for java se project)
Comment 3 javydreamercsw 2011-10-03 15:59:51 UTC
Created attachment 111432 [details]
stacktrace

Trying to repeat falied tests.
Comment 4 javydreamercsw 2011-10-14 18:08:40 UTC
Created attachment 112073 [details]
stacktrace

Trying to test failed tests
Comment 5 Exceptions Reporter 2011-10-26 16:17:38 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=180749
Comment 6 Jiri Prox 2011-12-09 06:35:22 UTC
*** Bug 200921 has been marked as a duplicate of this bug. ***
Comment 7 Jiri Prox 2011-12-09 06:35:28 UTC
*** Bug 191263 has been marked as a duplicate of this bug. ***
Comment 8 aldobrucale 2012-01-19 14:03:30 UTC
Created attachment 115078 [details]
stacktrace
Comment 9 Exceptions Reporter 2012-01-19 14:03:38 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=180749
Comment 10 Theofanis Oikonomou 2012-03-30 10:21:34 UTC
Fixed: http://hg.netbeans.org/core-main/rev/ea9a80a0f096
Comment 11 Quality Engineering 2012-04-02 15:57:01 UTC
Integrated into 'main-golden', will be available in build *201204021038* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea9a80a0f096
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #201296 - [70cat] NullPointerException at java.util.TreeMap.getEntry