Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Compilation fails when using JDK1.5 due to
1) no specification of language level
2) use of "enum" as identifier
The language issue results in the use of the new StringBuilder class for string concatenation resulting in code that will not run on earlier JVMs.
Dropping the langauge level will allow it to compile but warnings are generated due to the use of "enum" as an identifier; with 1.5 this becomes a reserved word
Attachments
Attachments
Issue Links
- is part of
-
DERBY-1078 Be able to build Derby when JAVA_HOME is set 1.6
- Closed
- relates to
-
DERBY-112 Variable name 'enum' used in a couple of places
- Closed