From: SourceForge.net <no...@so...> - 2008-07-21 12:32:58
|
Bugs item #2023504, was opened at 2008-07-21 13:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=2023504&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Checker Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stephen Connolly (stephen_c) Assigned to: Nobody/Anonymous (nobody) Summary: enums, prev version compiled in JDK 1.6 with source 1.5 Initial Comment: If you have an enum in your jar... And the previous build was using JDK 1.6 with source 1.5 And the current build is using JDK 1.5 You get the following error message: [ERROR] my.enum.package.MyEnum: Method 'public my.enum.package.MyEnum[] values()' is now final Given that the enum is generated by the JDK, this should be filtered out? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590799&aid=2023504&group_id=89627 |