MISC: fix a bug of processing wildcard on filter dialog
authorGun Kim <gune.kim@samsung.com>
Wed, 21 Sep 2016 10:28:33 +0000 (19:28 +0900)
committerGun Kim <gune.kim@samsung.com>
Wed, 21 Sep 2016 10:33:43 +0000 (19:33 +0900)
commit89497f0148ba15597c854bbefb6f237e7310da2a
treee5f9794982e3fe6c4384716d18215d67a72fc453
parent64aa707894b853dcbfe077ec8b968a2e7114fcce
MISC: fix a bug of processing wildcard on filter dialog

When * is located right after backslash, filter worked incorrectly.
Fix it.

Change-Id: Idf2126e26dbcaa445033090c72905327b6bf3370
Signed-off-by: Gun Kim <gune.kim@samsung.com>
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredList.java
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/StringMatcher.java