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 186150 - AssertionError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenToAll
Summary: AssertionError at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileO...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 10:34 UTC by Alexandr Scherbatiy
Modified: 2010-06-17 03:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165608


Attachments
stacktrace (2.65 KB, text/plain)
2010-05-14 10:34 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:34:12 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:
GUEST: same as centos+netbeans+zend framework autocomplete




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenToAll(FileObjectKeeper.java:153)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.addRecursiveListener(FileObjectKeeper.java:83)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.addRecursiveListener(FolderObj.java:539)
   at org.openide.filesystems.DeepListener.relisten(DeepListener.java:92)
   at org.openide.filesystems.DeepListener.<init>(DeepListener.java:68)
   at org.openide.filesystems.FileUtil.addRecursiveListener(FileUtil.java:364)
Comment 1 Alexandr Scherbatiy 2010-05-14 10:34:15 UTC
Created attachment 98993 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-06-16 06:34:05 UTC
I have improved the assert message: core-main#da6a39c378db
Comment 3 Quality Engineering 2010-06-17 03:19:48 UTC
Integrated into 'main-golden', will be available in build *201006170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/da6a39c378db
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #186150: Better assert message