Project

General

Profile

Actions

feature request #922

closed

Implement compareTo method in IdentifiableEntity properly

Added by Andreas Müller over 14 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Priority12
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
major

Description

At the moment there is just one method that uses case differentiation instead of using the inheritance.

Either overwrite compoareTo or use abstract methods to get relevant information from subclasses


Related issues

Related to EDIT - bug #6311: Refactor IdentifiableEntity.compareTo methodRejectedAndreas Müller

Actions
Related to EDIT - task #6401: Update working environment to jdk 1.8ClosedPatrick Plitzner

Actions
Actions #1

Updated by Andreas Müller over 14 years ago

Implementing compareTo in identifiable entity by implementing Comparable creates problems in OrderedTermBase (OrderedTermBase is identifiable now, too). Therefore we should rethink this implementation. Do we really need to compare ident.entities of different classes?

Actions #2

Updated by Katja Luther over 14 years ago

  • Assignee changed from Anahit Babadshanjan to k.luther -
  • Target version changed from CDM lib Release 2.0 to CDM lib Release 2.3
Actions #3

Updated by Andreas Müller about 7 years ago

  • Related to bug #6311: Refactor IdentifiableEntity.compareTo method added
Actions #4

Updated by Andreas Müller about 7 years ago

  • Description updated (diff)
  • Status changed from New to Resolved
  • Target version changed from cdmlib - Old Next Major Release to Release 4.6
  • % Done changed from 0 to 80

Revision showed that

  • the method was never used by different classes and therefore the parameter does not need to be IdentifiableEntity
  • the method was only used by TaxonNameBase and TaxonBase but created problems with the very similar compareTo method in DefinedTermBase

Therefore we moved the method down to TaxonNameBase and TaxonBase and implemented it properly for each of these classes. Also it was renamed to avoid mistakes thinking it implements Comparable (#4232, #6311).

The semantics was only slightly changed were NPEs were expected otherwise.

Actions #5

Updated by Andreas Müller about 7 years ago

  • Related to task #6401: Update working environment to jdk 1.8 added
Actions #6

Updated by Katja Luther about 7 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Katja Luther to Andreas Müller

Looks fine, the only thing that should be moved, are the tests for the new methods. At the moment the methods are still tested in IdentifiableEntityTest class.

Actions #7

Updated by Andreas Müller about 7 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 80 to 100

Moved the tests down to the subclasses

Actions #8

Updated by Andreas Müller about 7 years ago

  • Private changed from Yes to No
Actions

Also available in: Atom PDF