Eirik Bakke created NETBEANS-3808:
-------------------------------------
Summary: "Go to Symbol" and "Go to File" orders results incorrectly
Key: NETBEANS-3808
URL: https://issues.apache.org/jira/browse/NETBEANS-3808
Project: NetBeans
Issue Type: Improvement
Components: ide - UI
Affects Versions: 11.1
Reporter: Eirik Bakke
If a project contains two Java classes "TestClass" and "TestAnotherClass", and
the user types in "TestClass" into either the "Go to Symbol" or "Go to File"
dialog, then "TestAnotherClass" ends up being listed before "TestClass", and
ends up being the default selection. In this case the correct, the default
result should obviously be "TestClass". Some tweaking of the ordering logic is
needed to achieve this.
In many practical cases, the right class ends up being way down the list. This
greatly diminishes the value of the Go to Symbol/File functionality.
I believe this used to work correctly in older (pre-Apache?) NetBeans versions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists