You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -457,9 +455,8 @@ public <T, A extends T> void visitCtAssignment(CtAssignment<T, A> assignment) {
457
455
458
456
// Check if we can use the permission of vv as the permission of the field
459
457
if (!permEnv.usePermissionAs(vv, vvPerm, fieldPerm))
460
-
// logError(String.format("Field %s expected an assignment with permission %s but got %s from %s", f.getSimpleName(), fieldPerm, vvPerm, vv, assignment), assignment);
461
-
logError(String.format("Expected %s but got %s from %s",
0 commit comments