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 170853

Summary: 34s in Subversion.Annotator.scanFilesLazy
Product: versioncontrol Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=156741
Issue Type: DEFECT Exception Reporter: 156741
Attachments: nps snapshot

Description Exceptions Reporter 2009-08-25 07:23:15 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3789-on-090821)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86
Maximum slowness yet reported was 34173 ms, average is 34173
Comment 1 Exceptions Reporter 2009-08-25 07:23:20 UTC
Created attachment 86597 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-08-25 10:04:29 UTC
There seems to be huge amount of calls (at least 644 very likely much more) Character.toUpperCase from 
versioniong.util.Utils.isAncessorOrEqual. 

I thought that the annotateIcon is already schedule outside of AWT thread.
Comment 3 Ondrej Vrabec 2009-08-30 12:54:14 UTC
*** Issue 171130 has been marked as a duplicate of this issue. ***
Comment 4 Ondrej Vrabec 2009-08-31 07:47:37 UTC
*** Issue 171145 has been marked as a duplicate of this issue. ***
Comment 5 Ondrej Vrabec 2009-08-31 14:52:02 UTC
*** Issue 171159 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2009-09-01 06:02:06 UTC
Integrated into 'main-golden', will be available in build *200909010201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c1de596b6511
User: Tomas Stupka <tstupka@netbeans.org>
Log: #170853 - 34s in Subversion.Annotator.scanFilesLazy
Comment 7 Ondrej Vrabec 2009-09-02 20:41:03 UTC
*** Issue 171355 has been marked as a duplicate of this issue. ***
Comment 8 Ondrej Vrabec 2009-09-07 07:31:01 UTC
*** Issue 170019 has been marked as a duplicate of this issue. ***
Comment 9 Ondrej Vrabec 2009-09-08 12:23:17 UTC
*** Issue 171442 has been marked as a duplicate of this issue. ***
Comment 10 Ondrej Vrabec 2009-09-08 12:39:23 UTC
*** Issue 171700 has been marked as a duplicate of this issue. ***
Comment 11 Tomas Stupka 2009-09-11 16:36:00 UTC
fixed

c1de596b6511
6e3a6bb22b4f
Comment 12 Quality Engineering 2009-09-16 01:08:38 UTC
Integrated into 'main-golden', will be available in build *200909151512* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6e3a6bb22b4f
User: Tomas Stupka <tstupka@netbeans.org>
Log: #170853 - 34s in Subversion.Annotator.scanFilesLazy - block only while reading a cache file instead of the whole cache scan
Comment 13 Ondrej Vrabec 2009-10-05 11:49:05 UTC
*** Issue 173739 has been marked as a duplicate of this issue. ***