Actions
Bug #1855
closedMorpho does not compile under jdk1.5.0
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
morpho - general
Target version:
Start date:
01/07/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1855
Description
Morpho does not compile under jdk1.5.0, because the variable name "enum" is used
in several places, and, as of release 1.5, 'enum' is a keyword, and may not be
used as an identifier
Fix should be as simple as replacing these variable names...
Updated by Matthew Brooke over 19 years ago
replaced all variables named "enum" with "enumeration"
Actions