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 103163 - IllegalArgumentException: LOCAL_VARIABLE from navigator
Summary: IllegalArgumentException: LOCAL_VARIABLE from navigator
Status: RESOLVED DUPLICATE of bug 103112
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 17:54 UTC by Torbjorn Norbye
Modified: 2007-05-02 18:15 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 Torbjorn Norbye 2007-05-02 17:54:46 UTC
I updated to a fresh trunk build today (May 2nd) and now whenever I click on a local variable in the 
editor, I get an exception popup. This makes Java editing unbearable. I'm going to go turn off exception 
popups for now but this should get fixed ASAP.

java.lang.IllegalArgumentException: LOCAL_VARIABLE
        at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:364)
        at org.netbeans.modules.java.navigation.CaretListeningTask.updateNavigatorSelection
(CaretListeningTask.java:291)
        at org.netbeans.modules.java.navigation.CaretListeningTask.run(CaretListeningTask.java:86)
        at org.netbeans.modules.java.navigation.CaretListeningTask.run(CaretListeningTask.java:48)
[catch] at org.netbeans.api.java.source.JavaSource$CompilationJob.run(JavaSource.java:1373)
Comment 1 Petr Hrebejk 2007-05-02 18:02:37 UTC

*** This issue has been marked as a duplicate of 103112 ***