Sonar metrics for OpenMRS Core Master

Build: #1300 was successful Scheduled with changes by teleivo <mrteleivo@gmail.com> and Ivo Ulrich <teleivo@users.noreply.github.com>

Code commits

Git

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 5c7d2747700d84884fa0149391c6549ccaba0d79

    Merge pull request #2202 from teleivo/test-startup-filter
    Add StartupErrorFilterTest

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> f879820c427496869dd6391212ece0a3f3803ea8

    Add StartupErrorFilterTest
    add StartupErrorFilterTest since it didnt exist,
    use PowerMockRunner as the filter calls static methods

    • web/src/test/java/org/openmrs/web/filter/startuperror/StartupErrorFilterTest.java (version f879820c427496869dd6391212ece0a3f3803ea8)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 50cf2a18ed98e692035280ae46cee0b4867c5735

    Merge pull request #2201 from teleivo/test-update-filter-model
    Add UpdateFilterModelTest

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 75ebf4343bc0c981b2fe7d4a54911338e264e320

    Add UpdateFilterModelTest
    add UpdateFilterModelTest since it was missing; needed to uses
    PowerMockRunner since its calling static methods on DatabaseUpdater

    • web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java (version 75ebf4343bc0c981b2fe7d4a54911338e264e320)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> eae465dfce7be225041f0e33c3d808a1e511a748

    Merge pull request #2200 from teleivo/TRUNK-5174
    TRUNK-5174 Deprecate PersonNameValidator.validatePersonName

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 146d900151641e5530351f4b9809a438a62c4057

    TRUNK-5174 Deprecate PersonNameValidator.validatePersonName
    PersonNameValidator implements Validator so client code can call
    validate to get the same behavior as calling validatePersonName which
    should be made private in a major release

    • api/src/main/java/org/openmrs/validator/PersonNameValidator.java (version 146d900151641e5530351f4b9809a438a62c4057)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> b8a88cedd250a4f53a3c1078b5fe2ba9adf58fd2

    Merge pull request #2199 from teleivo/TRUNK-5096
    TRUNK-5096 Remove MemoryLeakUtil.shutdownKeepAliveTimer

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> b96a0a75dba3daa0ca9625c55217f348391c2c2d

    TRUNK-5096 Remove MemoryLeakUtil.shutdownKeepAliveTimer
    Remove MemoryLeakUtil.shutdownKeepAliveTimer since its implementation
    is based on a non-existing field and throws an exception on its first
    line; also thereby remove a dependency on a sun package

    • api/src/main/java/org/openmrs/util/MemoryLeakUtil.java (version b96a0a75dba3daa0ca9625c55217f348391c2c2d)
    • web/src/main/java/org/openmrs/web/Listener.java (version b96a0a75dba3daa0ca9625c55217f348391c2c2d)