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 248039 - NullPointerException at javax.swing.ImageIcon.<init>
Summary: NullPointerException at javax.swing.ImageIcon.<init>
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 10:46 UTC by Vladimir Riha
Modified: 2014-10-31 15:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212851


Attachments
stacktrace (1.23 KB, text/plain)
2014-10-20 10:46 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-10-20 10:46:52 UTC
Build: NetBeans IDE Dev (Build 201410190001)
VM: Java HotSpot(TM) Client VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
vriha: stop JUnit test debugging




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:240)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager$4.run(Manager.java:445)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
Comment 1 Vladimir Riha 2014-10-20 10:46:53 UTC
Created attachment 149995 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-10-20 12:51:35 UTC
Changeset: eb4a49ce0fdd
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-10-20 14:51
Message:
Comment 3 Theofanis Oikonomou 2014-10-20 12:52:52 UTC
slipped while refactoring. Should be fixed now. Sorry for the trouble.
Comment 4 Vladimir Riha 2014-10-20 12:54:23 UTC
Thank you for quick fix :)
Comment 5 Quality Engineering 2014-10-29 11:43:48 UTC
Integrated into 'main-silver', will be available in build *201410290913* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/eb4a49ce0fdd
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Task #248039 - NullPointerException at javax.swing.ImageIcon.<init>
Comment 6 Vladimir Riha 2014-10-31 15:45:49 UTC
I haven't seen it since, verfied. Thank you