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 180388 - Duplicate FileObject for ui\graph\actions\CookieAction.java
Summary: Duplicate FileObject for ui\graph\actions\CookieAction.java
Status: RESOLVED DUPLICATE of bug 182069
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 179724 180744 181372 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-02-07 03:01 UTC by cbohme
Modified: 2010-03-16 14:35 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164948


Attachments
stacktrace (1.82 KB, text/plain)
2010-02-07 03:01 UTC, cbohme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cbohme 2010-02-07 03:01:05 UTC
This bug was originally marked as duplicate of bug 130998, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista

User Comments:
cbohme: Ctrl-Shift I (fix imports) on opened, unsaved java file




Stacktrace: 
java.lang.IllegalArgumentException: TreePathHandle [C:\Dev\Maltego 3.0\Client\maltego-ui\graph-view-api\src\com\paterva\maltego\ui\graph\actions\CookieAction.java] was not created from C:\Dev\Maltego 3.0\Client\maltego-ui\graph-view-api\src\com\paterva\maltego\ui\graph\actions\CookieAction.java
mine: id=8793121, valid=true, url=file:/C:/Dev/Maltego%203.0/Client/maltego-ui/graph-view-api/src/com/paterva/maltego/ui/graph/actions/CookieAction.java
remote: id=29494488, valid=true, url=file:/C:/Dev/Maltego%203.0/Client/maltego-ui/graph-view-api/src/com/paterva/maltego/ui/graph/actions/CookieAction.java
   at org.netbeans.api.java.source.TreePathHandle$TreeDelegate.resolve(TreePathHandle.java:421)
   at org.netbeans.api.java.source.TreePathHandle.resolve(TreePathHandle.java:151)
   at org.netbeans.modules.java.editor.semantic.RemoveUnusedImportFix$1.run(RemoveUnusedImportFix.java:116)
   at org.netbeans.modules.java.editor.semantic.RemoveUnusedImportFix$1.run(RemoveUnusedImportFix.java:108)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:653)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:129)
Comment 1 cbohme 2010-02-07 03:01:11 UTC
Created attachment 93939 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-02-07 03:01:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=164948
Comment 3 Dusan Balek 2010-02-08 03:00:48 UTC
Seems there are duplicate FileObject for the same path.
Comment 4 Jaroslav Tulach 2010-02-12 08:18:09 UTC
*** Bug 179724 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2010-02-12 08:19:15 UTC
I will try to do something with this problem, although I don't have a single idea now how this happens.
Comment 6 Jaroslav Tulach 2010-02-18 02:43:02 UTC
*** Bug 180744 has been marked as a duplicate of this bug. ***
Comment 7 Dusan Balek 2010-03-02 07:31:42 UTC
*** Bug 181372 has been marked as a duplicate of this bug. ***
Comment 8 Jaroslav Tulach 2010-03-16 14:35:46 UTC
More info due to new logging in bug 182069.

*** This bug has been marked as a duplicate of bug 182069 ***