| Summary: | StringBuffer.append() throwing IOException | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | vpiket |
| Component: | Core | Assignee: | 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: | |||
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.