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 2934 - Double clicking over a "cross" over Debuuger Types in Control Panel throws an exception. After it the cross disappear
Summary: Double clicking over a "cross" over Debuuger Types in Control Panel throws an...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-29 19:40 UTC by Jan Palka
Modified: 2008-12-23 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-07-29 19:40:06 UTC
java.lang.NullPointerException:
        at java.beans.Introspector.addProperty(Introspector.java:475)
        at java.beans.Introspector.getTargetPropertyInfo(Introspector.java:377)
        at java.beans.Introspector.getBeanInfo(Introspector.java:296)
        at java.beans.Introspector.getBeanInfo(Introspector.java:81)
        at org.openide.util.Utilities.getBeanInfo(Utilities.java:200)
        at org.openide.nodes.BeanNode.initialization(BeanNode.java:437)
        at org.openide.nodes.BeanNode.<init>(BeanNode.java:137)
        at org.openide.nodes.BeanNode.<init>(BeanNode.java:122)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$ENode.<i
nit>(ExecutorRepositoryNode.java:147)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$ENode.cr
eate(ExecutorRepositoryNode.java:286)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$ENode.cr
eate(ExecutorRepositoryNode.java:303)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$EChildre
n.<init>(ExecutorRepositoryNode.java:104)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$ENode.cr
eate(ExecutorRepositoryNode.java:287)
        at com.netbeans.developer.impl.execution.ExecutorRepositoryNode$EChildre
n.createNodes(ExecutorRepositoryNode.java:123)
        at org.openide.nodes.Children$Keys.callCreateNodes(Children.java:1438)

        at org.openide.nodes.Children$Keys.nodesByIterator(Children.java:1522)
        at org.openide.nodes.Children$Keys.createNodes(Children.java:1430)
        at org.openide.nodes.Children$Array.initNodes(Children.java:712)
        at org.openide.nodes.Children$6.run(Children.java:558)
        at org.openide.util.Mutex.doEvent(Mutex.java:455)
        at org.openide.util.Mutex.writeAccess(Mutex.java:240)
        at org.openide.nodes.Children.initialize(Children.java:555)
        at org.openide.nodes.Children$Keys.initialize(Children.java:1135)
        at org.openid
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).