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 186254 - IllegalArgumentException: Duplicate in children list: /home/felipee/NetBeansProjects/refactoring/newFolder/keep Children: [MasterFileObject[/home/felipee/NetBeansProjects/refactoring/newFolder/keep@48
Summary: IllegalArgumentException: Duplicate in children list: /home/felipee/NetBeansP...
Status: RESOLVED DUPLICATE of bug 184854
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 15:13 UTC by Filip Zamboj
Modified: 2010-05-24 14:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169728


Attachments
stacktrace (5.46 KB, text/plain)
2010-05-17 15:13 UTC, Filip Zamboj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Zamboj 2010-05-17 15:13:33 UTC
This bug was originally marked as duplicate of bug 144166, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 100517-d8fb634b4510)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
fzamboj: rename folder in php project




Stacktrace: 
java.lang.IllegalArgumentException: Duplicate in children list: /home/felipee/NetBeansProjects/refactoring/newFolder/keep
Children: [MasterFileObject[/home/felipee/NetBeansProjects/refactoring/newFolder/keep@484202d8:7a0b1959,valid=true], MasterFileObject[/home/felipee/NetBeansProjects/refactoring/newFolder/keep@484202d8:7a0b1959,valid=true]]
   at org.openide.filesystems.Ordering.getOrder(Ordering.java:98)
   at org.openide.filesystems.FileUtil.getOrder(FileUtil.java:2082)
   at org.openide.loaders.FolderChildren$1R.run(FolderChildren.java:157)
   at org.openide.loaders.FolderChildren.refreshChildren(FolderChildren.java:188)
   at org.openide.loaders.FolderChildren.addNotify(FolderChildren.java:291)
   at org.openide.nodes.Children.callAddNotify(Children.java:551)
Comment 1 Filip Zamboj 2010-05-17 15:13:39 UTC
Created attachment 99092 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-05-24 14:56:45 UTC

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