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 255450 - org.netbeans.modules.editor.search.SearchBar.getInstance: LowPerformance took 6901 ms.
Summary: org.netbeans.modules.editor.search.SearchBar.getInstance: LowPerformance took...
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-09-21 13:36 UTC by misterm
Modified: 2015-09-25 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220070


Attachments
nps snapshot (55.32 KB, application/nps)
2015-09-21 13:36 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-09-21 13:36:24 UTC
This issue was reported manually by misterm.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20150916-764af8e5db22)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .



Maximum slowness yet reported was 6901 ms, average is 6901
Comment 1 misterm 2015-09-21 13:36:25 UTC
Created attachment 156320 [details]
nps snapshot
Comment 2 Milutin Kristofic 2015-09-25 13:37:51 UTC
Thank you for report, but there must be some error, this code:
        if (evt.getPropertyName() == null ||
            EditorFindSupport.FIND_WHAT.equals(evt.getPropertyName()) ||
            EditorFindSupport.FIND_HIGHLIGHT_SEARCH.equals(evt.getPropertyName()))
        {

cannot take 5 seconds. I think this snapshot is invalid.