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 271463 - IllegalArgumentException: PARAMETER
Summary: IllegalArgumentException: PARAMETER
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-12 14:11 UTC by alied
Modified: 2018-04-19 12:14 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230285


Attachments
stacktrace (10.35 KB, text/plain)
2017-09-12 14:11 UTC, alied
Details
stacktrace (10.08 KB, text/plain)
2017-09-12 19:20 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2017-09-12 14:11:39 UTC
Build: NetBeans IDE Dev (Build 201709120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
alied: Invoked "Introduce variable"




Stacktrace: 
java.lang.IllegalArgumentException: PARAMETER
   at org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:527)
   at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:420)
   at org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:166)
   at org.netbeans.modules.java.hints.introduce.FieldValidator$SearchImpl.run(FieldValidator.java:105)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:523)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 alied 2017-09-12 14:11:42 UTC
Created attachment 165119 [details]
stacktrace
Comment 2 alied 2017-09-12 19:20:24 UTC
Created attachment 165122 [details]
stacktrace

during Refactor/Introduce/Variable