|
So in Collection and its subclasses we have:
includesAllOf: aCollection
self flag: 'use includesAll: instead'.
^ self includesAll: aCollection
(I fixed a typo in the comment)
So clearly includesAllOf: is deprecated, recommending the use of includesAll: instead.
Now in TimeSpan, the same API is here, so I deprecated includesAllOf: recommending includesAll: (with a flad, not self deprecated, as in the collections)
Same issue for includesAny than for includesAll
Lastly I fixed the test name in TimespanTest: testIncludesAllOf -> testIncludesAll testIncludesAnyOf -> testIncludesAny
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo3.0
|
Go to Case
|
|