DO NOT REPLY [Bug 28329] New: - BCEL does not compile with JDK 1.5.0-beta-b32c
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28329>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28329
BCEL does not compile with JDK 1.5.0-beta-b32c
Summary: BCEL does not compile with JDK 1.5.0-beta-b32c
Product: BCEL
Version: 5.1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi there
One got 2 compile error when compiling BCEL with the JDK 1.5.0-beta-b32c
----------
1. ERROR in D:\Eclipse\M8
\eclipse\workspace\com.pac.cdt.core\bcl\org\apache\bcel\classfile\Utility.java
(at line 1352)
private static class JavaWriter extends FilterWriter {
^^^^^^^^^^
The return type is incompatible with Appendable.append(char), Writer.append
(char)
----------
2. ERROR in D:\Eclipse\M8
\eclipse\workspace\com.pac.cdt.core\bcl\org\apache\bcel\classfile\Utility.java
(at line 1352)
private static class JavaWriter extends FilterWriter {
^^^^^^^^^^
The return type is incompatible with Appendable.append(CharSequence),
Writer.append(CharSequence)
----------
2 problems (2 errors)
C:\java -version
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b32c)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b32c, mixed mode)
Regards