NIAD-3304: Add functionality for medication codeable concepts to include non-SNOMEDCT codes #971
Annotations
3 warnings
|
A change can be made to a lambda on line 100 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/CodeableConceptCdMapper.java#L100
replaced boolean return with false for 1st lambda in mapCodeableConceptForMedication (covered by 1 tests BooleanFalseReturnValsMutator)
|
|
A change can be made to a lambda on line 101 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/CodeableConceptCdMapper.java#L101
replaced return value with "" for 2nd lambda in mapCodeableConceptForMedication (no tests cover this line EmptyObjectReturnValsMutator)
|
|
A change can be made to line 106 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/CodeableConceptCdMapper.java#L106
removed call to mainOriginalText (covered by 47 tests RemoveChainedCallsMutator)
|