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 187255

Summary: [69cat] AssertionError: childName: /home/kr/NetBeansProjects/springjpa/src/main/resources/net/z428/springjpa/applicationContext.xml folderName: /home/kr/NetBeansProjects/springjpa/src/main/resources/net/z428/
Product: platform Reporter: kawazu428 <kawazu428>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170471
Attachments: stacktrace

Description kawazu428 2010-06-07 09:32:52 UTC
Build: NetBeans IDE Dev (Build 201006050001)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Linux

User Comments:
kawazu428: inside a maven2 project, renamed a folder in src/main/resources (using "Files" window) and then switched back to "Projects" window, triggered a "Reload" because the change wasn't displayed immediately (new package appeared but seemed empty)




Stacktrace: 
java.lang.AssertionError: childName: /home/kr/NetBeansProjects/springjpa/src/main/resources/net/z428/springjpa/applicationContext.xml folderName: /home/kr/NetBeansProjects/springjpa/src/main/resources/net/z428/springjpa
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.addChild(ChildrenSupport.java:132)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.rescanChildren(ChildrenSupport.java:240)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.getChildren(ChildrenSupport.java:89)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.getChildren(FolderObj.java:554)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getChildren(FolderObj.java:134)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenTo(FileObjectKeeper.java:141)
Comment 1 kawazu428 2010-06-07 09:32:56 UTC
Created attachment 99854 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-06-07 15:42:12 UTC

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