[
https://jira.jboss.org/jira/browse/JBIDE-3253?page=com.atlassian.jira.plu...
]
Rob Stryker resolved JBIDE-3253.
--------------------------------
Resolution: Done
Assignee: Rob Stryker
There were several problems with the search bar. The constant thread access left it in an
iffy state often, especially since each launched thread worked on the exact same map (on
the assumption only one thread was launched at a time, which turned out not to be true)
Also, when a new keypress is initiated, the old thread (in the middle of pruning down the
match list) often left the map in an uncertain state, half completed.
The new implementation gives each thread a clone of the map. Only when the thread
completes can it set the list of matches back to the view. This way, partial refinements
are not persisted and only completed ones alert the view.
Much cleaner. I like it more gooder.
JMX view search bar behavior is stinky
--------------------------------------
Key: JBIDE-3253
URL:
https://jira.jboss.org/jira/browse/JBIDE-3253
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.0.0.cr1
The search thing doesn't work so good. Needs improvement.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira