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 258482 - NullPointerException at com.sun.source.util.TreePath.
Summary: NullPointerException at com.sun.source.util.TreePath.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-22 10:53 UTC by aldobrucale
Modified: 2016-05-19 01:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184581


Attachments
stacktrace (2.07 KB, text/plain)
2016-03-22 10:53 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2016-03-22 10:53:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
aldobrucale: introduce parameter in abstract method (probably)

GUEST: Trying to use the Introduce Parameter option in the Refactor menu.

GUEST: Refactor - Introduce Parameter




Stacktrace: 
java.lang.NullPointerException
   at com.sun.source.util.TreePath.<init>(TreePath.java:97)
   at org.netbeans.modules.refactoring.java.ui.IntroduceParameterPanel$2.run(IntroduceParameterPanel.java:173)
   at org.netbeans.modules.refactoring.java.ui.IntroduceParameterPanel$2.run(IntroduceParameterPanel.java:135)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:486)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
Comment 1 aldobrucale 2016-03-22 10:53:45 UTC
Created attachment 158963 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-05-18 13:02:21 UTC
changeset:   94e5097a613a
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Wed May 18 15:00:44 2016 +0200
summary:     #258482 - NullPointerException at com.sun.source.util.TreePath.<init>
Comment 3 Quality Engineering 2016-05-19 01:43:58 UTC
Integrated into 'main-silver', will be available in build *201605190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/94e5097a613a
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #258482 - NullPointerException at com.sun.source.util.TreePath.<init>