Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-2
-
None
-
Eclipse 3.1M5, JDK 5.0
Description
Using eclipse with the 5.0 compiler (instead of the 1.4 compiler) causes the following ERRORs:
org/codehaus/groovy/runtime/DefaultGroovyMethods.java (line 3355)
The method compareTo(BigInteger) in the type BigInteger is not applicable for the arguments (BigDecimal)
org/codehaus/groovy/runtime/WriteFile.java (line 102)
Name clash: The method compareTo(Object) of type WritableFile has the same erasure as compareTo(T) of type Comparable<T> but does not override it
org/codehaus/groovy/runtime/WriteFile.java (line 103)
The method compareTo(File) in the type File is not applicable for the arguments (Object)
Attachments
Attachments
Issue Links
- is related to
-
GROOVY-834 Many, many compiler warnings (Eclipse 3.1 M6)
- Closed