diff options
author | Paul Pazderski | 2019-12-19 21:57:13 +0000 |
---|---|---|
committer | Paul Pazderski | 2019-12-21 13:46:39 +0000 |
commit | e5d5a40e85cdf4c3788f7ecd2139b9d7ca784702 (patch) | |
tree | d7a562c65d33821b89f61b6ff9d9652cde466a03 /org.eclipse.debug.examples.ui/plugin.xml | |
parent | 2e12c38e53c73f7c4d65301d955a36caa57ed73b (diff) | |
download | eclipse.platform.debug-I20191228-1800.tar.gz eclipse.platform.debug-I20191228-1800.tar.xz eclipse.platform.debug-I20191228-1800.zip |
Bug 558489 - [console] Remove unnecessary recoding in ProcessConsoleI20200102-1800I20200101-1800I20191231-1800I20191230-1800I20191229-2200I20191229-1800I20191228-1800I20191227-1800I20191226-1800I20191225-1800I20191224-1800I20191223-1800I20191222-1800I20191221-2205I20191221-1800
output handling
Apart from removing an unnecessary string -> bytes -> string round trip
it fix a potential content corruption since the source (TextConsole)
encoding and target (IOConsoleOutputStream) encoding can differ.
Also the stream listener implementation in ProcessConsole is simplified
a lot and lost some dead code.
Last but not least it replaced some usages of encoding names as strings
with using the Charset class to reduce overall number of charset
lookups.
Change-Id: Ie94aa433e571a2f9898c950d2997f598618aca18
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.debug.examples.ui/plugin.xml')
0 files changed, 0 insertions, 0 deletions