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 240060 - GoTo tooltip accesses remote javadoc
Summary: GoTo tooltip accesses remote javadoc
Status: RESOLVED DUPLICATE of bug 243964
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-01-07 09:39 UTC by Alexander Simon
Modified: 2014-07-17 02:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206361


Attachments
nps snapshot (29.99 KB, application/nps)
2014-01-07 09:39 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-01-07 09:39:57 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20131225-10fb2ec5aeeb)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
alexvsimon: too slow code completion



Maximum slowness yet reported was 14116 ms, average is 14116
Comment 1 Alexander Simon 2014-01-07 09:39:59 UTC
Created attachment 143660 [details]
nps snapshot
Comment 2 Svata Dedic 2014-01-07 09:41:23 UTC
Remote javadoc through HTTP is accessed during tooltip computation, which blocks the UI.
Comment 3 Svata Dedic 2014-07-03 07:20:39 UTC

*** This bug has been marked as a duplicate of bug 243964 ***
Comment 4 Quality Engineering 2014-07-17 02:19:24 UTC
Integrated into 'main-silver', will be available in build *201407170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/10b7630dba23
User: Svata Dedic <sdedic@netbeans.org>
Log: #240060: allow javadoc fetch to run asynchronously potentially ignoring long fetches