]> source.dussan.org Git - sonarqube.git/blob
460f360436ed2bad90ece076e9d9bec99de7430b
[sonarqube.git] /
1 <p>
2         A method that returns either Boolean.TRUE, Boolean.FALSE or null is an accident waiting to happen.
3         This method can be invoked as though it returned a value of type boolean, and
4         the compiler will insert automatic unboxing of the Boolean value. If a null value is returned,
5         this will result in a NullPointerException.
6          </p>