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 258148 - NullPointerException at javax.swing.GrayFilter.createDisabledImage
Summary: NullPointerException at javax.swing.GrayFilter.createDisabledImage
Status: RESOLVED DUPLICATE of bug 254718
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 21:14 UTC by markiewb
Modified: 2016-02-25 22:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222720


Attachments
stacktrace (4.36 KB, text/plain)
2016-02-25 21:14 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-02-25 21:14:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 7

User Comments:
markiewb: Removing a plugin from Plugins|Downloaded




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.GrayFilter.createDisabledImage(GrayFilter.java:49)
   at javax.swing.text.html.ImageView.getImage(ImageView.java:199)
   at javax.swing.text.html.ImageView.paint(ImageView.java:363)
   at javax.swing.text.BoxView.paintChild(BoxView.java:161)
   at javax.swing.text.BoxView.paint(BoxView.java:433)
   at javax.swing.text.BoxView.paintChild(BoxView.java:161)
Comment 1 markiewb 2016-02-25 21:14:42 UTC
Created attachment 158644 [details]
stacktrace
Comment 2 Jiri Prox 2016-02-25 22:15:35 UTC

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