Bug 56277 - StringBuffer.append() throwing IOException
Summary: StringBuffer.append() throwing IOException
Status: RESOLVED DUPLICATE of bug 51353
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.0 M8   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 19:04 EST by vpiket CLA
Modified: 2004-03-25 21:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***