You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/08/12 18:41:46 UTC

[jira] [Created] (BCEL-240) Should UnsupportedClassVersionError be defined in ExceptionConstants?

Sebb created BCEL-240:
-------------------------

             Summary: Should UnsupportedClassVersionError be defined in ExceptionConstants?
                 Key: BCEL-240
                 URL: https://issues.apache.org/jira/browse/BCEL-240
             Project: Commons BCEL
          Issue Type: Improvement
            Reporter: Sebb


The ExceptionConstants class has a comment:

{quote}
    /* UnsupportedClassVersionError is new in JDK 1.2 */
//    public static final Class UnsupportedClassVersionError = UnsupportedClassVersionError.class;
{quote}

Given that JDK 1.1 is now pre-historic, would it make sense to enable the constant (upcasing the name)? Is there any reason why the constant should not be defined?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)