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 251532 - Go To Type is refreshing the whole list.
Summary: Go To Type is refreshing the whole list.
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 14:21 UTC by Tomas Zezula
Modified: 2015-04-03 03:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2015-03-31 14:21:04 UTC
See issue #246161.
Comment 1 Tomas Zezula 2015-03-31 14:23:23 UTC
Fixed jet-main 2e8abd401316
Comment 2 Tomas Zezula 2015-03-31 14:26:57 UTC
When the previous request finished and the next entered text is narrowing of the previous text the content of Go To Type dialog is filtered rather than performing the query.

When the query did not finished yet (partial result due to running scan) the query needs to be done anytime as the providers did not necessary publish all types. Filtering in this case will cause that some (not yet published) types are not shown.
Comment 3 Tomas Zezula 2015-03-31 14:28:27 UTC
http://hg.netbeans.org/jet-main/rev/2e8abd401316
Comment 4 Quality Engineering 2015-04-03 03:06:31 UTC
Integrated into 'main-silver', will be available in build *201504030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2e8abd401316
User: Tomas Zezula <tzezula@netbeans.org>
Log: #251532:Go To Type is refreshing the whole list.