Sonar metrics for OpenMRS Core Master

Build: #2859 was successful

Job: Sonar Full Analysis was successful

Stages & jobs

  1. Sonar Analysis

Code commits

Git

  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 9fcd6677f0735c047896b42488d06cd7db5b8432

    maven(deps): bump postgresql from 42.2.22 to 42.2.23 (#3816)
    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.22 to 42.2.23.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.23/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.22...REL42.2.23)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    • pom.xml (version 9fcd6677f0735c047896b42488d06cd7db5b8432)
  • Bartłomiej Rasztabiga <contact@rasztabiga.me>

    Bartłomiej Rasztabiga <contact@rasztabiga.me> c3f633011a4584c8bcb87fe93f5178562b2bd1c2

    TRUNK-6010: HibernatePatientDAOTest should test getting duplicated patients by identifier and includeVoided (#3814)
    * TRUNK-6010: HibernatePatientDAOTest should test getting duplicated patients by identifier and includeVoided. Fix getDuplicatePatientsSQLString method.

    * TRUNK-6010: Flush DB session instead of getting patients

    • api/src/main/java/org/openmrs/api/db/hibernate/HibernatePatientDAO.java (version c3f633011a4584c8bcb87fe93f5178562b2bd1c2)
    • api/src/test/java/org/openmrs/api/db/hibernate/HibernatePatientDAOTest.java (version c3f633011a4584c8bcb87fe93f5178562b2bd1c2)