Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-3
-
None
Description
File.length() should be available as File.size()
Matcher.getCount() -> size()
-> size() should generally better be named getSize() to allow property calls
obj.size
--> rejected since this conflicts with Map, Expando, and other types that handle getProperty() specially.