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 103348 - Keep getting java.lang.IllegalArgumentException: LOCAL_VARIABLE in latest dev build
Summary: Keep getting java.lang.IllegalArgumentException: LOCAL_VARIABLE in latest dev...
Status: RESOLVED DUPLICATE of bug 103112
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 23:31 UTC by Ed Wong
Modified: 2007-05-09 07:55 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 Ed Wong 2007-05-04 23:31:06 UTC
I'm using NetBeans 6.0 Dev Build 070502 and keep getting these exceptions for 
the simplest of things like doing code completion in Java or sometimes even 
just moving the cursor around:

java.lang.IllegalArgumentException: LOCAL_VARIABLE
	at org.netbeans.api.java.source.ElementHandle.create
(ElementHandle.java:364)
	at 
org.netbeans.modules.java.navigation.CaretListeningTask.updateNavigatorSelectio
n(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)
	at org.netbeans.api.java.source.JavaSource$CompilationJob.run
(JavaSource.java:1373)
	at java.util.concurrent.Executors$RunnableAdapter.call
(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:907)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Ed Wong 2007-05-04 23:36:49 UTC
Also getting these exceptions for trivial things like typing:
java.lang.IllegalArgumentException: PARAMETER
	at org.netbeans.api.java.source.ElementHandle.create
(ElementHandle.java:364)
	at 
org.netbeans.modules.java.navigation.CaretListeningTask.updateNavigatorSelectio
n(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)
	at org.netbeans.api.java.source.JavaSource$CompilationJob.run
(JavaSource.java:1373)
	at java.util.concurrent.Executors$RunnableAdapter.call
(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:907)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 2 Ed Wong 2007-05-05 00:00:21 UTC
BTW, I'm running on a Intel Pentium D CPU 945 3.40GHz ACER Desktop with duo 
core.
Comment 3 Jana Maleckova 2007-05-09 07:55:54 UTC

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