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 108128 Details for
Bug 240423
[wikitext] specify extension point for resource hyperlink detectors
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]
a patch renaming getUnknonGeneratedPrefix() to getGenericPrefix()
clipboard.txt (text/plain), 1.30 KB, created by
Jingwen 'Owen' Ou
on 2008-07-22 16:21:03 EDT
(
hide
)
Description:
a patch renaming getUnknonGeneratedPrefix() to getGenericPrefix()
Filename:
MIME Type:
Creator:
Jingwen 'Owen' Ou
Created:
2008-07-22 16:21:03 EDT
Size:
1.30 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.sandbox.ui >Index: src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkExtensions.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/sandbox/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkExtensions.java,v >retrieving revision 1.1 >diff -u -r1.1 ResourceHyperlinkExtensions.java >--- src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkExtensions.java 21 Jul 2008 23:32:35 -0000 1.1 >+++ src/org/eclipse/mylyn/internal/sandbox/ui/hyperlinks/ResourceHyperlinkExtensions.java 22 Jul 2008 20:19:28 -0000 >@@ -83,11 +83,8 @@ > return resourceHyperlinkExtension == null ? null : resourceHyperlinkExtension.getGeneratedPrefix(); > } > >- public static String getUnknownGeneratedPrefix() { >- init(); >- RegisteredResourceHyperlinkExtension unknownResourceHyperlinkExtension = extensionByFileType.get("unknown"); >- return unknownResourceHyperlinkExtension == null ? null >- : unknownResourceHyperlinkExtension.getGeneratedPrefix(); >+ public static String getGenericPrefix() { >+ return getGeneratedPrefix("generic"); > } > > public static List<IResourceHyperlinkExtension> getResourceHyperlinkExtensions() {
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 240423
:
107160
|
107161
| 108128