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 63721 - Exception during filesystem refresh
Summary: Exception during filesystem refresh
Status: RESOLVED DUPLICATE of bug 63066
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-09-06 15:49 UTC by Maros Sandor
Modified: 2005-09-14 19:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stacktrace (22.84 KB, text/plain)
2005-09-06 15:50 UTC, Maros Sandor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maros Sandor 2005-09-06 15:49:40 UTC
I have a j2se project and am updating it to branch and back to trunk several
times via CVS/Switch to Branch action. In this process, files and folders are
deleted and created. Often this exception comes up. I *guessed* by the
stacktrace this is a j2se project problem.
Comment 1 Maros Sandor 2005-09-06 15:50:21 UTC
Created attachment 24547 [details]
Exception stacktrace
Comment 2 Tomas Zezula 2005-09-14 19:03:04 UTC
This was caused by the first part of the issue #63066, which was in the cvslite
and Maros already fixed it. The vcslite didn't call FS.refresh () after the
branch switch and the IDE was not notified about changes on the disk.



*** This issue has been marked as a duplicate of 63066 ***