Closed
Description
Rick Evans opened SWS-134 and commented
The title pretty much says it all... there are a LOT of overloaded methods on the WST class.
Perhaps consider the advice from 'Effective Java' and have 'strongly-named' methods and thus less overloads.
Having less overloaded methods could also make it easier to use a scripting language with closures easier to use (potentially). (See this issue from the Spring CORE)
http://opensource.atlassian.com/projects/spring/browse/SPR-1291
Affects: 1.0 RC1