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 237031 - IllegalArgumentException: PARAMETER
Summary: IllegalArgumentException: PARAMETER
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: NO74
Depends on:
Blocks:
 
Reported: 2013-10-11 12:22 UTC by Tomas Stupka
Modified: 2013-10-21 17:05 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204517


Attachments
stacktrace (4.84 KB, text/plain)
2013-10-11 12:22 UTC, Tomas Stupka
Details
stacktrace (4.85 KB, text/plain)
2013-10-14 09:10 UTC, akobberup
Details
stacktrace (4.85 KB, text/plain)
2013-10-14 18:37 UTC, Ralph Ruijs
Details
stacktrace (4.85 KB, text/plain)
2013-10-15 07:43 UTC, akobberup
Details
stacktrace (4.84 KB, text/plain)
2013-10-15 08:43 UTC, akobberup
Details
stacktrace (4.85 KB, text/plain)
2013-10-15 09:22 UTC, tnleeuw
Details
stacktrace (4.84 KB, text/plain)
2013-10-15 13:43 UTC, janario
Details
stacktrace (4.85 KB, text/plain)
2013-10-16 12:28 UTC, Ondrej Vrabec
Details
stacktrace (4.85 KB, text/plain)
2013-10-16 12:58 UTC, misterm
Details
stacktrace (4.85 KB, text/plain)
2013-10-16 13:19 UTC, Jiri Prox
Details
stacktrace (4.85 KB, text/plain)
2013-10-17 06:40 UTC, Chiana
Details
stacktrace (4.85 KB, text/plain)
2013-10-17 06:43 UTC, Chiana
Details
stacktrace (4.84 KB, text/plain)
2013-10-17 19:49 UTC, misterm
Details
stacktrace (4.85 KB, text/plain)
2013-10-17 20:10 UTC, muellermi
Details
stacktrace (4.85 KB, text/plain)
2013-10-20 14:02 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-10-11 12:22:29 UTC
Build: NetBeans IDE Dev (Build 20131011-26f5ff2b5122)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: ctrl-click on a method




Stacktrace: 
java.lang.IllegalArgumentException: PARAMETER
   at org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:488)
   at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:397)
   at org.netbeans.api.java.source.ui.ElementJavadoc.<init>(ElementJavadoc.java:345)
   at org.netbeans.api.java.source.ui.ElementJavadoc.create(ElementJavadoc.java:159)
   at org.netbeans.api.java.source.ui.ElementJavadoc.create(ElementJavadoc.java:145)
   at org.netbeans.modules.editor.java.GoToSupport.computeTooltip(GoToSupport.java:417)
Comment 1 Tomas Stupka 2013-10-11 12:22:30 UTC
Created attachment 141010 [details]
stacktrace
Comment 2 akobberup 2013-10-14 09:10:14 UTC
Created attachment 141054 [details]
stacktrace

Tried to delete 3 lines by selecting them (first and last line not completely selected) and hitting ctrl+e
Comment 3 Ralph Ruijs 2013-10-14 18:37:14 UTC
Created attachment 141074 [details]
stacktrace

Writing and pasting code
Comment 4 akobberup 2013-10-15 07:43:14 UTC
Created attachment 141081 [details]
stacktrace

Dunno - just coding..?
Comment 5 Exceptions Reporter 2013-10-15 07:43:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=204517
Comment 6 akobberup 2013-10-15 08:43:15 UTC
Created attachment 141082 [details]
stacktrace

ctrl-tabbed through opened files..
Comment 7 tnleeuw 2013-10-15 09:22:15 UTC
Created attachment 141086 [details]
stacktrace

hit ctrl-c in Java editor to copy name of local variable for pasting elsewhere
Comment 8 janario 2013-10-15 13:43:15 UTC
Created attachment 141099 [details]
stacktrace

coding
Comment 9 Exceptions Reporter 2013-10-15 13:43:20 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=204517
Comment 10 Ondrej Vrabec 2013-10-16 12:28:21 UTC
Created attachment 141149 [details]
stacktrace

selecting a block of code and pressing Ctrl+C
Comment 11 misterm 2013-10-16 12:58:21 UTC
Created attachment 141155 [details]
stacktrace

.
Comment 12 Jiri Prox 2013-10-16 13:19:21 UTC
Created attachment 141156 [details]
stacktrace

Ctrl hover over local variable
Comment 13 Jiri Prox 2013-10-16 13:19:53 UTC
I guess displaying javadoc on ctrl-hover is root of this problem
Comment 14 Chiana 2013-10-17 06:40:23 UTC
Created attachment 141187 [details]
stacktrace

Was doing some debugging, a hibernate application is suspending and was trying to see if there was a value stored in a field
Comment 15 Chiana 2013-10-17 06:43:23 UTC
Created attachment 141188 [details]
stacktrace

Used control and mouseover to find the declaration of a field, but no go...
Comment 16 misterm 2013-10-17 19:49:24 UTC
Created attachment 141224 [details]
stacktrace

.
Comment 17 muellermi 2013-10-17 20:10:23 UTC
Created attachment 141226 [details]
stacktrace

edit java source
Comment 18 markiewb 2013-10-20 14:02:11 UTC
Created attachment 141310 [details]
stacktrace

JavaEditor: hovering above a local variable
Comment 19 Dusan Balek 2013-10-21 17:05:55 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/4c72995088c1