Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Andy Fingerhut
Andy FingerhutApproval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created September 18, 2013 at 5:16 AM
Updated November 23, 2013 at 1:06 AM
Resolved November 23, 2013 at 1:06 AM
When compiling the Clojure source code using the early access version of JDK 8 (I saw this with 1.8.0-ea-b103 in particular), there are 6 warnings produced because the character _ is used as an identifier in Java source code.
The warning implies that this is likely to continue to be a warning for the lifetime of JDK 8, and could become an error with later JDKs.
Eliminating these warnings is as simple as changing the identifier name used on those 6 lines of one Java source file.
Patch: clj-1264-1.diff
Screened by: Alex Miller