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 225318 - org.netbeans.modules.testng.ui.GoToOppositeAction.appliesTo: LowPerformance took 3644 ms.
Summary: org.netbeans.modules.testng.ui.GoToOppositeAction.appliesTo: LowPerformance t...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-25 07:17 UTC by Alexander Simon
Modified: 2013-08-15 13:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189678


Attachments
nps snapshot (20.71 KB, application/nps)
2013-01-25 07:17 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-01-25 07:17:17 UTC
This issue was reported manually by alexvsimon.
It already has 3 duplicates 


Build: NetBeans IDE 7.3 RC1 (Build 20130125-0fbf0f6115da)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: SunOS

User Comments:
alexvsimon: a lot of sloness while background scanning of projects



Maximum slowness yet reported was 28619 ms, average is 12398
Comment 1 Alexander Simon 2013-01-25 07:17:19 UTC
Created attachment 130618 [details]
nps snapshot
Comment 2 Theofanis Oikonomou 2013-08-15 13:27:26 UTC
This is caused because ClassPath.getClassPath method
was called from EDT and should be fixed by
http://hg.netbeans.org/core-main/rev/07d0a71ed965. Please try a latest build
and reopen if there is still an issue for you. Thank you