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 243263 - NullPointerException at java.awt.Container.addImpl
Summary: NullPointerException at java.awt.Container.addImpl
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 15:15 UTC by nickle799
Modified: 2014-04-27 01:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206196


Attachments
stacktrace (724 bytes, text/plain)
2014-03-25 15:15 UTC, nickle799
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nickle799 2014-03-25 15:15:57 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: ?

obalyuk: tried to reopen closed file using CTRL+SHIFT+T

GUEST: Problem occurs when i go to test file from class file in php

nickle799: I have a class with underscores in the name that I am trying to find the declaration of.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Container.addImpl(Container.java:0)
   at java.awt.Container.add(Container.java:0)
   at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.initComponents(CommonTestsCfgOfCreate.java:574)
   at org.netbeans.modules.gsf.testrunner.CommonTestsCfgOfCreate.createCfgPanel(CommonTestsCfgOfCreate.java:193)
   at org.netbeans.modules.gsf.testrunner.api.TestCreatorPanelDisplayer.displayPanel(TestCreatorPanelDisplayer.java:79)
   at org.netbeans.modules.gototest.GotoOppositeAction$1.run(GotoOppositeAction.java:157)
Comment 1 nickle799 2014-03-25 15:15:59 UTC
Created attachment 146312 [details]
stacktrace
Comment 2 Exceptions Reporter 2014-04-14 14:14:23 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=206196
Comment 3 Theofanis Oikonomou 2014-04-25 16:11:36 UTC
Changeset: 9cf475ae33e3
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-04-25 18:11
Message:
Comment 4 Theofanis Oikonomou 2014-04-25 16:12:40 UTC
TestCreatorPanelDisplayer.displayPanel was called off EDT causing the NPE. Thank you for reporting
Comment 5 Quality Engineering 2014-04-27 01:21:34 UTC
Integrated into 'main-silver', will be available in build *201404270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9cf475ae33e3
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #243263 - NullPointerException at java.awt.Container.addImpl