Sonar metrics for OpenMRS Core Master

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

Code commits

Git

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

    Ivo Ulrich <teleivo@users.noreply.github.com> 8ad1f5b89579529b4086f1ae2d2ed63da36f830f

    Merge pull request #2172 from Ankitkumar94/TRUNK-5051
    TRUNK-5051 : Extract getVisitTypesToStop from VisitServiceImpl.stopVisits

  • Ankitkumar94 <rajadelhi94@gmail.com>

    Ankitkumar94 <rajadelhi94@gmail.com> bcc3b5492c07c41c93b6a047335c384ccc76ad40

    TRUNK-5051 : Extract getVisitTypesToStop from VisitServiceImpl.stopVisits

    • api/src/main/java/org/openmrs/api/impl/VisitServiceImpl.java (version bcc3b5492c07c41c93b6a047335c384ccc76ad40)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

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

    Merge pull request #2171 from Ankitkumar94/TRUNK-5050
    TRUNK-5050 : Reduce nesting in VisitServiceImpl.stopVisits

  • Ankitkumar94 <rajadelhi94@gmail.com>

    Ankitkumar94 <rajadelhi94@gmail.com> 3dd6444e87121f0105222fd71e33f649f8accb63

    TRUNK-5050 : Reduce nesting in VisitServiceImpl.stopVisits

    • api/src/main/java/org/openmrs/api/impl/VisitServiceImpl.java (version 3dd6444e87121f0105222fd71e33f649f8accb63)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

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

    Merge pull request #2170 from teleivo/TRUNK-5158
    TRUNK-5158 PropertyEditors check for null primary key in getAsText

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 6d6e4a568901a3606a7e1538d18fe48b5eb77b06

    TRUNK-5158 PropertyEditors check for null primary key in getAsText
    remove check if OpenmrsObject.id is null in getAsText() in case the object is not null
    since its the PK and its guaranteed to be not null.

    • api/src/main/java/org/openmrs/propertyeditor/ConceptMapTypeEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)
    • api/src/main/java/org/openmrs/propertyeditor/ConceptReferenceTermEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)
    • api/src/main/java/org/openmrs/propertyeditor/PersonEditor.java (version 6d6e4a568901a3606a7e1538d18fe48b5eb77b06)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 88bbb68b729f59b1ee67a4411b7ef5a971a06ed5

    Merge pull request #2169 from teleivo/TRUNK-5139
    TRUNK-5139 Add tests

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> e9d460f52e6e93cc5b52d93622f5a289a7687f3a

    TRUNK-5139 Add tests
    added

    ConceptMapTypeEditorTest.java
    ConceptReferenceTermEditorTest.java

    • api/src/test/java/org/openmrs/propertyeditor/ConceptMapTypeEditorTest.java (version e9d460f52e6e93cc5b52d93622f5a289a7687f3a)
    • api/src/test/java/org/openmrs/propertyeditor/ConceptReferenceTermEditorTest.java (version e9d460f52e6e93cc5b52d93622f5a289a7687f3a)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 4c73247fa509245fe312957974222c256813f8cf

    Merge pull request #2168 from teleivo/TRUNK-5139
    TRUNK-5139 Add test for LocationAttributeTypeEditor

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 27db523b9444bfa490d3b9e26701907625e207d8

    TRUNK-5139 Add test for LocationAttributeTypeEditor

    • api/src/test/java/org/openmrs/propertyeditor/LocationAttributeTypeEditorTest.java (version 27db523b9444bfa490d3b9e26701907625e207d8)
  • Ivo Ulrich <teleivo@users.noreply.github.com>

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

    Merge pull request #2152 from wisogetnid/trunk-248
    TRUNK-248 tests for create_user; some refactoring

  • tobi vogel <tvogel@thoughtworks.com>

    tobi vogel <tvogel@thoughtworks.com> 39a9aa1fa7618cd2ddc26a2bf90b007144da454a m

    TRUNK-248 added tests around create_user; minor cleanup

    • api/src/test/java/org/openmrs/api/UserServiceTest.java (version 39a9aa1fa7618cd2ddc26a2bf90b007144da454a)