Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1
-
Fix Version/s: 1.6.5, 1.7-beta-2
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
@Immutable class MyClass {
String toString() { 'some return value' }
}
new MyClass()
throws
Repetitive method name/signature for method 'java.lang.String toString()' in class 'MyClass'. at line: 2, column: 5 Repetitive method name/signature for method 'java.lang.String toString()' in class 'MyClass'. at line: -1, column: -1
Did you mean?