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 269292 Details for
Bug 518909
Regression: IOConsoleOutputStream.setEncoding(String) cannot handle null argument anymore
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]
Test case for setting null encoding
test_set_null_encoding.patch (text/plain), 662 bytes, created by
Andreas Loth
on 2017-07-08 09:23:55 EDT
(
hide
)
Description:
Test case for setting null encoding
Filename:
MIME Type:
Creator:
Andreas Loth
Created:
2017-07-08 09:23:55 EDT
Size:
662 bytes
patch
obsolete
>diff --git a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java >index d0704a8..d1f315a 100644 >--- a/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java >+++ b/org.eclipse.debug.tests/src/org/eclipse/debug/tests/console/ConsoleTests.java >@@ -137,4 +137,11 @@ > } > } > >+ public void testSetNullEncoding() throws IOException { >+ MessageConsole console = new MessageConsole("Test Console 6", null); //$NON-NLS-1$ >+ try (IOConsoleOutputStream outStream = console.newOutputStream()) { >+ outStream.setEncoding(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 518909
: 269292 |
269293