Coverity issues in OmniwireClassRegistry#600
Conversation
|
cloudstack-pull-rats #70 SUCCESS |
|
cloudstack-pull-requests #767 UNSTABLE |
|
cloudstack-pull-analysis #3 ABORTED |
|
LGTM 👍 |
There was a problem hiding this comment.
There is already a filePath != null immediately below. The check can go inside that to avoid duplication.
There was a problem hiding this comment.
I didn't do that as there is a new assignment to the var in the if block. The replaceAll contract doesn't state a null retrun as possibiliy so I'll move the replaceAll inside the next if block if the rest of the flow allows it
move the if-block inside the next, guarded one
5aa85e3 to
a52b2b5
Compare
|
cloudstack-pull-rats #74 SUCCESS |
|
cloudstack-pull-requests #772 SUCCESS |
|
LGTM |
|
cloudstack-pull-analysis #7 SUCCESS |
|
@DaanHoogland You can merge it I think |
…if-block inside the next, guarded one Signed-off-by: Daan Hoogland <daan@onecht.net> This closes apache#600
* Custom RAM input field compute offering * add a new translation for memory (MB) key * remove unnecessary formatting * Reuse the slider. * remove `MB` from behind memory input Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Refatoração da validação de UUID realizada pelo CloudStack internamente Closes apache#600 See merge request scclouds/scclouds!320
No description provided.