You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2014/04/24 15:42:15 UTC

[jira] [Updated] (BCEL-46) BCEL does not compile with JDK 1.5.0-beta-b32c

     [ https://issues.apache.org/jira/browse/BCEL-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated BCEL-46:
-------------------------------

         Priority: Major
      Environment:     (was: Operating System: other
Platform: Other)
    Fix Version/s: 5.2
         Priority:   (was: P3)
         Severity:   (was: normal)

> BCEL does not compile with JDK 1.5.0-beta-b32c
> ----------------------------------------------
>
>                 Key: BCEL-46
>                 URL: https://issues.apache.org/jira/browse/BCEL-46
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>    Affects Versions: 5.1
>            Reporter: Francis ANDRE
>            Assignee: Apache Commons Developers
>             Fix For: 5.2
>
>         Attachments: bcel-5.1-ambiguity-fix.diff
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.2#6252)