Allon Mureinik has posted comments on this change.

Change subject: core: Cleanup warnings in CommandBase
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 237:     @SuppressWarnings({ "unchecked", "synthetic-access" })
Eclipse flags this with a warning.
The anonymous inner class accesses commandId, which is a private member of the 
enclosing CommandBase, and forces java to create a synthetic access method.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Icd7fc6222dda0ee955847950b64b4c37351df6c3
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@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

Reply via email to