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 - IllegalArgumentException: null not supported
Summary: IllegalArgumentException: null not supported
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-03 14:48 UTC by Petr Cyhelsky
Modified: 2011-11-16 15:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181557


Attachments
stacktrace (3.71 KB, text/plain)
2011-10-03 14:48 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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