openmrs-module-webservices.rest icon indicating copy to clipboard operation
openmrs-module-webservices.rest copied to clipboard

RESTWS-813: Compared strings using .equals instead of == and !=

Open insookwa opened this issue 4 years ago • 10 comments

Description of what I changed

Issue I worked on

see https://issues.openmrs.org/browse/RESTWS-813

Checklist: I completed these to help reviewers :)

  • [ x] My pull request only contains ONE single commit (the number above, next to the 'Commits' tab is 1).

    No? -> read here on how to squash multiple commits into one

  • [x ] My IDE is configured to follow the code style of this project.

    No? Unsure? -> configure your IDE, format the code and add the changes with git add . && git commit --amend

  • [ ] I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

    No? -> write tests and add them to this commit git add . && git commit --amend

  • [ x] I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

    No? -> execute above command

  • [x ] All new and existing tests passed.

    No? -> figure out why and add the fix to your commit. It is your responsibility to make sure your code works.

  • [ x] My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

insookwa avatar Sep 22 '20 06:09 insookwa

It seemed to me that such tickets would be too easy for you. ;)

However, you forgot to add the "RESTWS-813:" tag to the commit description: image

Additionally, I am curious what tests have you added? : P From the description of PR: image

debicki avatar Sep 22 '20 10:09 debicki

@insookwa Add a ticket Id to your commit,https://wiki.openmrs.org/display/docs/Pull+Request+Tips

HerbertYiga avatar Sep 23 '20 05:09 HerbertYiga

@insookwa Are you still working on it?

debicki avatar Nov 20 '20 10:11 debicki

oh, can I make another commit including the ticket ID to have this closed ? about the tests i added none @sacull

insookwa avatar Nov 21 '20 18:11 insookwa

It seemed to me that such tickets would be too easy for you. ;)

However, you forgot to add the "RESTWS-813:" tag to the commit description: image

Additionally, I am curious what tests have you added? : P From the description of PR: image

Thanks @sacull i have made a rebase and edited the commit message . please review and revert

insookwa avatar Nov 21 '20 20:11 insookwa

review and revert

revert or merge 😊

dkayiwa avatar Nov 21 '20 20:11 dkayiwa

i have made a rebase and edited the commit message

If so, only locally, because PR still contains commit from September. Additionally, there is some conflict, so you will have to resolve it.

debicki avatar Nov 21 '20 20:11 debicki

review and revert

revert or merge

work in progress

insookwa avatar Nov 23 '20 14:11 insookwa

i have made a rebase and edited the commit message

If so, only locally, because PR still contains commit from September. Additionally, there is some conflict, so you will have to resolve it.

@sacull please en light me about the conflict . how can i solve it

insookwa avatar Nov 23 '20 14:11 insookwa

The easiest way to use Github.

image

Delete lines 1040, 1043-1045: image

image You'll probably get on with it. This is the easiest method, but not necessarily the best. ;)

debicki avatar Nov 23 '20 15:11 debicki

Hi @dkayiwa can I continue work on this issue. I see it cosed

njiddasalifu avatar Mar 27 '23 04:03 njiddasalifu