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 191263 - NullPointerException at java.util.TreeMap.getEntry
Summary: NullPointerException at java.util.TreeMap.getEntry
Status: RESOLVED DUPLICATE of bug 201296
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 15:59 UTC by lolo_101
Modified: 2011-12-09 06:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173406


Attachments
stacktrace (2.29 KB, text/plain)
2010-10-22 15:59 UTC, lolo_101
Details
stacktrace (2.29 KB, text/plain)
2011-08-11 14:19 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lolo_101 2010-10-22 15:59:29 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
Lolo_101: Hit the "Rerun failed" button after a JUnit test session.




Stacktrace: 
java.lang.NullPointerException
   at java.util.TreeMap.getEntry(TreeMap.java:324)
   at java.util.TreeMap.get(TreeMap.java:255)
   at org.netbeans.modules.junit.output.JUnitExecutionManager.rerun(JUnitExecutionManager.java:159)
   at org.netbeans.modules.gsf.testrunner.api.StatisticsPanel$2.actionPerformed(StatisticsPanel.java:159)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 lolo_101 2010-10-22 15:59:35 UTC
Created attachment 102576 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-06-07 19:48:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173406
Comment 3 Exceptions Reporter 2011-08-11 14:19:26 UTC
Created attachment 109931 [details]
stacktrace

ctrl f6 on code that has not been touch though I updated netBeans IDE
Comment 4 Jiri Prox 2011-12-09 06:35:28 UTC

*** This bug has been marked as a duplicate of bug 201296 ***