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 163666 - IllegalArgumentException: Duplicate in children list: C:/Documents and Settings/Namba/Meus documentos/NetBeansProjects/Core_dev/class.cUrl.php Children: [C:\Documents and Settings\Namba\Meus documento
Summary: IllegalArgumentException: Duplicate in children list: C:/Documents and Settin...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 16:42 UTC by eduardonamba
Modified: 2009-09-24 19:14 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150117


Attachments
stacktrace (1.38 KB, text/plain)
2009-04-25 16:43 UTC, eduardonamba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eduardonamba 2009-04-25 16:42:57 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
eduardonamba: Im doing download of the my project by connection sftp

jonathanramsey: I was using the Rename Refactoring on a class in a Maven project which is versioned using Subversion.

jonathanramsey: I reverted some changes to my Subversion working copy, then switched back to NetBeans 6.5. Then I got the exception.

GUEST: copying file in sub directory from one to another.

GUEST: renamed a directory in the files panel



Stacktrace: 
java.lang.IllegalArgumentException: Duplicate in children list: C:/Documents and Settings/Namba/Meus documentos/NetBeansProjects/Core_dev/class.cUrl.php
Children: [C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\Templates, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\dropr, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\dropruh, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\helpdesk, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\nbproject, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\sica, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\class.CryptUol.php, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\class.atendente.php, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\class.backoffice.php, C:\Documents and Settings\Namba\Meus documentos\NetBeansProjects\Core_dev\cla
        at org.openide.filesystems.Ordering.getOrder(Ordering.java:97)
        at org.openide.filesystems.FileUtil.getOrder(FileUtil.java:1962)
        at org.openide.loaders.FolderChildren$1R.run(FolderChildren.java:154)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 eduardonamba 2009-04-25 16:43:04 UTC
Created attachment 80915 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-04-27 13:54:36 UTC
It should be fixed in latest 6.7 builds.