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 227487 - NullPointerException at com.l2fprod.common.swing.plaf.LookAndFeelAddons.getUI
Summary: NullPointerException at com.l2fprod.common.swing.plaf.LookAndFeelAddons.getUI
Status: RESOLVED DUPLICATE of bug 127881
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 15:51 UTC by syncaster
Modified: 2013-07-09 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199620


Attachments
stacktrace (5.17 KB, text/plain)
2013-03-14 15:51 UTC, syncaster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description syncaster 2013-03-14 15:51:56 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 8

Stacktrace: 
java.lang.NullPointerException
   at com.l2fprod.common.swing.plaf.LookAndFeelAddons.getUI(LookAndFeelAddons.java:261)
   at com.l2fprod.common.swing.JTaskPane.updateUI(JTaskPane.java:121)
   at com.l2fprod.common.swing.JTaskPane.<init>(JTaskPane.java:111)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
Comment 1 syncaster 2013-03-14 15:51:58 UTC
Created attachment 132615 [details]
stacktrace
Comment 2 Tomas Pavek 2013-07-09 13:59:07 UTC
Somewhat late question: are there steps to reproduce this exception? I suspect it might be related to bug 127881, not sure though.

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