Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.7
-
None
Description
- When accessing a property whose name starts with "getSet", Groovy throws
GroovyRuntimeException: Cannot read write-only property: getSet...
- Example:
// Returns the SQL update statement representation of the DB object GString getSetSql() { ... }