Uh oh!
There was an error while loading. Please reload this page.
CLOUDSTACK-10365: Change the "getXXX" boolean-related method names to… - #2816
CLOUDSTACK-10365: Change the "getXXX" boolean-related method names to…#2816Kui-Liu wants to merge 1 commit into
Conversation
… "isXXX". These boolean-return methods are named as "getXXX". Other boolean-return methods are named as "isXXX". Considering there methods will return boolean values, it should be more clear and consistent to rename them as "isXXX". (rebase #2602)
DaanHoogland
commented
Aug 21, 2018
@rafaelweingartner@fmaximus we had a discussion about readability vs consistency in #2602. I am allright with this, in spite of my minor remarks there. How bout you guys? |
blueorangutan
commented
Aug 21, 2018
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Aug 21, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2262 |
rafaelweingartner
commented
Aug 21, 2018
@DaanHoogland I recall that @fmaximus mentioned some possible problem with the home made JPA implementation we use. If this PR is not breaking anything, let's push it forward. Otherwise, there is not much we can do. |
DaanHoogland
commented
Aug 21, 2018
right, let's see, ... |
blueorangutan
commented
Aug 21, 2018
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
borisstoyanov
commented
Aug 23, 2018
@blueorangutan test |
blueorangutan
commented
Aug 23, 2018
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Aug 24, 2018
Trillian test result (tid-2959)
|
blueorangutan
commented
Aug 24, 2018
Trillian test result (tid-2955)
|
DaanHoogland
commented
Sep 17, 2018
@brucekuiliu sorry to bother again, but can you rebase? |
Kui-Liu
commented
Sep 17, 2018
@DaanHoogland I am sorry, my remote branch was removed. I rebased it in the new request #2847. |
DaanHoogland
commented
Sep 19, 2018
i see @brucekuiliu , better keep it till it's merged ;) We are kind of slow here a lot, so no guarantee we won't ask you again. |
… "isXXX".
These boolean-return methods are named as "getXXX".
Other boolean-return methods are named as "isXXX".
Considering there methods will return boolean values, it should be more clear and consistent to rename them as "isXXX".
(rebase #2602)