[Pharo-project] Issue 3971 in pharo: OBSystemBrowserAdaptor does not correctly find classes
Status: New Owner: ---- New issue 3971 by DougEdmu...@gmail.com: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 Using: Pharo1.2.2a Latest update: #12346 on XP ObSystemBrowserAdaptor (the "System Browser" window) does not correctly find classes: 1. Open system browser, right click, select "Find Classes". 2. Type in 'button' 3. Results include classes that do not contain 'button'. (such as the first entry, "AbstractAutotestTestLongRun")
Updates: Status: Invalid Comment #1 on issue 3971 by renggli: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 Sure, it contains it as a sub-string: A*b*stractA*u*to*t*est*T*estL*o*ngRu*n* This is a feature.
Comment #2 on issue 3971 by DougEdmu...@gmail.com: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 A substring starts at a specified character position and has a specified length. The characters that form a substring are contiguous. "heat" is a substring of "theater", as is "the" and "ate". "tear" is not a substring is not a substring. http://msdn.microsoft.com/en-us/library/system.string.substring.aspx http://www.w3schools.com/jsref/jsref_substring.asp Call it a 'feature' if you insist, but don't call it a substring. Personally it may as well be an anagram.
Comment #3 on issue 3971 by renggli: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 Ok, it is a subsequence (http://en.wikipedia.org/wiki/Subsequence). I am terribly sorry for using the wrong term.
Comment #4 on issue 3971 by DougEdmu...@gmail.com: OBSystemBrowserAdaptor does not correctly find classes http://code.google.com/p/pharo/issues/detail?id=3971 I did find Ducasse in the classes. :) Attachments: find_class.png 16.0 KB
participants (1)
-
pharo@googlecode.com