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

Summary: 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
Product: platform Reporter: eduardonamba <eduardonamba>
Component: FilesystemsAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED FIXED    
Severity: blocker CC: camilo_u, doctorlux, witstart
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150117
Issue Type: DEFECT Exception Reporter: 150117
Attachments: stacktrace

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.