Change in ovirt-engine[master]: aaa: reduce findbugs non useful warning

yzaslavs at redhat.com yzaslavs at redhat.com
Wed Sep 3 23:41:22 UTC 2014


Yair Zaslavsky has submitted this change and it was merged.

Change subject: aaa: reduce findbugs non useful warning
......................................................................


aaa: reduce findbugs non useful warning

Vacuous ior operation on AuthzUtils.java:[line 47] in
org.ovirt.engine.core.aaa.AuthzUtils.fetchPrincipalRecordImpl(ExtensionProxy,
ExtKey, Object, boolean, boolean)

This is an integer bit operation (and, or, or exclusive or) that doesn't
do any useful work (e.g., v & 0xffffffff).

Topic: AAA
Change-Id: Icbcfe4e43c276ee561c526b30afdd0780f3bb5ca
Signed-off-by: Alon Bar-Lev <alonbl at redhat.com>
---
M backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Alon Bar-Lev: Verified
  Yair Zaslavsky: Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icbcfe4e43c276ee561c526b30afdd0780f3bb5ca
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs at redhat.com>
Gerrit-Reviewer: automation at ovirt.org



More information about the Engine-commits mailing list