One final pass through StringUtils suggests these method names as dubious

- overlayString - shouldn't have 'String' in name. Better named as 'replace'

- concatenate - does the name as join(array, null) so should be called
join(array)

- getNestedString - poor name, again with String in it.


Any views on changing these names (by deprecation of course)

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to