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 132550 - NullPointerException at javax.swing.plaf.synth.SynthTreeUI.paint
Summary: NullPointerException at javax.swing.plaf.synth.SynthTreeUI.paint
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
: 132559 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-10 16:17 UTC by bantunes
Modified: 2008-12-22 14:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 3084


Attachments
stacktrace (1.67 KB, text/plain)
2008-04-10 16:17 UTC, bantunes
Details
stacktrace (7.43 KB, text/plain)
2008-07-14 14:32 UTC, Petr Pisl
Details
stacktrace (4.07 KB, text/plain)
2008-07-25 20:40 UTC, 12agnarok
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bantunes 2008-04-10 16:17:46 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Linux, 2.6.22.17-0.1-default, i386

User Comments: 
While editing a JSP file afetr performing copy past from another file in netbeans
Comment 1 bantunes 2008-04-10 16:17:50 UTC
Created attachment 59992 [details]
stacktrace
Comment 2 Jana Maleckova 2008-04-10 20:59:47 UTC
according to user description - reassign to jsp editor for evaluation

StackTrace:
===========
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthTreeUI.paint(SynthTreeUI.java:302)
        at javax.swing.plaf.synth.SynthTreeUI.update(SynthTreeUI.java:205)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1027)
        at javax.swing.JComponent.paintToOffscreen(JComponent.java:5122)
        at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:285)
Comment 3 Jana Maleckova 2008-04-10 21:01:47 UTC
*** Issue 132559 has been marked as a duplicate of this issue. ***
Comment 4 David Simonek 2008-05-14 11:58:39 UTC
Seems to be JDK/Swing error, nothing we can do on Netbeans side. I searched JDK bug database and it looks like it's not
filed yet. However, i can't file bug against JDK without reproducible case.

Please, provide reproducible set of steps that lead to exception and reopen, thanks.
Comment 5 Petr Pisl 2008-07-14 14:32:34 UTC
Build: NetBeans IDE Dev (Build 20080714114911)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 6 Petr Pisl 2008-07-14 14:32:45 UTC
Created attachment 64435 [details]
stacktrace
Comment 7 12agnarok 2008-07-25 20:40:43 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, amd64

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthTreeUI.paint(SynthTreeUI.java:302)
        at javax.swing.plaf.synth.SynthTreeUI.update(SynthTreeUI.java:205)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1027)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at javax.swing.JComponent.paint(JComponent.java:1036)
Comment 8 12agnarok 2008-07-25 20:40:47 UTC
Created attachment 65674 [details]
stacktrace