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 - [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/
Summary: [69cat] AssertionError: childName: /home/kr/NetBeansProjects/springjpa/src/ma...
Status: RESOLVED DUPLICATE of bug 184854
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-06-07 09:32 UTC by kawazu428
Modified: 2010-06-07 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170471


Attachments
stacktrace (5.73 KB, text/plain)
2010-06-07 09:32 UTC, kawazu428
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***