Alon Bar-Lev has posted comments on this change.

Change subject: engine : Validate parameter in canDoAction
......................................................................


Patch Set 1:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 2164:     }
Line 2165: 
Line 2166:     protected void setRequiredParameters(VdcParameter[] params) {
Line 2167:         this.requiredParameters = Arrays.asList(params);
Line 2168:     }
well... nobody say that the restapi is ok... :)

we need to support inheritance.... what is the solution?

BTW: can we use annotations?

 @RequiredParameters
 VdcParameters[] xxx = {...}

And collect this from all classes without having to register?
Line 2169: 
Line 2170:     protected void setOptionalParameters(VdcParameter[] params) {
Line 2171:         this.optionalParameters = Arrays.asList(params);
Line 2172:     }


-- 
To view, visit http://gerrit.ovirt.org/21485
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I15566c9177da28b2d47bbb6018fbfb61defcf3da
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to