Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 56277

Summary: StringBuffer.append() throwing IOException
Product: [Eclipse Project] JDT Reporter: vpiket
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M8   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description vpiket CLA 2004-03-25 19:04:09 EST
I am running eclipse version 3.07 (Build 200402122000) on windows XP with the 
Sun JDK 1.5.0 (beta) as the default JRE. If you run the following code:

StringBuffer buf = new StringBuffer();
buf.append('c');

the compiler will complain that the append() method throws an IOException 
which it clearly does not.
Comment 1 Olivier Thomann CLA 2004-03-25 21:35:38 EST
Close as duplicate of bug 51353.

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