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 257326 - org.netbeans.modules.editor.NbToolTip.getTipAnnotations: LowPerformance took 20944 ms.
Summary: org.netbeans.modules.editor.NbToolTip.getTipAnnotations: LowPerformance took ...
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-12-29 05:50 UTC by Exceptions Reporter
Modified: 2016-08-28 16:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221876


Attachments
nps snapshot (30.78 KB, application/nps)
2015-12-29 05:50 UTC, Exceptions Reporter
Details
IDE log - trying to move a java test class to another test package (292.17 KB, text/plain)
2016-08-28 16:37 UTC, zmirc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-29 05:50:15 UTC
This bug was originally marked as duplicate of bug 211939, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: gfyf



Maximum slowness yet reported was 20944 ms, average is 20944
Comment 1 Exceptions Reporter 2015-12-29 05:50:17 UTC
Created attachment 157941 [details]
nps snapshot
Comment 2 Milutin Kristofic 2016-07-13 10:11:58 UTC
This is a result for slow file reading. Maybe your disk was busy. 

java.io.FileInputStream.read() 83% 10 ms
Comment 3 zmirc 2016-08-28 16:37:42 UTC
Created attachment 161794 [details]
IDE log - trying to move a java test class to another test package