代码改变世界

[hyddd的FindBugs分析记录][M D RCN] Redundant nullcheck of value known to be non-null

2009-02-13 23:02  hyddd  阅读(4476)  评论(0编辑  收藏  举报

[M D RCN] Redundant nullcheck of value known to be non-null [RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE]

This method contains a redundant check of a known non-null value against the constant null.

 

参考文档:[hyddd的FindBugs分析记录][M C RCN] Nullcheck of value previously dereferenced