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 250648 - NullPointerException at com.sun.source.util.TreePath.<init>
Summary: NullPointerException at com.sun.source.util.TreePath.<init>
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 09:01 UTC by Maksim Khramov
Modified: 2015-02-26 04:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215622


Attachments
stacktrace (7.40 KB, text/plain)
2015-02-24 09:01 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2015-02-24 09:01:09 UTC
Build: NetBeans IDE Dev (Build 201502180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b14, Java(TM) SE Runtime Environment, 1.8.0_40-ea-b10
OS: Windows 7

User Comments:
mkhramov: Refactor Rename JSF bean class




Stacktrace: 
java.lang.NullPointerException
   at com.sun.source.util.TreePath.<init>(TreePath.java:97)
   at org.netbeans.modules.refactoring.java.plugins.RenameTransformer.visitReference(RenameTransformer.java:452)
   at org.netbeans.modules.refactoring.java.spi.RefactoringVisitor$DocTreePathScannerImpl.visitReference(RefactoringVisitor.java:545)
   at org.netbeans.modules.refactoring.java.spi.RefactoringVisitor$DocTreePathScannerImpl.visitReference(RefactoringVisitor.java:465)
   at com.sun.tools.javac.tree.DCTree$DCReference.accept(DCTree.java:528)
   at com.sun.source.util.DocTreePathScanner.scan(DocTreePathScanner.java:65)
Comment 1 Maksim Khramov 2015-02-24 09:01:11 UTC
Created attachment 152171 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-02-25 09:24:18 UTC
changeset:   59bcd4e75c82
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Wed Feb 25 10:23:10 2015 +0100
summary:     #250648 - NullPointerException at com.sun.source.util.TreePath.<init>
Comment 3 Quality Engineering 2015-02-26 04:34:05 UTC
Integrated into 'main-silver', will be available in build *201502260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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