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 209886 - AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansProjects\Internationalization\build\classes@5e0310e5:39f1a8 data: true
Summary: AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansProjects\...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 209980 210311 210610 210800 211292 213208 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-21 16:34 UTC by MackSix
Modified: 2012-05-30 04:33 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186112


Attachments
stacktrace (2.78 KB, text/plain)
2012-03-21 16:34 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2012-03-21 16:34:49 UTC
This bug was originally marked as duplicate of bug 204849, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201203200400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows Vista

User Comments:
MackSix: 1) Changed Project name. 2)Changed Package name w/refactoring. 3)Run Project 4)Project ran and then this AssertionError was thrown. Project still running.

MackSix: 1. Renamed project 2. Renamed package 3. Right click project name and chose "Run". This AssertionError happened.

MackSix: Test on WindowsXP. 2nd rename of Project with Folder + rename of Package with Refactoring.




Stacktrace: 
java.lang.AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansProjects\Internationalization\build\classes@5e0310e5:39f1a8 data: true
   at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register(Watcher.java:224)
   at org.netbeans.modules.masterfs.watcher.Watcher.register(Watcher.java:116)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.addFileChangeListener(BaseFileObj.java:510)
   at org.netbeans.modules.java.source.usages.fcs.FileChangeSupport$Holder.locateCurrent(FileChangeSupport.java:165)
   at org.netbeans.modules.java.source.usages.fcs.FileChangeSupport$Holder.someChange(FileChangeSupport.java:184)
   at org.netbeans.modules.java.source.usages.fcs.FileChangeSupport$Holder.fileFolderCreated(FileChangeSupport.java:217)
Comment 1 MackSix 2012-03-21 16:34:54 UTC
Created attachment 117026 [details]
stacktrace
Comment 2 MackSix 2012-03-28 19:07:15 UTC
This was fixed in 7.1.
Comment 3 MackSix 2012-04-01 06:18:35 UTC
regression -> P1
Comment 4 Jaroslav Tulach 2012-04-04 15:13:11 UTC
Just an assert. It won't appear in production.
Comment 5 Jaroslav Tulach 2012-04-04 15:13:33 UTC
*** Bug 210610 has been marked as a duplicate of this bug. ***
Comment 6 Jaroslav Tulach 2012-04-04 15:13:53 UTC
*** Bug 210311 has been marked as a duplicate of this bug. ***
Comment 7 Jaroslav Tulach 2012-04-04 15:14:07 UTC
*** Bug 209980 has been marked as a duplicate of this bug. ***
Comment 8 Jaroslav Tulach 2012-04-18 16:38:57 UTC
*** Bug 210800 has been marked as a duplicate of this bug. ***
Comment 9 Jaroslav Tulach 2012-04-18 16:39:01 UTC
*** Bug 211292 has been marked as a duplicate of this bug. ***
Comment 10 Jaroslav Tulach 2012-04-18 16:42:37 UTC
ergonomics#a4b05953c726
Comment 11 Quality Engineering 2012-04-26 10:30:07 UTC
Integrated into 'main-golden', will be available in build *201204260400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a4b05953c726
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #209886: Just print a warning
Comment 12 Jaroslav Tulach 2012-05-30 04:33:29 UTC
*** Bug 213208 has been marked as a duplicate of this bug. ***