Bug 33645 - [PATCH] Allow fop 1.0dev to compile with java 1.5
Summary: [PATCH] Allow fop 1.0dev to compile with java 1.5
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords: JDK1.5, PatchAvailable
Depends on:
Blocks:
 
Reported: 2005-02-19 00:37 UTC by Oskar Berggren
Modified: 2012-04-01 06:49 UTC (History)
1 user (show)



Attachments
Remove use of 'enum' as variable name. (4.78 KB, patch)
2005-02-19 00:45 UTC, Oskar Berggren
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oskar Berggren 2005-02-19 00:37:17 UTC
Current CVS HEAD does not compile with j2sdk 1.5 due to some variables named
'enum', which is a reserved word starting with java 1.5.
Comment 1 Oskar Berggren 2005-02-19 00:45:14 UTC
Created attachment 14324 [details]
Remove use of 'enum' as variable name.

This removes use of 'enum' as variable name in CommonTextDecoration.java
and TextDecorationProperty.java.
Comment 2 Oskar Berggren 2005-02-19 00:51:07 UTC
Jeremias, CC'ing you as you checked in the above mentioned files.
Comment 3 Jeremias Maerki 2005-02-19 11:40:30 UTC
Applied. Thanks a lot!
Comment 4 Glenn Adams 2012-04-01 06:49:46 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed