NullPointerException vunerable code
Brought to you by:
ghinkl
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.