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 48191 - Avoid scanning some directories, such as SCCS
Summary: Avoid scanning some directories, such as SCCS
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 19:14 UTC by psuk
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description psuk 2004-08-30 19:14:49 UTC
// copy from customer feedback:
When scanning project classpaths the IDE also look
into SCCS subdirectories and spend a lot of time
there. 
Please see if you can avoid that.
Comment 1 _ tball 2004-08-30 19:49:22 UTC
Added code to skip directories named "SCCS" (case-sensitive). 
Although it is possible (but very uncommon) to name the SCCS directory
something else, this test is much faster than testing each file
individually.  
Comment 2 Quality Engineering 2007-09-20 10:57:06 UTC
Reorganization of java component