Closed Bug 467022 Opened 16 years ago Closed 6 years ago

ldapsdk_java-4.17-src need to support java 1.5 and higher.

Categories

(Directory :: LDAP Java SDK, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: wss4j.wei, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
Build Identifier: ldapsdk_java-4.17_20020819_src

   [javac]
C:\ldapsdk_java-4.17_20020819_src\mozilla\directory\java-sdk\ldap
jdk\netscape\ldap\LDAPConnection.java:4522: as of release 1.5, 'enum' is a
keyword, and may not be used as an i
dentifier
   [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
   [javac]             Enumeration enum = m_responseControlTable.keys();
   [javac]       

Reproducible: Always

Steps to Reproduce:
1.just do ant compile on Java Directory SDK

Actual Results:  
 [javac]
C:\ldapsdk_java-4.17_20020819_src\mozilla\directory\java-sdk\ldap
jdk\netscape\ldap\LDAPConnection.java:4522: as of release 1.5, 'enum' is a
keyword, and may not be used as an i
dentifier
   [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
   [javac]             Enumeration enum = m_responseControlTable.keys();
   [javac]
Not activity for at least 6 years, closing.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.