Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 151735 Details for
Bug 285941
hyperlink detector does not check word boundaries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
new patch
patch285941.txt (text/plain), 1.33 KB, created by
Frank Becker
on 2009-11-09 16:14:05 EST
(
hide
)
Description:
new patch
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2009-11-09 16:14:05 EST
Size:
1.33 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaConnectorUi.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaConnectorUi.java,v >retrieving revision 1.46 >diff -u -r1.46 BugzillaConnectorUi.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaConnectorUi.java 8 Nov 2009 19:43:48 -0000 1.46 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaConnectorUi.java 9 Nov 2009 20:46:51 -0000 >@@ -50,11 +50,11 @@ > */ > public class BugzillaConnectorUi extends AbstractRepositoryConnectorUi { > >- private static final int TASK_NUM_GROUP = 3; >+ private static final int TASK_NUM_GROUP = 5; > >- private static final int ATTACHMENT_NUM_GROUP = 4; >+ private static final int ATTACHMENT_NUM_GROUP = 6; > >- private static final String regexp = "(?:(duplicate of| bug| task)( ?#? ?)(\\d+))|(?:Created an attachment\\s*\\(id=(\\d+)\\))"; //$NON-NLS-1$ >+ private static final String regexp = "(?:(duplicate of|(\\s|^)+bug|(\\s|^)+task)( ?#? ?)(\\d+))|(?:Created an attachment\\s*\\(id=(\\d+)\\))"; //$NON-NLS-1$ > > private static final Pattern PATTERN = Pattern.compile(regexp, Pattern.CASE_INSENSITIVE); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 285941
:
151652
|
151653
| 151735 |
151736
|
154709
|
154710