Loading a new analysis module

Once you have written a new analysis module you can execute it by loading it into the Dump Analyzer tool:

  1. Go to the Analyzer Launch screen
  2. Open the context menu in the upper-right corner of the screen, select Add Analyzer...
  3. Browse to the file that contains your new analyzer. This file may be:
  4. At this point, the new analyzer should appear in the list of available analyzers. Select it and launch it like you would launch any other pre-defined analyzer

Note that, for Java-based analyzers, you must ensure that your analyzer's isPrimaryAnalyzer() method returns true, and that your analyzer is declared to implement the IReport interface. Analyzers that do not meet these two criteria are assumed to be "helper" analyzers intended to be called from other analyzers, but not directly from the top level of the Dump Analyzer tool. See the Javadoc for analyzer interfaces for details.

© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.