Yair Zaslavsky has posted comments on this change. Change subject: utils: ssh: move to member '_' convention ......................................................................
Patch Set 2: (1 inline comment) IMHO, its bad our code has several code conventions (and I worked with all kinds of them in different companies). There's no perfect coding convention, most Java developers (this is a Java-based open source project, at least at engine-side) are used to some convention - IMHO, if we should fix convention it should be towards what most Java developers are used to. .................................................... File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/ConstraintByteArrayOutputStream.java Line 6: * Soft constraint byte array output stream. Line 7: */ Line 8: public class ConstraintByteArrayOutputStream extends ByteArrayOutputStream { Line 9: private int _max; Line 10: private boolean _truncated = false; Any reason why you moved to _ ? :) Please don't :) Line 11: Line 12: /** Line 13: * Constructor. Line 14: * -- To view, visit http://gerrit.ovirt.org/9171 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1bca20cec1e309105805d2c741c56abf04ab33d5 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com> Gerrit-Reviewer: Douglas Schilling Landgraf <dougsl...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches