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 190678 - [69cat] AssertionError at org.netbeans.modules.masterfs.watcher.Watcher$Ext.refreshRecursively
Summary: [69cat] AssertionError at org.netbeans.modules.masterfs.watcher.Watcher$Ext.r...
Status: RESOLVED DUPLICATE of bug 190619
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 17:39 UTC by Kenneth Ganfield
Modified: 2010-09-30 21:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172802


Attachments
stacktrace (2.99 KB, text/plain)
2010-09-29 17:39 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2010-09-29 17:39:07 UTC
This issue was reported manually by kganfield.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 201009260000)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-9M3165
OS: Mac OS X

User Comments:
kganfield: invoking clean on maven ejb project

athompson: cleaned project




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.masterfs.watcher.Watcher$Ext.refreshRecursively(Watcher.java:124)
   at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.refreshRecursively(ProvidedExtensionsProxy.java:299)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.init(FileObjectKeeper.java:105)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:448)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:750)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:454)
Comment 1 Kenneth Ganfield 2010-09-29 17:39:13 UTC
Created attachment 102197 [details]
stacktrace
Comment 2 Petr Nejedly 2010-09-30 21:05:00 UTC
Dup, and this case (and likely the whole problem) should be fixed by now (as of http://hg.netbeans.org/core-main/rev/9d4e49e6b27e)

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