Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 528734 - Migrate deprecated uses of HTMLPrinter (StringBuffer -> StringBuilder)
Summary: Migrate deprecated uses of HTMLPrinter (StringBuffer -> StringBuilder)
Status: CLOSED DUPLICATE of bug 519783
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 12:37 EST by Shawn Kleese CLA
Modified: 2017-12-15 05:12 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Kleese CLA 2017-12-13 12:37:31 EST
These Classes uses the deprecated Implementations of HTMLPrinter:

org.eclipse.jdt.internal.ui.text.HTMLAnnotationHover
org.eclipse.jdt.internal.ui.text.java.hover.NLSStringHover
org.eclipse.jdt.internal.ui.text.javadoc.JavaDoc2HTMLTextReader

Move to StringBuilder Implementations instead of StringBuffer
Comment 1 Eclipse Genie CLA 2017-12-13 12:45:21 EST
New Gerrit change created: https://git.eclipse.org/r/113344
Comment 2 Dani Megert CLA 2017-12-13 12:49:31 EST
(In reply to Shawn Kleese from comment #0)
> These Classes uses the deprecated Implementations of HTMLPrinter:
> 
> org.eclipse.jdt.internal.ui.text.HTMLAnnotationHover
> org.eclipse.jdt.internal.ui.text.java.hover.NLSStringHover
> org.eclipse.jdt.internal.ui.text.javadoc.JavaDoc2HTMLTextReader
> 
> Move to StringBuilder Implementations instead of StringBuffer

Neither HTMLPrinter nor StringBuffer is deprecated. Not sure what you are talking about.
Comment 3 Noopur Gupta CLA 2017-12-15 05:12:12 EST

*** This bug has been marked as a duplicate of bug 519783 ***