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 269703 - NullPointerException: The treePath parameter cannot be null
Summary: NullPointerException: The treePath parameter cannot be null
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-01 10:00 UTC by Ralph Ruijs
Modified: 2017-02-01 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227889


Attachments
stacktrace (3.34 KB, text/plain)
2017-02-01 10:00 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2017-02-01 10:00:38 UTC
Build: NetBeans IDE Dev (Build 20161221-7fed21e5a264)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
ralphbenjamin: Introduce parameter, introducing a boolean




Stacktrace: 
java.lang.NullPointerException: The treePath parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.api.java.source.TreePathHandle.create(TreePathHandle.java:225)
   at org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin$3.run(IntroduceParameterPlugin.java:261)
   at org.netbeans.modules.refactoring.java.plugins.IntroduceParameterPlugin$3.run(IntroduceParameterPlugin.java:248)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:668)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:658)
Comment 1 Ralph Ruijs 2017-02-01 10:00:40 UTC
Created attachment 163530 [details]
stacktrace