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 220530 - LowPerformance took 26810 ms.
Summary: LowPerformance took 26810 ms.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-22 04:38 UTC by chintan4fun
Modified: 2017-05-30 06:13 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191810


Attachments
nps snapshot (379.54 KB, application/nps)
2012-10-22 04:38 UTC, chintan4fun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chintan4fun 2012-10-22 04:38:51 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7
Maximum slowness yet reported was 29124 ms, average is 27967
Comment 1 chintan4fun 2012-10-22 04:38:57 UTC
Created attachment 126285 [details]
nps snapshot
Comment 2 Tomas Zezula 2012-10-22 09:56:55 UTC
The parsing.api has an API to suspend & resume scan.
The platform (datasystem) needs to call it in copy, rename ops.
From discussion with Jarda the progress.api seems to be good candidate to give user a chance to suspend the task.
Comment 3 Tomas Zezula 2012-10-22 09:58:57 UTC
Sorry wrong tab.
Comment 4 Tomas Zezula 2012-10-22 10:07:42 UTC
It's from xwork.sp.JavaSourceHyperlinkProvider.isHyperlinkPoint which is not
part of netbeans, but some 3rd party plugin.