Bug 196804

Summary: [Dialog] Consider numbers as part of camel case filter in the "Open Type" dialog
Product: [Eclipse Project] JDT Reporter: Tomasz Zarna <tomasz.zarna>
Component: CoreAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: krzysztof.michalski, markus.kell.r
Version: 3.3   
Target Milestone: 3.4 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2007-07-17 08:23:10 EDT
Build ID: N20070714-0010

Steps To Reproduce:
1. Check out org.eclipse.ui.views project (or any other with a class named as described below)
2. Open "Open Type" dialog (ctrl+shift+t)
3. Enter IPS2
=> I would expect IPropertySource2 class to show up

Workaround: Enter i*p*s*2 or simply i*2 (but still you will need to look for the IPropertySource2 class among others)

On the one hand I know that numbers are not part of the camel case type of filter, but on the other hand you must admit that this kind of naming (adding a number on the end of a class name) is a quite popular convention. 

Please at least consider it before marking as a WONTFIX
Comment 1 Martin Aeschlimann CLA 2007-07-18 11:00:34 EDT
Markus, can you comment?
Comment 2 Markus Keller CLA 2007-07-18 12:50:15 EDT
I fully agree with the request, which is a dup of bug 109695. However, we first have to find a solution for bug 176017 before we can make any changes here.

*** This bug has been marked as a duplicate of bug 109695 ***
Comment 3 Eric Jodet CLA 2007-09-17 10:37:58 EDT
IPS2
Comment 4 Eric Jodet CLA 2007-09-17 10:38:27 EDT
I mean: Verified for 3.4 M2 using build I20070917-0010.