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 204243 - [71cat] AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansProjects\JavaApplication45\build\classes@71846258:1f931ac data: true
Summary: [71cat] AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansP...
Status: RESOLVED DUPLICATE of bug 204849
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 204244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-26 00:57 UTC by MackSix
Modified: 2011-11-21 14:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182310


Attachments
stacktrace (2.77 KB, text/plain)
2011-10-26 00:57 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2011-10-26 00:57:16 UTC
Build: NetBeans IDE Dev (Build 201110240600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
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.




Stacktrace: 
java.lang.AssertionError: Should be a folder: C:\Users\Mark\Documents\NetBeansProjects\JavaApplication45\build\classes@71846258:1f931ac data: true
   at org.netbeans.modules.masterfs.watcher.Watcher$Ext.register(Watcher.java:225)
   at org.netbeans.modules.masterfs.watcher.Watcher.register(Watcher.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.addFileChangeListener(BaseFileObj.java:501)
   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 2011-10-26 00:57:20 UTC
Created attachment 112434 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-11-02 11:19:09 UTC
*** Bug 204244 has been marked as a duplicate of this bug. ***
Comment 3 MackSix 2011-11-08 18:36:39 UTC
Video of bug. It is the 1st exception at point 3:20 on the video.

http://youtu.be/lSIlBwTd8_E

The 2nd exception is bug id #204242, the 3rd exception is similar to #204809
and the 4th exception is bug id #204810
Comment 4 MackSix 2011-11-15 06:50:10 UTC
This still occurs. see: http://statistics.netbeans.org/analytics/exception.do?id=542665

1) Rename Project wih folder rename option.
2) Rename Package with refactor option.
3) Try to run the project. 

This error occurs and the output window says: 

run:
Error: Could not find or load main class javaapplication12.JavaApplication1
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)
Comment 5 MackSix 2011-11-18 13:02:27 UTC
Regression - P1
Comment 6 Jaroslav Tulach 2011-11-21 14:10:28 UTC

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