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 126164 Details for
Bug 265446
binary data on standard output corrupt when written to file
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.
Test.java to reproduce the problem
Test.java (text/x-java), 237 bytes, created by
Georg Müller
on 2009-02-19 09:20:52 EST
(
hide
)
Description:
Test.java to reproduce the problem
Filename:
MIME Type:
Creator:
Georg Müller
Created:
2009-02-19 09:20:52 EST
Size:
237 bytes
patch
obsolete
>public class Test { > > public static void main(String[] args) { > > byte badByte = -1; // 0xFF > byte b[] = new byte[] { badByte, 'A', 'B', 'C' }; > > try { > System.out.write(b); > } catch (Exception e) { > e.printStackTrace(); > } > } >}
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 Raw
Actions:
View
Attachments on
bug 265446
: 126164