값이 사용되면 항상 부정되는 boolean 변수 또는 필드를 보고합니다.
예:
void m() { boolean b = true; //boolean 변수 'b'가 항상 반전됩니다 System.out.println(!b); }