You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2004/04/10 14:25:18 UTC

DO NOT REPLY [Bug 28329] New: - BCEL does not compile with JDK 1.5.0-beta-b32c

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: bcel-dev@jakarta.apache.org
        ReportedBy: francis.andre@easynet.fr


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

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org