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 136084

Summary: Clearcase plugin stat()ing too often
Product: versioncontrol Reporter: u_ra <u_ra>
Component: ClearCaseAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description u_ra 2008-05-29 13:26:45 UTC
Right click on a file in the project pane, then move the mouse over the "Clearcase" entry.
IDE will become unresponsive for several seconds. Watching truss output reveals that this is caused
by stat64() calls on every file in the project root. 
We have an enormous CC setup so this quite effectively kills the IDE.