public class ExampleClass {
public void exampleMethod() {
String str = null;
System.out.println(str.length());
}
}
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<config>
<check>NPE</check>
</config>
</xml>
[ERROR] ExampleClass.java:4: Nullpointer exception: str.length() [NPE]