Issue 3911 - [JLDAP] Java 1.5 compile failure
Summary: [JLDAP] Java 1.5 compile failure
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 21:24 UTC by mentata@openldap.org
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mentata@openldap.org 2005-08-01 21:24:14 UTC
Full_Name: Jon Roberts
Version: 2.3.4
OS: linux
URL: ftp://ftp.openldap.org/incoming/Jon-Roberts-050801.patch
Submission from: (NULL) (70.56.104.130)


The string 'enum' is used as a private instance variable name in several schema
related classes in the com.novell.ldap package (like LDAPAttributeSchema). As of
version 1.5 of the Java programming language, 'enum' is considered a keyword and
will cause any attepts to compile under new versions of Java to fail unless
specifying the -source="1.4" option at the javac command line or excluding those
classes in the build. The submitted patch changes this instance variable name in
the relevant class files to enable successful compilation with Java 1.5.

Comment 1 Kurt Zeilenga 2005-09-01 04:45:39 UTC
changed notes
moved from Incoming to Software Bugs
Comment 2 Howard Chu 2005-09-09 21:54:27 UTC
moved from Software Bugs to Contrib
Comment 3 mboorshtein@openldap.org 2005-09-12 02:36:36 UTC
changed notes
changed state Open to Closed
Comment 4 Howard Chu 2009-02-17 06:59:13 UTC
moved from Contrib to Archive.Contrib
Comment 5 OpenLDAP project 2014-08-01 21:05:16 UTC
JLDAP

Fixed in CVS