範例
public
class
ClassA {
int
a;
public void
methodA() {
boolean
b = (a & 0)==0;
// ...
}
}
解決方案
重新考量邏輯。