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 84212 Details for
Bug 211621
[Forms] FormText::getSelectedLinkHref() returns an Object instead of a String
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]
Trivial patch of that bug :-)
211621.patch (text/plain), 736 bytes, created by
Benjamin Cabé
on 2007-11-30 13:34:19 EST
(
hide
)
Description:
Trivial patch of that bug :-)
Filename:
MIME Type:
Creator:
Benjamin Cabé
Created:
2007-11-30 13:34:19 EST
Size:
736 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.forms >Index: src/org/eclipse/ui/forms/widgets/FormText.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java,v >retrieving revision 1.78 >diff -u -r1.78 FormText.java >--- src/org/eclipse/ui/forms/widgets/FormText.java 16 Aug 2007 16:20:55 -0000 1.78 >+++ src/org/eclipse/ui/forms/widgets/FormText.java 30 Nov 2007 18:33:24 -0000 >@@ -1090,7 +1090,7 @@ > * selected. > * @since 3.1 > */ >- public Object getSelectedLinkHref() { >+ public String getSelectedLinkHref() { > IHyperlinkSegment link = getSelectedLink(); > return link != null ? link.getHref() : null; > }
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 211621
: 84212