Community
Participate
Working Groups
Build Identifier: M20100909-0800 The hyperlink detection in the task editor for TRAC tasks is incorrectly working in case a camel case sub-string within a word that starts with a lower case character is proceeded with an uppercase character. For example in "thisIsANiceWord" "NiceWord" is detected as link even though it is not a camel case word. "thisIsaNiceWord" wirks correctly. Reproducible: Always Steps to Reproduce: 1. Create a task ticket in a TRAC respository 2. Edit the task summary 3. Enter a longer mixed case word without white spaces, starting with a lower case character and inject camel case words ala "FooBar" proceeded by upper case characters like "fooFFooBarfoo"
This bug was also reported and dicussed in the mylyn newsgroup (see http://www.eclipse.org/forums/index.php/m/691304/). I am working on a failing test case.
Thanks for the report, Jan. Did you have any luck creating a test case?
(In reply to comment #2) > Thanks for the report, Jan. Did you have any luck creating a test case? Oops, not really started yet but try to do asap ;-)
Created attachment 201638 [details] Patch for org.eclipse.mylyn.trac.tests project that adds a text case for this bug
Thanks! Fixed in master.
Created attachment 201840 [details] mylyn/context/zip
Reopening to fix assignment.
Closing.