Changes between Version 2 and Version 4 of Ticket #2433
- Timestamp:
- 05/19/10 16:12:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2433
- Property Analysis_score changed from 0 to 2
- Property Analysis_reviewers changed from to pap
-
Ticket #2433 – Description
v2 v4 1 There is inconsistency with the method {{{get( int)}}} of {{{ImmCollection}}} class - when the provided indexis missing, it '''throws''' an exception. Needed behavior is to return '''{{{null}}}'''.2 wiki page: [wiki:IMM_COLLECTIONS_REFACTOR] 1 There is inconsistency with the method {{{get(K)}}} of {{{ImmTreeMap}}} class - when the provided key is missing, it '''throws''' an exception. Needed behavior is to return '''{{{null}}}'''. 2 wiki page: [wiki:IMM_COLLECTIONS_REFACTOR]. Review usage - calling of this method.