← Back to team overview

oshippy-dev team mailing list archive

[Bug 610507] [NEW] some issues in ReferenceRange

 

You have been subscribed to a public bug:

Class ReferenceRange does not inherit from DvOrdered.
It seems that is not necessary to test for the types of the arguments in its initializer. Since it does not inherit from DvOrdered, it should not call the superclass initializer.

This invariant is not implemented:
Range_is_simple: (range.lower_unbounded or else range.lower.is_simple) and 
(range.upper_unbounded or else range.upper.is_simple)

Wouldn't it be interesting to implement a representation method for this
class?

** Affects: oshippy
     Importance: High
     Assignee: Diego Manhães Pinheiro (dmpinheiro)
         Status: New

-- 
some issues in ReferenceRange
https://bugs.launchpad.net/bugs/610507
You received this bug notification because you are a member of OSHIPpy Developers, which is subscribed to OSHIPpy.