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 186149 - AssertionError: childName: MobileApplication2\nbproject\private
Summary: AssertionError: childName: MobileApplication2\nbproject\private
Status: RESOLVED DUPLICATE of bug 185346
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-14 10:31 UTC by Alexandr Scherbatiy
Modified: 2010-05-25 07:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169612


Attachments
stacktrace (5.63 KB, text/plain)
2010-05-14 10:31 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-05-14 10:31:22 UTC
Build: NetBeans IDE Dev (Build 201005132200)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP

User Comments:
sunflower: Steps to reproduce:

- create a new MobileApplication with all defaults
- in Projects tree select root node of the project and invoke Rename. Set new
project name, check 'Also Rename Project Folder', press Rename button

The exception pops up




Stacktrace: 
java.lang.AssertionError: childName: C:\Documents and Settings\andromeda\My Documents\NetBeansProjects\temp\nb6.9\12\MobileApplication2\nbproject\private\private.xml folderName: C:\Documents and Settings\andromeda\My Documents\NetBeansProjects\temp\nb6.9\12\MobileApplication2\nbproject\private
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.addChild(ChildrenSupport.java:129)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChild(ChildrenSupport.java:187)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.getChild(ChildrenSupport.java:103)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.getChild(FolderObj.java:556)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:181)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:370)
Comment 1 Alexandr Scherbatiy 2010-05-14 10:31:25 UTC
Created attachment 98992 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-05-25 07:21:54 UTC

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