OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

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

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

    Merge pull request #2118 from annashipman/TRUNK-248
    TRUNK-248: Remove TODO from deprecated and unused code

  • Anna Shipman <anna@annashipman.co.uk>

    Anna Shipman <anna@annashipman.co.uk> f884591b3ac6ff962add17dc1f2823032d399e73

    Remove TODO from deprecated class
    The `PatientSearchCriteria` class is deprecated. This TODO is on a private method, called by another private method, called by the helper method `prepareCriteria`. This method is only called in one place, `HibernateEnounterDAO` which doesn't pass in the parameter that would lead to this line of code being executed.

    Therefore, we think the code is not used and the test is not required.

    @annashipman @davbo @TheDoubleK

    • api/src/main/java/org/openmrs/api/db/hibernate/PatientSearchCriteria.java (version f884591b3ac6ff962add17dc1f2823032d399e73)