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 242818

Summary: 10s - bugtracking.hyperlink.EditorHyperlinkProviderImpl
Product: connecteddeveloper Reporter: Exceptions Reporter <exceptions_reporter>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: KhArtNJava, kleisman
Priority: P3 Keywords: PERFORMANCE
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205652
Attachments: nps snapshot

Description Exceptions Reporter 2014-03-12 08:13:34 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
KhArtNJava: sdf

GUEST: Chrome browser started automatic update, no idea why that should freeze netbeans.

kleisman: i have a problem with this program.



Maximum slowness yet reported was 36200 ms, average is 22428
Comment 1 Exceptions Reporter 2014-03-12 08:13:36 UTC
Created attachment 145964 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2014-04-25 10:21:03 UTC
59s in http://statistics.netbeans.org/exceptions/exception.do?id=720278 that is nasty, but the snapshot is corrupted. Trying http://statistics.netbeans.org/exceptions/exception.do?id=716531 that one shows 10s in 
org.netbeans.modules.bugtracking.hyperlink.EditorHyperlinkProviderImpl$1.run()	93.95879	10 792 ms (94%)	10 792 ms	1

Possibly initialize outside of editor and its rendering lock?
Comment 3 Tomas Stupka 2014-04-25 12:41:53 UTC
init removed from lock in scope of issue #242076