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 195405 - FileAlreadyLocked by versioning.system.cvss.ui.actions.update.GetCleanAction.rollback
Summary: FileAlreadyLocked by versioning.system.cvss.ui.actions.update.GetCleanAction....
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-13 02:25 UTC by mperezma
Modified: 2011-02-16 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176652


Attachments
stacktrace (5.53 KB, text/plain)
2011-02-13 02:25 UTC, mperezma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mperezma 2011-02-13 02:25:11 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102111519)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
mperezma: CVS Rollback from popup in show annotations.
http://wiki.netbeans.org/TS_70_CVS
1.5 Test suite: Inspecting Sources - Step 2.3 (Choose Rollback to 1.2 action and confirm displayed dialog)




Stacktrace: 
java.lang.Throwable: Locked by:
   at org.openide.filesystems.FileLock.<init>(FileLock.java:83)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.<init>(LockForFile.java:91)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:102)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:337)
   at org.openide.loaders.MultiDataObject$Entry.takeLock(MultiDataObject.java:1270)
   at org.netbeans.modules.java.JavaDataObject$JavaEditorSupport$Environment.takeLock(JavaDataObject.java:150)
Comment 1 mperezma 2011-02-13 02:25:16 UTC
Created attachment 105947 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-02-14 13:40:04 UTC
fixed: core-main #8083c2af0dcb
Comment 3 Quality Engineering 2011-02-16 11:37:08 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8083c2af0dcb
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #195405 - FileAlreadyLocked by versioning.system.cvss.ui.actions.update.GetCleanAction.rollback