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 242683 - ClassCastException: java.lang.Boolean cannot be cast to javax.swing.Painter
Summary: ClassCastException: java.lang.Boolean cannot be cast to javax.swing.Painter
Status: RESOLVED DUPLICATE of bug 230528
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 19:40 UTC by Jesse Glick
Modified: 2014-03-10 08:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208252


Attachments
stacktrace (2.91 KB, text/plain)
2014-03-07 19:40 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2014-03-07 19:40:15 UTC
Build: NetBeans IDE Dev (Build 20140303-739e41fd1ca7)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
jglick: Reviewing a diff.

jglick: Reviewing a diff.




Stacktrace: 
java.lang.ClassCastException: java.lang.Boolean cannot be cast to javax.swing.Painter
   at javax.swing.plaf.nimbus.NimbusStyle.getBorderPainter(NimbusStyle.java:778)
   at javax.swing.plaf.nimbus.SynthPainterImpl.paintBorder(SynthPainterImpl.java:116)
   at javax.swing.plaf.nimbus.SynthPainterImpl.paintPanelBorder(SynthPainterImpl.java:974)
   at javax.swing.plaf.synth.SynthPanelUI.paintBorder(SynthPanelUI.java:195)
   at javax.swing.plaf.synth.SynthBorder.paintBorder(SynthBorder.java:62)
   at javax.swing.JComponent.paintBorder(JComponent.java:947)
Comment 1 Jesse Glick 2014-03-07 19:40:17 UTC
Created attachment 145857 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-03-10 08:11:13 UTC

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