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 115538 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2007-09-14 12:17 UTC by kawazu428
Modified: 2011-06-09 09:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 429


Attachments
stacktrace (2.65 KB, text/plain)
2007-09-14 12:17 UTC, kawazu428
Details
stacktrace (2.65 KB, text/plain)
2007-09-14 18:55 UTC, Lark Fitzgerald
Details
stacktrace (2.65 KB, text/plain)
2007-09-18 20:26 UTC, akochnev
Details
stacktrace (5.54 KB, text/plain)
2008-07-25 15:20 UTC, wobster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2007-09-14 12:17:20 UTC
Build: NetBeans IDE Dev (Build 200709131200)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b05
OS: Linux, 2.6.22-11-generic, i386

User Comments: 
doing "close all documents" prior to switching project group
Comment 1 kawazu428 2007-09-14 12:17:33 UTC
Created attachment 48829 [details]
stacktrace
Comment 2 Jiri Rechtacek 2007-09-14 13:50:18 UTC
Probably a jdk bug.
Comment 3 Lark Fitzgerald 2007-09-14 18:55:34 UTC
Build: NetBeans IDE Dev (Build 200709131200)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b05
OS: SunOS, 5.11, sparc

User Comments: 
Product Version: NetBeans IDE Dev (Build 200709131200) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: SunOS version 5.11 running on sparc; ISO646-US; en (nb)

Steps:
1. add converter > dateTimeConverter to desitner
2. goto outline and select dateTimeConverter1
3. goto properties sheet and select pattern ... to open dialog

Get NPE.  Note: This is LAF related.  To workaround  add 
--laf javax.swing.plaf.metal.MetalLookAndFeel
to icon launcher or netbeans.conf
Comment 4 Lark Fitzgerald 2007-09-14 18:55:38 UTC
Created attachment 48861 [details]
stacktrace
Comment 5 akochnev 2007-09-18 20:26:43 UTC
Build: NetBeans IDE 6.0 Beta 1 (Build 200709141330)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows XP, 5.1, x86

User Comments: 
Comment 6 akochnev 2007-09-18 20:26:50 UTC
Created attachment 49013 [details]
stacktrace
Comment 7 Jiri Rechtacek 2007-11-02 18:06:07 UTC
jdk_bug_4241014
Comment 8 wobster 2008-07-25 15:20:21 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
closing NetBeans by clicking on x in upper right corner of the Windows frame

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
        at java.awt.Container.getComponent(Container.java:281)
        at javax.swing.JComponent.rectangleIsObscured(JComponent.java:4337)
        at javax.swing.JComponent.paint(JComponent.java:1025)
        at javax.swing.JComponent.paintToOffscreen(JComponent.java:5122)
        at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:285)
        at javax.swing.RepaintManager.paint(RepaintManager.java:1128)
Comment 9 wobster 2008-07-25 15:20:22 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
Comment 10 wobster 2008-07-25 15:20:35 UTC
Created attachment 65646 [details]
stacktrace
Comment 11 Marian Mirilovic 2011-06-09 09:56:35 UTC
v/c