Closed Bug 258666 Opened 20 years ago Closed 20 years ago

JSS cannot be built with JDK 1.5 due to new keywords

Categories

(JSS Graveyard :: Library, defect)

Sun
SunOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glenbeasley, Assigned: glenbeasley)

Details

Attachments

(1 file)

jdk 1.5 has made the following 

./org/mozilla/jss/ssl/SSLSocket.java:693: as of release 1.5, 'enum' is a
keyword, and may not be used as an identifier
The only changed required to build with JDK 1.5 is to change "enum" to _enum in
SSLSocket.java and SSLTest.java.
Attachment #159514 - Flags: superreview?(wchang0222)
Attachment #159514 - Flags: review?(saul.edwards.bugs)
Comment on attachment 159514 [details] [diff] [review]
changed spelling of "enum" to _enum

r=wtc.
Attachment #159514 - Flags: superreview?(wchang0222) → superreview+
Attachment #159514 - Flags: review?(saul.edwards.bugs) → review+
 cvs commit -m "258666 JDK 1.5 made enum a keyword"
cvs commit: Examining .
Enter passphrase for key '/home/gb134726/.ssh/id_dsa': 
Checking in SSLSocket.java;
/cvsroot/mozilla/security/jss/org/mozilla/jss/ssl/SSLSocket.java,v  <-- 
SSLSocket.java
new revision: 1.18; previous revision: 1.17
done
Checking in SSLTest.java;
/cvsroot/mozilla/security/jss/org/mozilla/jss/ssl/SSLTest.java,v  <--  SSLTest.java
new revision: 1.3; previous revision: 1.2
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: