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 230967 - IllegalArgumentException: TreePathHandle [C:\Users\ralph\Dropbox\HvA\Project 1 DT\WinkelApplicatieOut2\src\nl\hva\itopia\officesupplies\products\Products.java] was not created from C:\Users\ralph\Drop
Summary: IllegalArgumentException: TreePathHandle [C:\Users\ralph\Dropbox\HvA\Project ...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-08 11:37 UTC by Ralph Ruijs
Modified: 2017-11-29 17:27 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184438


Attachments
stacktrace (3.39 KB, text/plain)
2013-06-08 11:37 UTC, Ralph Ruijs
Details
stacktrace (3.34 KB, text/plain)
2013-12-12 14:09 UTC, lforet
Details
stacktrace (2.99 KB, text/plain)
2014-02-04 15:25 UTC, host
Details
stacktrace (3.52 KB, text/plain)
2016-01-18 17:15 UTC, abien
Details
stacktrace (3.65 KB, text/plain)
2017-11-29 17:26 UTC, timmaher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2013-06-08 11:37:42 UTC
Build: NetBeans IDE 7.3.1 RC (Build 201305162200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
ralphbenjamin: Opened a j2se project




Stacktrace: 
java.lang.IllegalArgumentException: TreePathHandle [C:\Users\ralph\Dropbox\HvA\Project 1 DT\WinkelApplicatieOut2\src\nl\hva\itopia\officesupplies\products\Products.java] was not created from C:\Users\ralph\Dropbox\HvA\Project 1 DT\WinkelApplicatieOut2\src\nl\hva\itopia\officesupplies\products\Products.java
mine: id=C:\Users\ralph\Dropbox\HvA\Project 1 DT\WinkelApplicatieOut2\src\nl\hva\itopia\officesupplies\products\Products.java@2f153cec:2ad64851, url=file:/C:/Users/ralph/Dropbox/HvA/Project%201%20DT/WinkelApplicatieOut2/src/nl/hva/itopia/officesupplies/products/Products.java
remote: id=C:\Users\ralph\Dropbox\HvA\Project 1 DT\WinkelApplicatieOut2\src\nl\hva\itopia\officesupplies\products\Products.java@7e2c6497:2c47401, url=file:/C:/Users/ralph/Dropbox/HvA/Project%201%20DT/WinkelApplicatieOut2/src/nl/hva/itopia/officesupplies/products/Products.java
   at org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolve(TreePathHandle.java:451)
   at org.netbeans.api.java.source.TreePathHandle.resolve(TreePathHandle.java:154)
   at org.netbeans.modules.java.hints.Imports.importMultiHint(Imports.java:132)
   at org.netbeans.modules.java.hints.Imports.unusedImport(Imports.java:97)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Comment 1 Ralph Ruijs 2013-06-08 11:37:44 UTC
Created attachment 135533 [details]
stacktrace
Comment 2 lforet 2013-12-12 14:09:51 UTC
Created attachment 143103 [details]
stacktrace

I was doing svn revert of the file
Comment 3 Exceptions Reporter 2013-12-12 14:09:55 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184438
Comment 4 host 2014-02-04 15:25:17 UTC
Created attachment 144787 [details]
stacktrace

Some source file was changed external to NetBeans
Comment 5 Exceptions Reporter 2015-06-26 11:29:47 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=184438
Comment 6 abien 2016-01-18 17:15:39 UTC
Created attachment 158167 [details]
stacktrace

Happened during code completion of a generic field Instance<Cache<String,String>
Comment 7 timmaher 2017-11-29 17:26:42 UTC
Created attachment 165514 [details]
stacktrace

Haven't a clue reeally, just saw a red bang in the lower right corner. Could have been there for half an hour. Had just done a debug submit of a web app to a glassfish server.