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 241613 - NullPointerException: The treePath parameter cannot be null
Summary: NullPointerException: The treePath parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-09 22:04 UTC by emiddio
Modified: 2014-10-18 05:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207439


Attachments
stacktrace (5.35 KB, text/plain)
2014-02-09 22:04 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2014-02-09 22:04:38 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
emiddio: building, refactoring




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:226)
   at org.netbeans.modules.refactoring.java.ui.PushDownRefactoringUI.<init>(PushDownRefactoringUI.java:100)
   at org.netbeans.modules.refactoring.java.ui.PushDownRefactoringUI.create(PushDownRefactoringUI.java:194)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$1.createRefactoringUI(ContextAnalyzer.java:117)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$TextComponentTask.run(ContextAnalyzer.java:384)
Comment 1 emiddio 2014-02-09 22:04:40 UTC
Created attachment 144967 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-10-16 13:01:26 UTC
changeset:   16a6a0721754
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Thu Oct 16 14:42:05 2014 +0200
summary:     #241613 - NullPointerException: The treePath parameter cannot be null
Comment 3 Quality Engineering 2014-10-18 05:12:50 UTC
Integrated into 'main-silver', will be available in build *201410180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/16a6a0721754
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #241613 - NullPointerException: The treePath parameter cannot be null