Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.7.5
-
Fix Version/s: 1.7.7, 1.8-beta-4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The GDK provides Closure-using methods
String.replaceAll(String x) {} // in GDK String.replaceAll(Pattern x) {} // in GDK
but fails to provide for consistency
String.replaceFirst(String x) {} // missing in GDK String.replaceFirst(Pattern x) {} // missing in GDK
duplicate of
GROOVY-4537