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 3988

Summary: I cannot get Tutorial #2 of Developer 3.0 (ColorPreview) to work.
Product: platform Reporter: Jon Koplin <jkoplin>
Component: -- Other --Assignee: Jon Koplin <jkoplin>
Status: CLOSED FIXED    
Severity: major    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jon Koplin 1999-09-23 19:21:20 UTC
Clicking on the Customize Bean property throws this exception:

java.lang.NullPointerException
	at java.beans.Introspector.addProperty(Introspector.java, Compiled Code)
	at java.beans.Introspector.getTargetPropertyInfo(Introspector.java, Compiled Code)
	at java.beans.Introspector.getBeanInfo(Introspector.java, Compiled Code)
	at java.beans.Introspector.getBeanInfo(Introspector.java, Compiled Code)
	at org.openide.util.Utilities.getBeanInfo(Utilities.java, Compiled Code)
	at org.openide.nodes.BeanNode.initialization(BeanNode.java, Compiled Code)
	at org.openide.nodes.BeanNode.<init>(BeanNode.java, Compiled Code)
	at org.openide.nodes.BeanNode.<init>(BeanNode.java, Compiled Code)
	at org.openide.actions.CustomizeBeanAction.customize(CustomizeBeanAction.java:164)

	at org.openide.actions.CustomizeBeanAction$1.run(CustomizeBeanAction.java:55)
	at org.openide.util.Task.run(Task.java, Compiled Code)
	at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java, Compiled Code)
Comment 1 Marian Mirilovic 2002-03-25 17:43:21 UTC
verified, I never saw it now.
Comment 2 Quality Engineering 2003-07-02 15:14:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2010-02-08 21:39:34 UTC
Integrated into 'main-golden', will be available in build *201002090200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/185fe09a8513
User: Jesse Glick <jglick@netbeans.org>
Log: Unit tests must run headless.
(NB-Core-Build #3988 failed in IntegrationTest.)