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 30202

Summary: Getting Java Bean View on MDR Gives me this NulPointerException
Product: java Reporter: nitinmatrix <nitinmatrix>
Component: UnsupportedAssignee: David Strupl <dstrupl>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows 3.1/NT   
Issue Type: DEFECT Exception Reporter:

Description nitinmatrix 2003-01-17 13:01:14 UTC
[org.openide.loaders.InstanceDataObject #3] Use of [] in 
Menu/View/MDR Browser[org-netbeans-modules-mdrexplorer-
actions-BrowserAction].instance is deprecated.
[org.openide.loaders.InstanceDataObject #3] (Please use the 
string-valued file attribute instanceClass instead.)
*********** Exception occurred ************ at Fri Jan 17 
18:22:45 IST 2003
java.lang.NullPointerException
	at org.netbeans.spi.looks.ProxyLook.s
(ProxyLook.java:932)
	at org.netbeans.spi.looks.ProxyLook.getIcon
(ProxyLook.java:320)
	at org.netbeans.api.looks.LookNode.getIcon
(LookNode.java:408)
	at 
org.openide.explorer.view.NodeRenderer$Tree.getTreeCellRende
rerComponent(NodeRenderer.java:257)
	at 
org.openide.explorer.view.NodeRenderer.getTreeCellRendererCo
mponent(NodeRenderer.java:103)
	at javax.swing.plaf.basic.BasicTreeUI.paintRow
(BasicTreeUI.java:1375)
	at javax.swing.plaf.basic.BasicTreeUI.paint
(BasicTreeUI.java:1171)
	at javax.swing.plaf.metal.MetalTreeUI.paint
(MetalTreeUI.java:143)
	at javax.swing.plaf.ComponentUI.update
(ComponentUI.java:142)
	at javax.swing.JComponent.paintComponent
(JComponent.java:541)
	at javax.swing.JComponent.paint(JComponent.java:808)
	at javax.swing.JComponent.paintWithOffscreenBuffer
(JComponent.java:4771)
	at javax.swing.JComponent.paintDoubleBuffered
(JComponent.java:4724)
	at javax.swing.JComponent._paintImmediately
(JComponent.java:4668)
	at javax.swing.JComponent.paintImmediately
(JComponent.java:4477)
	at javax.swing.RepaintManager.paintDirtyRegions
(RepaintManager.java:410)
	at 
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.r
un(SystemEventQueueUtilities.java:117)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:448)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:197)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:136)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:99)
Comment 1 David Strupl 2010-09-23 09:14:05 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.