Sun's JSF RI expects a renderer will send a null pointer exception if your component doesn't have a renderer.
Sun 的 JSF RI 期望,在组件没有渲染器的时候,渲染器会发送一个空指针异常。
In this example, line 6 will cause a null pointer exception because the variable actions has not been initialized.
在这个例子中,第6行将产生一个null指针异常,因为变量actions还没有初始化。
Because FindBugs doesn't know if the map contains "Bob" or not, it will flag line 5 as a possible null pointer exception.
因为FindBugs不知道map是否包含“bob”,所以它将第5行标记为可能null指针异常。
应用推荐