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 271760 - NullPointerException at javax.swing.GrayFilter.createDisabledImage
Summary: NullPointerException at javax.swing.GrayFilter.createDisabledImage
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 21:14 UTC by nelsonmramon
Modified: 2017-11-06 21:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230806


Attachments
stacktrace (4.71 KB, text/plain)
2017-11-06 21:14 UTC, nelsonmramon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nelsonmramon 2017-11-06 21:14:08 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Mac OS X

User Comments:
nelsonmramon: Every time I log in I get this error message




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 nelsonmramon 2017-11-06 21:14:10 UTC
Created attachment 165409 [details]
stacktrace