Alon Bar-Lev has posted comments on this change.

Change subject: bootstrap: send firewall rules without creating temp file
......................................................................


Patch Set 7:

If java lover are drunk then I guess I understand why they love writing useless 
code :)

I expect scope release method to be supported, ref count to be decremented when 
object goes out of scope and if zero a release method is called.

This way you can have scope lockers...

 {
     InputStream in = new FileInputStream("XXX");
     ScopeClose x = new MyScopeClose(in);

     Bla bla bla;
 }

This apart of providing modifiable strings... and proper destruction order.... 
and... and...

For a language that evolved at 90s it lacks the basics... So that today we have 
python, ruby and even javascript as viable alternatives.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I61b0ee4c62382807d14c5476baf2898a08ee5892
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmis...@linux.vnet.ibm.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to