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 202986

Summary: IllegalArgumentException: null not supported
Product: java Reporter: Petr Cyhelsky <cyhelsky>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181557
Attachments: stacktrace

Description Petr Cyhelsky 2011-10-03 14:48:29 UTC
Build: NetBeans IDE Dev (Build 201110020601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b18, Java(TM) SE Runtime Environment, 1.7.0-b148
OS: Linux

User Comments:
GUEST: Navigator, Members View for a Java source file.
No selection in Navigator, started typing in Navigator (Search), pressed Enter.




Stacktrace: 
java.lang.IllegalArgumentException: null not supported
   at org.netbeans.api.java.source.ui.ElementOpen.open(ElementOpen.java:121)
   at org.netbeans.modules.java.navigation.actions.OpenAction.actionPerformed(OpenAction.java:94)
   at org.openide.explorer.view.TreeView.performPreferredActionOnNodes(TreeView.java:1671)
   at org.openide.explorer.view.TreeView$PopupSupport.actionPerformed(TreeView.java:1651)
   at javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:3422)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1661)
Comment 1 Petr Cyhelsky 2011-10-03 14:48:34 UTC
Created attachment 111425 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-10-03 14:52:42 UTC
just try to find empty string in members view quicksearch -> IAE
Comment 3 Tomas Zezula 2011-11-14 14:44:01 UTC
Fixed jet-main 2aca4d36e68d
Comment 4 Quality Engineering 2011-11-16 15:44:31 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/2aca4d36e68d
User: Tomas Zezula <tzezula@netbeans.org>
Log: #202986:IllegalArgumentException: null not supported