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 190150 - IllegalArgumentException: Duplicate in children list: /var/www/caballinus.cz/apps/frontend/modules/galerie/templates/showAlbumSuccess.php Children: [MasterFileObject[/var/www/caballinus.cz/apps/fronte
Summary: IllegalArgumentException: Duplicate in children list: /var/www/caballinus.cz/...
Status: RESOLVED FIXED
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:
: 190154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-04 19:36 UTC by Filip Zamboj
Modified: 2010-09-08 03:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172353


Attachments
stacktrace (4.34 KB, text/plain)
2010-09-04 19:36 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-09-04 19:36:52 UTC
This bug was originally marked as duplicate of bug 122295, 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 100904-408b228ce05d)
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: downloading files using netbeans built-in ftp client




Stacktrace: 
java.lang.IllegalArgumentException: Duplicate in children list: /var/www/caballinus.cz/apps/frontend/modules/galerie/templates/showAlbumSuccess.php
Children: [MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/_album_list.php@2f1b2b6f:45643f5f,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/_entryOutput.php@1ec26dd5:636c8cd7,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/_pictures_list.php@3d246f44:3b132da6,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/indexSuccess.php@6eb8cab9:19427d56,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/showAlbumSuccess.php@7ac9f71b:61390a6,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/showAlbumSuccess.php@7ac9f71b:da95a1d,valid=true], MasterFileObject[/var/www/caballinus.cz/apps/frontend/modules/galerie/templates/showKoneSu
   at org.openide.filesystems.Ordering.getOrder(Ordering.java:101)
   at org.openide.filesystems.FileUtil.getOrder(FileUtil.java:2123)
   at org.openide.loaders.FolderList.carefullySort(FolderList.java:644)
   at org.openide.loaders.FolderList.getObjects(FolderList.java:601)
   at org.openide.loaders.FolderList.access$200(FolderList.java:77)
   at org.openide.loaders.FolderList$1.run(FolderList.java:353)
Comment 1 Filip Zamboj 2010-09-04 19:36:56 UTC
Created attachment 101868 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-09-06 07:44:06 UTC
*** Bug 190154 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Tulach 2010-09-07 13:48:21 UTC
core-main#459e0fd7aadc
Comment 4 Quality Engineering 2010-09-08 03:28:45 UTC
Integrated into 'main-golden', will be available in build *201009080000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/459e0fd7aadc
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #190150: When two FileNamings with the same hashcode appeared in the same folder, duplicated fileobject could be returned