Příklad

public class ClassA {
int x;
public void methodA() {
if(x==x){
// ...
}
}

}
Řešení Odeberte 'x==x' a znovu uvažte logiku kódu