Changes between Version 2 and Version 4 of Ticket #2433


Ignore:
Timestamp:
05/19/10 16:12:17 (15 years ago)
Author:
stefan
Comment:

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 index is missing, it '''throws''' an exception. Needed behavior is to return '''{{{null}}}'''. 
    2 wiki page: [wiki:IMM_COLLECTIONS_REFACTOR] 
     1There 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}}}'''. 
     2wiki page: [wiki:IMM_COLLECTIONS_REFACTOR]. Review usage - calling of this method.