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 183448 Details for
Bug 229178
[content assist] Portions of tag library description can be missing or altered when displayed by JSP content assist
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]
patch
229718.patch (text/plain), 1011 bytes, created by
Rakesh
on 2010-11-19 03:07:55 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Rakesh
Created:
2010-11-19 03:07:55 EST
Size:
1011 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.sse.ui >Index: src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java >=================================================================== >RCS file: /cvsroot/webtools/sourceediting/plugins/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java,v >retrieving revision 1.3 >diff -u -r1.3 HTML2TextReader.java >--- src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java 10 Apr 2007 20:06:10 -0000 1.3 >+++ src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java 19 Nov 2010 08:05:57 -0000 >@@ -138,8 +138,8 @@ > if ('/' == tag.charAt(0)) > tag= tag.substring(1); > >- if (!fgTags.contains(tag)) >- return EMPTY_STRING; >+// if (!fgTags.contains(tag)) >+// return EMPTY_STRING; > > > if ("pre".equals(html)) { //$NON-NLS-1$ >@@ -201,7 +201,7 @@ > if ("/dd".equals(html)) //$NON-NLS-1$ > return LINE_DELIM; > >- return EMPTY_STRING; >+ return '<' + html + '>'; > } > > /*
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 229178
:
183448
|
185824