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 160948 - NullPointerException at javax.swing.JComponent.repaint
Summary: NullPointerException at javax.swing.JComponent.repaint
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 20:35 UTC by dmikusa
Modified: 2009-03-25 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134875


Attachments
stacktrace (4.35 KB, text/plain)
2009-03-23 20:35 UTC, dmikusa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmikusa 2009-03-23 20:35:11 UTC
Build: NetBeans IDE Dev (Build 200903081401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
dmikusa: Saving a file.

GUEST: added folders via project explorers when saving file as



Stacktrace: 
java.lang.NullPointerException
        at javax.swing.JComponent.repaint(JComponent.java:4746)
        at sun.swing.FilePane$2.repaintListSelection(FilePane.java:115)
        at sun.swing.FilePane$2.repaintSelection(FilePane.java:105)
        at sun.swing.FilePane$2.focusLost(FilePane.java:100)
        at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:213)
        at java.awt.Component.processFocusEvent(Component.java:6026)
Comment 1 dmikusa 2009-03-23 20:35:21 UTC
Created attachment 78686 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-03-24 12:43:20 UTC
Do you have reproducible test case? Or is it just random?
Comment 3 Jiri Skrivanek 2009-03-25 10:01:15 UTC
It is a JDK bug.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6794829