Sonar metrics for OpenMRS Core Master

Build: #191 was successful Scheduled with changes by 4 people

Code commits

Git

  • Daniel Kayiwa

    Daniel Kayiwa 67e63972324e5742c8ba17ea1edf6d12e762b502

    Merge pull request #980 from geoff-wasilwa/TRUNK-3654
    TRUNK-3654: ModuleUtil should not treat SNAPSHOT as 999.

  • Daniel Kayiwa

    Daniel Kayiwa 41da0f6467a6c9a03f1cfc35b9269c0a24136171

    Merge pull request #983 from chocobar/master
    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers.

  • Daniel Kayiwa

    Daniel Kayiwa 1e2a4d1a7fd9c3857aadd36d6a50ad4c108c7f36

    Merge pull request #984 from harsha89/TRUNK-3483-add
    added completed date to dialog box

  • harsha89 <harsz89@gmail.com>

    harsha89 <harsz89@gmail.com> 55c0ca893617189cfccab7dce3954b73869285ce

    added completed date to dialog box

    • webapp/src/main/webapp/WEB-INF/view/portlets/patientPrograms.jsp (version 55c0ca893617189cfccab7dce3954b73869285ce)
  • geoff-wasilwa <geoffreywanjala@gmail.com>

    geoff-wasilwa <geoffreywanjala@gmail.com> 688f5d6a57faf76cb77da7144ae93f5502e93a4a

    TRUNK-3654: ModuleUtil should not treat SNAPSHOT as 999.
    Changed max revision number to Integer.MAX_VALUE and added some test for this change

    Added back the lines that stipped off modifiers/qualifiers in the loop

    Added back isVersionWithQualifiers() method

    • api/src/main/java/org/openmrs/module/ModuleUtil.java (version 688f5d6a57faf76cb77da7144ae93f5502e93a4a)
    • api/src/test/java/org/openmrs/module/ModuleUtilTest.java (version 688f5d6a57faf76cb77da7144ae93f5502e93a4a)
  • Priya Chandran <prichand@thoughtworks.com>

    Priya Chandran <prichand@thoughtworks.com> ca072594e00a59a3e92f2b6a1f2936e4913ac4b2

    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers. Updated test names and should annotations.
     - Made them more consistent.

    • api/src/main/java/org/openmrs/validator/ProviderValidator.java (version ca072594e00a59a3e92f2b6a1f2936e4913ac4b2)
    • api/src/test/java/org/openmrs/validator/ProviderValidatorTest.java (version ca072594e00a59a3e92f2b6a1f2936e4913ac4b2)
  • Priya Chandran <prichand@thoughtworks.com>

    Priya Chandran <prichand@thoughtworks.com> eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe

    TRUNK-4411 Relaxed ProviderValidator to accept duplicate identifiers.
    - Removed the uniqueness check in the validator.
    - Fixed ambiguous java docs (and fixed an error in the documentation).
    - The validator only checks for the presence of a retired identifier(with reason for retiring).
    - Removed test for unique checks as this behaviour is no longer supported..
    - Renamed and fixed tests to accept duplicate entries for Provider identifier.

    • api/src/main/java/org/openmrs/validator/ProviderValidator.java (version eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe)
    • api/src/test/java/org/openmrs/validator/ProviderValidatorTest.java (version eaac3ab6b5a97b8bfa94e3b781a4e992f8327fbe)