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 205846 - [71cat] NullPointerException at javax.swing.ImageIcon.<init>
Summary: [71cat] NullPointerException at javax.swing.ImageIcon.<init>
Status: RESOLVED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 13:09 UTC by monezz
Modified: 2011-12-02 15:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183371


Attachments
stacktrace (6.56 KB, text/plain)
2011-12-02 13:09 UTC, monezz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monezz 2011-12-02 13:09:10 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
Monezz: Select "Files" explorer tab which opened on a jpanel with form.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:228)
   at nl.cloudfarming.client.projecttypex.SensorProject$Info.getIcon(SensorProject.java:173)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.updateIcon(ProjectUtils.java:309)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.annotatorsChanged(ProjectUtils.java:289)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.<init>(ProjectUtils.java:280)
   at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:103)
Comment 1 monezz 2011-12-02 13:09:12 UTC
Created attachment 113757 [details]
stacktrace
Comment 2 monezz 2011-12-02 15:13:35 UTC
Sorry missed the "nl.cloudfarming.client.projecttypex.SensorProject" line in the stacktrace.