Roy Golan has posted comments on this change.

Change subject: core: Use name groups for ISO tools
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/IsoDomainListSyncronizer.java
Line 67: 
Line 68:     public static String getRegexToolPattern() {
Line 69:         String regexPattern =
Line 70:                 
String.format("%1$s(?<%2$s>[0-9]{1,}.[0-9])_{1}(?<%3$s>[0-9]{1,}).[i|I][s|S][o|O]$",
Line 71:                         getGuestToolsSetupIsoPrefix(),
reload was not really implemented so why do we need to keep calling this method 
over and over again and create lots of new string on the way?
Line 72:                         TOOL_CLUSTER_LEVEL,
Line 73:                         TOOL_VERSION);
Line 74:         return regexPattern;
Line 75:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id19888eee7c1afc7489af5208b6cddd2376d74a3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Liron Ar <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to