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 255341 - Code Completion: Javadoc windows stuck on Please wait...
Summary: Code Completion: Javadoc windows stuck on Please wait...
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: MackSix
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 20:59 UTC by MackSix
Modified: 2017-10-07 00:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logfile (56.17 KB, text/plain)
2015-09-16 20:59 UTC, MackSix
Details
IDE Profiler Snapshot (9.11 KB, application/octet-stream)
2015-09-18 19:03 UTC, MackSix
Details
.npss file attached from NetBeans (41.47 KB, application/x-npss)
2015-09-18 19:09 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2015-09-16 20:59:51 UTC
Created attachment 156220 [details]
logfile

I recorded a video of this. It's easier than explaining it.


Video--> https://youtu.be/qrwVFApMNdk


Product Version: NetBeans IDE Dev (Build 201509160002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Svata Dedic 2015-09-18 13:25:53 UTC
Please shot a thread dump when the CC is stuck.
Comment 2 MackSix 2015-09-18 15:08:16 UTC
(In reply to Svata Dedic from comment #1)
> Please shot a thread dump when the CC is stuck.

If I do anything to take a thread dump, the popup goes away. Would I have to take the thread dump without doing that or does it matter? 

Maybe there is a way of taking the thread dump without losing the popup?
Comment 3 Dusan Balek 2015-09-18 15:34:23 UTC
Could you please create a profiler snapshot using the 'Profile the IDE' action (Alt+Shift+Y) and attach it to the issue? Thanks
Comment 4 MackSix 2015-09-18 19:03:56 UTC
Created attachment 156285 [details]
IDE Profiler Snapshot

I tried to attach it with NetBeans attach button on the toolbar but it kept giving me a "HTTP Error: Moved Temporarily."

Anyhow, here it is. :)
Comment 5 MackSix 2015-09-18 19:09:43 UTC
Created attachment 156287 [details]
.npss file attached from NetBeans

.npss file
Comment 6 tommy_luu 2017-10-07 00:32:16 UTC
This has also been happening in normal usage of the code completion after typing a . (dot) to access methods; I don't have to go through the steps in the video for this to occur.
The javadoc would show up for the first suggestion, but when scrolling to another method, the javadoc would get stuck on please wait..., with it sometimes working when coming back to use it later. Is this javadocs window pulling from the Internet because I do have slow Internet.
Comment 7 tommy_luu 2017-10-07 00:44:05 UTC
(In reply to tommy_luu from comment #6)
> This has also been happening in normal usage of the code completion after
> typing a . (dot) to access methods; I don't have to go through the steps in
> the video for this to occur.
> The javadoc would show up for the first suggestion, but when scrolling to
> another method, the javadoc would get stuck on please wait..., with it
> sometimes working when coming back to use it later. Is this javadocs window
> pulling from the Internet because I do have slow Internet.

From what I've discovered, I think NetBeans is in fact pulling the javadocs from the oracle.com website. :)) Is there anyway to implement an offline version that could still be updated with the website?