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 238963 - org.netbeans.modules.versioning.history.SummaryCellRenderer.getListCellRendererComponent: LowPerformance took 116378 ms.
Summary: org.netbeans.modules.versioning.history.SummaryCellRenderer.getListCellRender...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-29 10:44 UTC by Exceptions Reporter
Modified: 2014-01-07 02:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205667


Attachments
nps snapshot (1.22 MB, application/nps)
2013-11-29 10:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-29 10:44:51 UTC
This bug was originally marked as duplicate of bug 219574, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: team -> search history -> show all file



Maximum slowness yet reported was 116378 ms, average is 116378
Comment 1 Exceptions Reporter 2013-11-29 10:45:05 UTC
Created attachment 142718 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2014-01-06 13:53:45 UTC
will try a small change. Instead of firing a separate change for every added row we'll fire a single bulk change

fix: http://hg.netbeans.org/core-main/rev/866ee77e6218
Comment 3 Quality Engineering 2014-01-07 02:48:56 UTC
Integrated into 'main-silver', will be available in build *201401070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/866ee77e6218
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #238963 - org.netbeans.modules.versioning.history.SummaryCellRenderer.getListCellRendererComponent: LowPerformance took 116378 ms.
firing change interval instead of too many single changes