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 51838 - NB scans .svn folders during classpath scan
Summary: NB scans .svn folders during classpath scan
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 10:22 UTC by tboerkel
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2004-11-25 10:22:34 UTC
We have sources and classes in the same folders.
When we open a project, NB scans for changes in
the classpath. During this scan, it also scans the
Subversion working base files in the .svn folders.
It should not do that, at least not because of
performance.
Using NB q-build 20041102, JDK 1.5.0.
Comment 1 tboerkel 2004-11-26 06:57:00 UTC
Setting this to P1, because I think, this may lead to wrong meta data
(when it stores info about the working base, instead of the working copy).
Comment 2 Martin Matula 2004-11-27 21:21:01 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/scanning/FileScanner.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/scanning/FileScanner.java,v
 <--  FileScanner.java
new revision: 1.15; previous revision: 1.14
done

jchalupa: This is a one-line simple fix. Please let me know if this
could be integrated for RC2.
Comment 3 tboerkel 2004-11-27 23:32:34 UTC
We surely would like to have this fix in 4.0.
Comment 4 Jan Chalupa 2004-11-28 07:46:35 UTC
Ok. Announce to reviewers and integrate into 'release40'.
Comment 5 Martin Matula 2004-11-29 22:46:28 UTC
Fix merged to release40.

Checking in src/org/netbeans/modules/javacore/scanning/FileScanner.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/scanning/FileScanner.java,v
 <--  FileScanner.java
new revision: 1.14.2.1; previous revision: 1.14
done
Comment 6 Max Sauer 2007-02-14 14:19:59 UTC
Marking as verified. Obsolete since retouche intergration.
---
NetBeans IDE Dev (Build 070214)
1.6.0; Java HotSpot(TM) Server VM 1.6.0-b105
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 7 Quality Engineering 2007-09-20 12:05:36 UTC
Reorganization of java component