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 255104 - NullPointerException at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.createRerunButtons
Summary: NullPointerException at org.netbeans.modules.gsf.testrunner.ui.StatisticsPane...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-08 17:31 UTC by Tomas Mysik
Modified: 2015-09-10 01:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219791


Attachments
stacktrace (1.70 KB, text/plain)
2015-09-08 17:31 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-09-08 17:31:18 UTC
Build: NetBeans IDE Dev (Build 20150908-4ceab7e9459f)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
tmysik: run single selenium test




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.createRerunButtons(StatisticsPanel.java:255)
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.createToolbar(StatisticsPanel.java:155)
   at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.<init>(StatisticsPanel.java:130)
   at org.netbeans.modules.gsf.testrunner.ui.ResultDisplayHandler.createDisplayComp(ResultDisplayHandler.java:139)
   at org.netbeans.modules.gsf.testrunner.ui.ResultDisplayHandler.getDisplayComponent(ResultDisplayHandler.java:130)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager$5.run(Manager.java:523)
Comment 1 Tomas Mysik 2015-09-08 17:31:20 UTC
Created attachment 155979 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2015-09-09 08:24:02 UTC
Changeset: 61f350cf4324
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2015-09-09 10:23
Message:
Comment 3 Theofanis Oikonomou 2015-09-09 08:25:28 UTC
Not sure how this could happen. In any case now this is caught in an earlier stage. Thank you
Comment 4 Quality Engineering 2015-09-10 01:29:36 UTC
Integrated into 'main-silver', will be available in build *201509100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/61f350cf4324
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #255104 - NullPointerException at org.netbeans.modules.gsf.testrunner.ui.StatisticsPanel.createRerunButtons