Menu

#135 NullPointerException vunerable code

MC4J 1.2b9
open
Dashboards (7)
5
2006-08-01
2006-08-01
giangnn
No

The class
org.mc4j.console.dashboard.components.mejb.StatsComponent
contains the following piece of code:

Stats stats = null;
StringBuffer buf = new StringBuffer();
Statistic[] statistics = stats.getStatistics();

This piece of code if being executed will result a
NullPointerException. However, it is observed that the
class is not used anywhere.

Discussion


Log in to post a comment.