[Mc4j-development] [ mc4j-Bugs-1532285 ] NullPointerException vunerable code
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2006-08-01 09:10:34
|
Bugs item #1532285, was opened at 2006-08-01 17:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1532285&group_id=60228 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Dashboards Group: MC4J 1.2b9 Status: Open Resolution: None Priority: 5 Submitted By: giangnn (giangnn) Assigned to: Greg Hinkle (ghinkl) Summary: NullPointerException vunerable code Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1532285&group_id=60228 |