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 256741 - IllegalArgumentException: TreePathHandle [/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java] was not created from /Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/s
Summary: IllegalArgumentException: TreePathHandle [/Users/carlneto/Git/spp-psp/NetBean...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 12:09 UTC by carlneto
Modified: 2015-11-23 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221306


Attachments
stacktrace (6.55 KB, text/plain)
2015-11-23 12:09 UTC, carlneto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlneto 2015-11-23 12:09:20 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
carlneto: n.a.




Stacktrace: 
java.lang.IllegalArgumentException: TreePathHandle [/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java] was not created from /Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java
mine: id=/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java@e36a7c5c:32ca565d, url=file:/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java
remote: id=/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java@e36a7c5c:9503966, url=file:/Users/carlneto/Git/spp-psp/NetBeans/GestSPP/src/pt/spp/parser/PhotosImporter.java
   at org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolve(TreePathHandle.java:459)
   at org.netbeans.api.java.source.TreePathHandle.resolve(TreePathHandle.java:154)
   at org.netbeans.modules.refactoring.java.ui.RenameRefactoringUI$2.create(RenameRefactoringUI.java:433)
   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:378)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$TextComponentTask.run(ContextAnalyzer.java:303)
Comment 1 carlneto 2015-11-23 12:09:22 UTC
Created attachment 157452 [details]
stacktrace