Sonar metrics for OpenMRS Core Master

Build: #1003 was successful Scheduled with changes by 3 people

Code commits

Git

  • Wyclif Luyima

    Wyclif Luyima c8f371c289f5c19cf38dad251878e8a0e5da6864

    Merge pull request #1828 from teleivo/TRUNK-4938
    ConceptService.getConceptSourceByName privilege annotation wrong - TRUNK-4938

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> c57dfb67b2761d0801ce5c708c2e810e88c4c7ad

    TRUNK-4938 ConceptService.getConceptSourceByName privilege annotation wrong
    ConceptService.getConceptSourceByName which is 1 of the 3 methods to get a
    ConceptSource via ConceptService requires a different privilege than the other
    2 (it needs GET_CONCEPTS, while the other 2 GET_CONCEPT_SOURCES).

    • api/src/main/java/org/openmrs/api/ConceptService.java (version c57dfb67b2761d0801ce5c708c2e810e88c4c7ad)
  • dkayiwa <kayiwadaniel@gmail.com>

    dkayiwa <kayiwadaniel@gmail.com> acf7c5b184f6cea456c49334a11c2301ffb2e0b7

    Searching with patient identifier if name is null - TRUNK-4772 RA-1194 (cherry picked from commit 4268b44abde41948a4c8b92b358505fcff0cc9a9)

    • api/src/main/java/org/openmrs/api/impl/PatientServiceImpl.java (version acf7c5b184f6cea456c49334a11c2301ffb2e0b7)