| Type |
Line |
Description |
| TODO |
363 |
Sequence::getSeqLength() can now return null (nullable typing). No guard is
applied here yet: a business decision is pending (throw an explicit exception
when the value is missing, vs treat the absence as a valid business case). |
| TODO |
409 |
Sequence::getStart()/getEnd()/getSeqLength() can now return null (nullable
typing). No guard is applied here yet: a business decision is pending (throw
an explicit exception when the value is missing, vs treat the absence as a
valid business case). |
| TODO |
459 |
Sequence::getSeqLength()/getStart() can now return null (nullable typing). No
guard is applied here yet: a business decision is pending (throw an explicit
exception when the value is missing, vs treat the absence as a valid business
case). |
| TODO |
634 |
Sequence::getSeqLength() can now return null (nullable typing). No guard is
applied here yet: a business decision is pending (throw an explicit exception
when the value is missing, vs treat the absence as a valid business case). |
| TODO |
674 |
Sequence::getSeqLength() can now return null (nullable typing). No guard is
applied here yet: a business decision is pending (throw an explicit exception
when the value is missing, vs treat the absence as a valid business case). |
| TODO |
747 |
Sequence::getStart()/getEnd()/getSeqLength() can now return null (nullable
typing). No guard is applied here yet: a business decision is pending (throw
an explicit exception when the value is missing, vs treat the absence as a
valid business case). |