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 190577 - [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-24 01:44 UTC by Jesse Glick
Modified: 2010-11-03 12:53 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172713


Attachments
stacktrace (3.57 KB, text/plain)
2010-09-24 01:44 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-09-24 01:44:47 UTC
This issue was reported manually by misterm.
It already has 15 duplicates 


Build: NetBeans IDE Dev (Build 100923-0d737a8b4e55)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
misterm: Switching to branch using CVS

jglick: svn revert

jglick: Cleaning a Maven project from the command line which was open in the IDE as well.

jglick: 'svn revert -R .' on a Maven project from command line while it was open in the IDE.




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 Jesse Glick 2010-09-24 01:44:52 UTC
Created attachment 102142 [details]
stacktrace
Comment 2 Petr Nejedly 2010-11-03 12:53:34 UTC

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