JxRef Sequence Flow Report

JxRef V0.6.0

Produced by JxRefTM -- A Java Code Analysis Toolset

Generated on March 23, 2005 at 04:21 CST

This document provides information that would be present on a UML sequence diagram. For each method in the analyzed code base, it will provide a list of methods called by that method. You can drill down on the call hierarchy by following the hyper links.

Package ListingClasses by PackageMethods by ClassMethods Calls

Package Listing

Package
org.jxref.inspector
org.jxref.iterator
org.jxref.reference
org.jxref.report
org.jxref.report.ant
org.jxref.report.pkg
org.jxref.report.vo
org.jxref.search
org.jxref.sequence
org.jxref.util
testclasses

Classes by Package


org.jxref.inspector

Class
org.jxref.inspector.ClassDefinition
org.jxref.inspector.ClassInspector
org.jxref.inspector.ClassUtility
org.jxref.inspector.MethodDefinition
org.jxref.inspector.MethodDescriptor
org.jxref.inspector.MethodIdentifier
org.jxref.inspector.MethodInspector
org.jxref.inspector.MethodReferenceListing
org.jxref.inspector.TestBcelUtility
org.jxref.inspector.TestClassDefinition
org.jxref.inspector.TestClassInspector
org.jxref.inspector.TestMethodIdentifier
org.jxref.inspector.TestMethodInspector

org.jxref.iterator

Class
org.jxref.iterator.ClassLoadReference
org.jxref.iterator.DirectoryClassNameIterator
org.jxref.iterator.IteratorFactory
org.jxref.iterator.TestDirectoryClassNameIterator
org.jxref.iterator.TestZipFileClassNameIterator
org.jxref.iterator.ZipFileClassNameIterator

org.jxref.reference

Class
org.jxref.reference.ClassStatisticsAggregator
org.jxref.reference.ClassStatisticsAggregator$GlobalSearch

org.jxref.report

Class
org.jxref.report.AbstractReportExecutor
org.jxref.report.ComplexityReport
org.jxref.report.ComplexityReport$ClassStatistic
org.jxref.report.ComplexityReport$ClassStatisticComparator
org.jxref.report.ComplexityReport$CumulativeStatistic
org.jxref.report.ComplexityReport$MethodDefinitionComparator
org.jxref.report.ComplexityReport$MethodStatistic
org.jxref.report.ComplexityReport$PackageStatistic
org.jxref.report.MethodCrossReferenceReport
org.jxref.report.MethodLevelReport
org.jxref.report.PackageReferenceReport
org.jxref.report.ReportTestCase
org.jxref.report.SequenceFlowReport
org.jxref.report.TestComplexityReport
org.jxref.report.TestMethodCrossReference
org.jxref.report.TestSequenceFlowReport
org.jxref.report.TestUnusedMethods
org.jxref.report.UnusedMethodReport

org.jxref.report.ant

Class
org.jxref.report.ant.BaseReportTask
org.jxref.report.ant.ClassAttributeFilter
org.jxref.report.ant.CommonReportTask
org.jxref.report.ant.Complexity
org.jxref.report.ant.Exclude
org.jxref.report.ant.Include
org.jxref.report.ant.JxRefTask
org.jxref.report.ant.MethodXref
org.jxref.report.ant.SequenceFlow
org.jxref.report.ant.TestJxRefTask
org.jxref.report.ant.UnusedMethod

org.jxref.report.pkg

Class
org.jxref.report.pkg.LabeledTag

org.jxref.report.vo

Class
org.jxref.report.vo.AnalysisReport
org.jxref.report.vo.ErrorDescription
org.jxref.report.vo.Inspectable
org.jxref.report.vo.LabeledItem
org.jxref.report.vo.ReportSection
org.jxref.report.vo.Statistic
org.jxref.report.vo.TestAnalysisReport
org.jxref.report.vo.TestErrorDescription
org.jxref.report.vo.TestStatistic
org.jxref.report.vo.ValueDescription
org.jxref.report.vo.XmlTagEmitable
org.jxref.report.vo.XmlTagUtility

org.jxref.search

Class
org.jxref.search.MethodFilter
org.jxref.search.ModifierFilter
org.jxref.search.ModifierFilter$AndClause
org.jxref.search.ModifierFilter$OrClause
org.jxref.search.ModifierFilterClause
org.jxref.search.StringMask
org.jxref.search.StringMask$Mask
org.jxref.search.TestModifierSearchCriteria
org.jxref.search.TestStringSearchCriteria

org.jxref.sequence

Class
org.jxref.sequence.CalledMethod
org.jxref.sequence.MethodSequenceFlow

org.jxref.util

Class
org.jxref.util.CollectionUtility
org.jxref.util.Logger
org.jxref.util.TestCollectionUtility
org.jxref.util.Validator

testclasses

Class
testclasses.MyCalledClass
testclasses.MyCallingClass
testclasses.MyFactory
testclasses.MyInterface
testclasses.MyNastyClass
testclasses.MyNastyClass$Inner1
testclasses.MyNastyClass$Inner2
testclasses.MyNastyClass$Inner2$Inner3

Methods by Class


org.jxref.sequence.CalledMethod

MethodSignature
<clinit>()
  • org.jxref.util.Logger.<init>(java.lang.Class)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.apache.commons.logging.LogFactory.getLog(java.lang.Class)
  • <init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodInspector.findCalledMethods(org.jxref.inspector.MethodDescriptor)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodDescriptor.getClassName()
  • ---- org.jxref.inspector.ClassUtility.getLoadedClass(java.lang.String)
  • ---- org.jxref.inspector.ClassDefinition.findMethodDefinition(org.jxref.inspector.MethodDescriptor)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.inspector.MethodDefinition.findInvokedMethod(org.apache.bcel.generic.InvokeInstruction)
  • org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.apache.commons.logging.Log.warn(java.lang.Object)
  • org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDescriptor[])
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.findCalledMethods(org.jxref.inspector.MethodDescriptor)
  • ---- org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDescriptor[])
  • ---- org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • emitXmlTag(int)
  • org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getClassName()
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getName()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getArgumentText()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getClassName()
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getName()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getArgumentText()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.sequence.CalledMethod.emitXmlTagWithChildren(int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getClassName()
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getName()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.sequence.CalledMethod.getMethodDesc()
  • ---- org.jxref.inspector.MethodDescriptor.getArgumentText()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTag(int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • emitXmlTagWithChildren(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getClassName()
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getName()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getArgumentText()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.sequence.CalledMethod.emitXmlTag(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithChildren(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • emitXmlTagWithoutChildren(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getClassName()
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getName()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.sequence.CalledMethod.getMethodDesc()
  • org.jxref.inspector.MethodDescriptor.getArgumentText()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • getCalledMethod()
    getMethodDesc()

    org.jxref.sequence.MethodSequenceFlow

    MethodSignature
    <init>(org.jxref.inspector.MethodDefinition, int, org.jxref.search.MethodFilter)
  • org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.findCalledMethods(org.jxref.inspector.MethodDescriptor)
  • ---- org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDescriptor[])
  • ---- org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • <init>(org.jxref.inspector.MethodDefinition, org.jxref.search.MethodFilter)
  • org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.findCalledMethods(org.jxref.inspector.MethodDescriptor)
  • ---- org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDescriptor[])
  • ---- org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • emitXmlTag(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.inspector.MethodDescriptor.getClassName()
  • org.jxref.inspector.MethodDescriptor.getName()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.inspector.MethodDescriptor.getArgumentText()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.sequence.CalledMethod.emitXmlTag(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithoutChildren(int)
  • ---- org.jxref.sequence.CalledMethod.emitXmlTagWithChildren(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)

  • org.jxref.report.pkg.LabeledTag

    MethodSignature
    <init>(java.lang.String, java.lang.String)
  • org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • addMember(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • emitXmlTag(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.report.vo.XmlTagEmitable.emitXmlTag(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • getName()

    org.jxref.util.CollectionUtility

    MethodSignature
    <init>()
    intersect(java.util.Set, java.util.Set)

    org.jxref.util.Logger

    MethodSignature
    <init>(java.lang.Class)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.apache.commons.logging.LogFactory.getLog(java.lang.Class)
  • <init>(java.lang.String)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.apache.commons.logging.LogFactory.getLog(java.lang.String)
  • debug(java.lang.String)
  • org.apache.commons.logging.Log.debug(java.lang.Object)
  • debug(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.debug(java.lang.Object, java.lang.Throwable)
  • error(java.lang.String)
  • org.apache.commons.logging.Log.error(java.lang.Object)
  • error(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.error(java.lang.Object, java.lang.Throwable)
  • fatal(java.lang.String)
  • org.apache.commons.logging.Log.fatal(java.lang.Object)
  • fatal(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.fatal(java.lang.Object, java.lang.Throwable)
  • info(java.lang.String)
  • org.apache.commons.logging.Log.info(java.lang.Object)
  • info(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.info(java.lang.Object, java.lang.Throwable)
  • isDebugEnabled()
  • org.apache.commons.logging.Log.isDebugEnabled()
  • trace(java.lang.String)
  • org.apache.commons.logging.Log.trace(java.lang.Object)
  • trace(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.trace(java.lang.Object, java.lang.Throwable)
  • warning(java.lang.String)
  • org.apache.commons.logging.Log.warn(java.lang.Object)
  • warning(java.lang.String, java.lang.Throwable)
  • org.apache.commons.logging.Log.warn(java.lang.Object, java.lang.Throwable)

  • org.jxref.util.TestCollectionUtility

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • testIntersect()
  • org.jxref.util.CollectionUtility.intersect(java.util.Set, java.util.Set)
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • org.jxref.util.CollectionUtility.intersect(java.util.Set, java.util.Set)
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)

  • org.jxref.util.Validator

    MethodSignature
    <init>()
    argNotEmpty(java.lang.String, java.lang.String)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • argNotNull(java.lang.Object, java.lang.String)

    org.jxref.report.AbstractReportExecutor

    MethodSignature
    <clinit>()
    <init>(org.jxref.reference.ClassStatisticsAggregator)
    execute()

    org.jxref.report.ComplexityReport

    MethodSignature
    <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • access$200(org.jxref.inspector.MethodDefinition, int)
  • org.jxref.report.ComplexityReport.methodFormatter(org.jxref.inspector.MethodDefinition, int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodDefinition.getName()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getArgumentText()
  • ---- org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • execute()
  • org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.MethodFilter)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDefinition[])
  • org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>()
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.report.ComplexityReport$PackageStatistic.<init>(java.lang.String)
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.<init>(java.lang.String)
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.report.ComplexityReport$PackageStatistic.addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.report.ComplexityReport$ClassStatistic.<init>(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.report.ComplexityReport$ClassStatistic.addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • org.jxref.report.ComplexityReport$PackageStatistic.getNbrClasses()
  • org.jxref.report.ComplexityReport$PackageStatistic.getNbrWithComplexityOverFifty()
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.Statistic.setType(int)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.Statistic.setType(int)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.ComplexityReport$MethodStatistic.<init>(org.jxref.inspector.MethodDefinition)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>()
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • getNbrComplexMethods()
    methodFormatter(org.jxref.inspector.MethodDefinition, int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.inspector.MethodDefinition.getName()
  • ---- org.apache.bcel.classfile.Method.getName()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.inspector.MethodDefinition.getArgumentText()
  • ---- org.jxref.inspector.MethodIdentifier.getArgumentText()
  • org.jxref.report.vo.XmlTagUtility.asXmlText(java.lang.String)
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • setNbrComplexMethods(int)

    org.jxref.report.ComplexityReport$ClassStatistic

    MethodSignature
    <init>(java.lang.String)
  • org.jxref.report.ComplexityReport$CumulativeStatistic.<init>(java.lang.String)
  • org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>()
  • addMethodDefinition(org.jxref.inspector.MethodDefinition)
    computeStatistics()
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • emitXmlTag(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.report.ComplexityReport.access$200(org.jxref.inspector.MethodDefinition, int)
  • ---- org.jxref.report.ComplexityReport.methodFormatter(org.jxref.inspector.MethodDefinition, int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)

  • org.jxref.report.ComplexityReport$ClassStatisticComparator

    MethodSignature
    <init>()
    <init>(org.jxref.report.ComplexityReport$1)
  • org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>()
  • compare(java.lang.Object, java.lang.Object)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.ComplexityReport$CumulativeStatistic.getCumulativeMcCabeComplexity()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.getCumulativeMcCabeComplexity()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.getCumulativeMcCabeComplexity()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.getCumulativeMcCabeComplexity()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()

  • org.jxref.report.ComplexityReport$CumulativeStatistic

    MethodSignature
    <init>(java.lang.String)
    checkStatistics()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • computeStatistics()
    getAverageMcCabeComplexity()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getAverageNbrInstructions()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getCumulativeMcCabeComplexity()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getCumulativeNbrInstructions()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getMaximumMcCabeComplexity()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getMaximumNbrInstructions()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getMinimumMcCabeComplexity()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()
  • getMinimumNbrInstructions()
  • org.jxref.report.ComplexityReport$CumulativeStatistic.checkStatistics()
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.computeStatistics()

  • org.jxref.report.ComplexityReport$MethodDefinitionComparator

    MethodSignature
    <init>()
    <init>(org.jxref.report.ComplexityReport$1)
  • org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>()
  • compare(java.lang.Object, java.lang.Object)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodInspector.getInstructions(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodDefinition.getName()
  • ---- org.apache.bcel.classfile.Method.getName()
  • org.jxref.inspector.MethodDefinition.getName()
  • ---- org.apache.bcel.classfile.Method.getName()

  • org.jxref.report.ComplexityReport$MethodStatistic

    MethodSignature
    <init>(org.jxref.inspector.MethodDefinition)
    emitXmlTag(int)
  • org.jxref.report.ComplexityReport.access$200(org.jxref.inspector.MethodDefinition, int)
  • ---- org.jxref.report.ComplexityReport.methodFormatter(org.jxref.inspector.MethodDefinition, int)

  • org.jxref.report.ComplexityReport$PackageStatistic

    MethodSignature
    <init>(java.lang.String)
  • org.jxref.report.ComplexityReport$CumulativeStatistic.<init>(java.lang.String)
  • addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.report.ComplexityReport$ClassStatistic.<init>(java.lang.String)
  • ---- org.jxref.report.ComplexityReport$CumulativeStatistic.<init>(java.lang.String)
  • ---- org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>(org.jxref.report.ComplexityReport$1)
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.report.ComplexityReport$ClassStatistic.addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • computeCumulativeMcCabeComplexity()
    computeCumulativeNbrInstructions()
    computeStatistics()
    emitXmlTag(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>()
  • org.jxref.report.ComplexityReport$ClassStatistic.emitXmlTag(int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • ---- org.jxref.report.ComplexityReport.access$200(org.jxref.inspector.MethodDefinition, int)
  • ---- org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • org.jxref.report.vo.XmlTagUtility.asIndentedString(int)
  • getNbrClasses()
    getNbrWithComplexityOverFifty()

    org.jxref.report.MethodCrossReferenceReport

    MethodSignature
    <clinit>()
  • org.jxref.util.Logger.<init>(java.lang.Class)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.apache.commons.logging.LogFactory.getLog(java.lang.Class)
  • <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • execute()
  • org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.XmlTagUtility.validateTagName(java.lang.String, java.lang.String)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.util.Logger.isDebugEnabled()
  • ---- org.apache.commons.logging.Log.isDebugEnabled()
  • org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.apache.commons.logging.Log.debug(java.lang.Object)
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)
  • org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.apache.commons.logging.Log.debug(java.lang.Object)
  • org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.apache.commons.logging.Log.debug(java.lang.Object)

  • org.jxref.report.MethodLevelReport

    MethodSignature
    <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • addSpecification(org.jxref.report.ant.ClassAttributeFilter)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.search.MethodFilter.<init>()
  • org.jxref.search.MethodFilter.append(org.jxref.report.ant.ClassAttributeFilter)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • ---- org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • ---- org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String)
  • ---- org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String)
  • ---- org.jxref.search.ModifierFilter.and(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • ---- org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • ---- org.jxref.search.ModifierFilter.and(org.jxref.search.ModifierFilterClause)
  • addSpecification(org.jxref.report.ant.ClassAttributeFilter[])
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.MethodLevelReport.addSpecification(org.jxref.report.ant.ClassAttributeFilter)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.search.MethodFilter.<init>()
  • ---- org.jxref.search.MethodFilter.append(org.jxref.report.ant.ClassAttributeFilter)
  • excludedMethodName(java.lang.String)
  • org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.search.MethodFilter.<init>()
  • org.jxref.search.MethodFilter.getMethodNameMask()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.search.MethodFilter.setMethodNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • excludeMethodsInClass(java.lang.Class)
  • org.jxref.inspector.ClassInspector.getMethodNames(java.lang.Class)
  • org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.search.MethodFilter.<init>()
  • ---- org.jxref.search.MethodFilter.getMethodNameMask()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.search.MethodFilter.setMethodNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • excludeStandardMethods()
  • org.jxref.report.MethodLevelReport.excludeMethodsInClass(java.lang.Class)
  • ---- org.jxref.inspector.ClassInspector.getMethodNames(java.lang.Class)
  • ---- org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • org.jxref.report.MethodLevelReport.excludeMethodsInClass(java.lang.Class)
  • ---- org.jxref.inspector.ClassInspector.getMethodNames(java.lang.Class)
  • ---- org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • org.jxref.report.MethodLevelReport.excludeMethodsInClass(java.lang.Class)
  • ---- org.jxref.inspector.ClassInspector.getMethodNames(java.lang.Class)
  • ---- org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • org.jxref.report.MethodLevelReport.excludeMethodsInClass(java.lang.Class)
  • ---- org.jxref.inspector.ClassInspector.getMethodNames(java.lang.Class)
  • ---- org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • org.jxref.report.MethodLevelReport.excludedMethodName(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.search.MethodFilter.<init>()
  • ---- org.jxref.search.MethodFilter.getMethodNameMask()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.search.MethodFilter.setMethodNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)

  • org.jxref.report.PackageReferenceReport

    MethodSignature
    <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • execute()
  • org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.inspector.MethodIdentifier.getPackageName()

  • org.jxref.report.ReportTestCase

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • setUp()
  • org.jxref.reference.ClassStatisticsAggregator.<init>(java.lang.String[])
  • ---- org.jxref.reference.ClassStatisticsAggregator.checkClassPathEntry(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.parse()

  • org.jxref.report.SequenceFlowReport

    MethodSignature
    <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.search.StringMask.<init>()
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.MethodFilter.<init>()
  • org.jxref.search.MethodFilter.setClassNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • execute()
  • org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.sequence.MethodSequenceFlow.<init>(org.jxref.inspector.MethodDefinition, int, org.jxref.search.MethodFilter)
  • ---- org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • org.jxref.sequence.MethodSequenceFlow.<init>(org.jxref.inspector.MethodDefinition, org.jxref.search.MethodFilter)
  • ---- org.jxref.sequence.CalledMethod.<init>(org.jxref.inspector.MethodDescriptor, org.jxref.sequence.CalledMethod, int, int, org.jxref.search.MethodFilter)
  • org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • setMaxCallDepth(int)

    org.jxref.report.TestComplexityReport

    MethodSignature
    <init>()
  • org.jxref.report.ReportTestCase.<init>()
  • ---- junit.framework.TestCase.<init>()
  • testExecute()
  • org.jxref.report.ComplexityReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.ComplexityReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.MethodFilter)
  • ---- org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.<init>(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.getNbrClasses()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.getNbrWithComplexityOverFifty()
  • ---- org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.ComplexityReport$MethodStatistic.<init>(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)

  • org.jxref.report.TestMethodCrossReference

    MethodSignature
    <init>()
  • org.jxref.report.ReportTestCase.<init>()
  • ---- junit.framework.TestCase.<init>()
  • testExecute()
  • org.jxref.report.MethodCrossReferenceReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodCrossReferenceReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Logger.isDebugEnabled()
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.getReportSectionData(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.getSectionDetail()
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)
  • org.jxref.report.ant.Exclude.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.<init>()
  • org.jxref.report.MethodCrossReferenceReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getPackageName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Logger.isDebugEnabled()
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • ---- org.jxref.util.Logger.debug(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.getReportSectionData(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.getSectionDetail()

  • org.jxref.report.TestSequenceFlowReport

    MethodSignature
    <init>()
  • org.jxref.report.ReportTestCase.<init>()
  • ---- junit.framework.TestCase.<init>()
  • testExecute()
  • org.jxref.report.SequenceFlowReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.MethodFilter.<init>()
  • ---- org.jxref.search.MethodFilter.setClassNameMask(org.jxref.search.StringMask)
  • org.jxref.report.ant.Include.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.<init>()
  • org.jxref.report.ant.Include.<init>()
  • ---- org.jxref.report.ant.ClassAttributeFilter.<init>()
  • org.jxref.report.SequenceFlowReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.report.pkg.LabeledTag.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.sequence.MethodSequenceFlow.<init>(org.jxref.inspector.MethodDefinition, int, org.jxref.search.MethodFilter)
  • ---- org.jxref.sequence.MethodSequenceFlow.<init>(org.jxref.inspector.MethodDefinition, org.jxref.search.MethodFilter)
  • ---- org.jxref.report.pkg.LabeledTag.addMember(org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)

  • org.jxref.report.TestUnusedMethods

    MethodSignature
    <init>()
  • org.jxref.report.ReportTestCase.<init>()
  • ---- junit.framework.TestCase.<init>()
  • testFindUnnecessarilyVisibleMethods()
  • org.jxref.report.UnusedMethodReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.UnusedMethodReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.search.MethodFilter.<init>()
  • ---- org.jxref.search.StringMask.<init>()
  • ---- org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.search.MethodFilter.setMethodNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferences()
  • ---- org.jxref.reference.ClassStatisticsAggregator.getMethodsReferencedInternallyOnly()
  • ---- org.jxref.reference.ClassStatisticsAggregator.getMethodsReferencedExternallyOnly()
  • ---- org.jxref.search.ModifierFilterClause.<init>()
  • ---- org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.<init>()
  • ---- org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter.or(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.ModifierFilter)
  • ---- org.jxref.util.CollectionUtility.intersect(java.util.Set, java.util.Set)
  • ---- org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.MethodFilter)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.inspector.MethodDefinition.getInterfaceReferences()
  • ---- org.jxref.inspector.MethodDefinition.getAbstractReferences()
  • ---- org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.reference.ClassStatisticsAggregator.getErrorReports()
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.AnalysisReport.getReportSectionData(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.getSectionDetail()
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.getReportSectionData(java.lang.String)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.getSectionDetail()
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)

  • org.jxref.report.UnusedMethodReport

    MethodSignature
    <init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.AbstractReportExecutor.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • execute()
  • org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • org.jxref.search.MethodFilter.<init>()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.MethodFilter.setMethodNameMask(org.jxref.search.StringMask)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferences()
  • org.jxref.reference.ClassStatisticsAggregator.getMethodsReferencedInternallyOnly()
  • ---- org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • ---- org.jxref.inspector.MethodReferenceListing.isInternalReferenceOnly()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.reference.ClassStatisticsAggregator.getMethodsReferencedExternallyOnly()
  • ---- org.jxref.reference.ClassStatisticsAggregator.getAllMethodReferenceListings()
  • ---- org.jxref.inspector.MethodReferenceListing.hasInternalReference()
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.search.ModifierFilterClause.<init>()
  • org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderPublic(boolean)
  • org.jxref.search.ModifierFilterClause.<init>()
  • org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderProtected(boolean)
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter.or(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$OrClause.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.ModifierFilter)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.inspector.MethodDefinition.getModifiers()
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • org.jxref.util.CollectionUtility.intersect(java.util.Set, java.util.Set)
  • org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.MethodFilter)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.search.MethodFilter.apply(org.jxref.inspector.MethodDefinition[])
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.inspector.MethodDefinition.getInterfaceReferences()
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.ClassUtility.getLoadedClass(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.jxref.inspector.ClassDefinition.getInterfaces()
  • ---- org.jxref.inspector.ClassDefinition.isDefinitionKnown()
  • ---- org.jxref.inspector.ClassDefinition.getMethodDefinitions()
  • ---- org.jxref.inspector.MethodDefinition.getName()
  • ---- org.jxref.inspector.MethodDefinition.getName()
  • ---- org.jxref.inspector.MethodDefinition.getSignatureText()
  • ---- org.jxref.inspector.MethodDefinition.getSignatureText()
  • org.jxref.inspector.MethodDefinition.getAbstractReferences()
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.ClassUtility.getLoadedClass(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.util.Logger.warning(java.lang.String)
  • ---- org.jxref.inspector.ClassDefinition.getAncestors()
  • ---- org.jxref.inspector.ClassDefinition.isDefinitionKnown()
  • ---- org.jxref.inspector.ClassDefinition.getMethodDefinitions()
  • ---- org.jxref.inspector.MethodDefinition.getName()
  • ---- org.jxref.inspector.MethodDefinition.getName()
  • ---- org.jxref.inspector.MethodDefinition.getSignatureText()
  • ---- org.jxref.inspector.MethodDefinition.getSignatureText()
  • ---- org.jxref.inspector.MethodDefinition.isAbstract()
  • org.jxref.search.MethodFilter.apply(java.util.Collection)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.Statistic.setNumber(java.lang.Number)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.XmlTagUtility.validateTagName(java.lang.String, java.lang.String)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.reference.ClassStatisticsAggregator.getErrorReports()
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • org.jxref.report.vo.ValueDescription.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.vo.LabeledItem.<init>(java.lang.String)
  • ---- org.jxref.report.vo.XmlTagUtility.validateTagName(java.lang.String, java.lang.String)
  • org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.<init>(java.lang.String)
  • ---- org.jxref.report.vo.ReportSection.addSectionDetail(org.jxref.report.vo.XmlTagEmitable)

  • org.jxref.iterator.ClassLoadReference

    MethodSignature
    <init>(java.lang.String, java.io.InputStream)
    getClassFileInputStream()
    getClassName()
    toString()

    org.jxref.iterator.DirectoryClassNameIterator

    MethodSignature
    <init>(java.io.File)
  • org.jxref.iterator.DirectoryClassNameIterator.stackTheClassLoadReferences(java.io.File)
  • ---- org.jxref.iterator.DirectoryClassNameIterator.stackTheClassLoadReferences(java.io.File)
  • ---- org.jxref.iterator.DirectoryClassNameIterator.extractClassNameFromFile(java.io.File)
  • ---- org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • ---- org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • extractClassNameFromFile(java.io.File)
    hasNext()
    next()
    remove()
    stackTheClassLoadReferences(java.io.File)
  • org.jxref.iterator.DirectoryClassNameIterator.stackTheClassLoadReferences(java.io.File)
  • ---- org.jxref.iterator.DirectoryClassNameIterator.stackTheClassLoadReferences(java.io.File)
  • ---- org.jxref.iterator.DirectoryClassNameIterator.extractClassNameFromFile(java.io.File)
  • ---- org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • ---- org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • org.jxref.iterator.DirectoryClassNameIterator.extractClassNameFromFile(java.io.File)
  • org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • ---- org.jxref.iterator.ClassLoadReference.getClassFileInputStream()
  • ---- org.jxref.iterator.ClassLoadReference.getClassName()
  • ---- org.apache.bcel.classfile.ClassParser.<init>(java.io.InputStream, java.lang.String)
  • ---- org.apache.bcel.classfile.ClassParser.parse()
  • ---- org.apache.bcel.Repository.addClass(org.apache.bcel.classfile.JavaClass)

  • org.jxref.iterator.IteratorFactory

    MethodSignature
    <init>()
    createClassNameIterator(java.lang.String)
  • org.jxref.iterator.ZipFileClassNameIterator.<init>(java.io.File)
  • ---- org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()

  • org.jxref.iterator.TestDirectoryClassNameIterator

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • setUp()
  • org.jxref.iterator.DirectoryClassNameIterator.<init>(java.io.File)
  • ---- org.jxref.iterator.DirectoryClassNameIterator.stackTheClassLoadReferences(java.io.File)
  • testBasic()
  • org.jxref.iterator.DirectoryClassNameIterator.next()
  • org.jxref.iterator.DirectoryClassNameIterator.hasNext()

  • org.jxref.iterator.TestZipFileClassNameIterator

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • setUp()
  • org.jxref.iterator.ZipFileClassNameIterator.<init>(java.io.File)
  • ---- org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()
  • testBasic()
  • org.jxref.iterator.ZipFileClassNameIterator.next()
  • ---- org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()
  • org.jxref.iterator.ZipFileClassNameIterator.hasNext()
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • testZipFileClassNameIterator()
  • org.jxref.iterator.ZipFileClassNameIterator.<init>(java.io.File)
  • ---- org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()

  • org.jxref.iterator.ZipFileClassNameIterator

    MethodSignature
    <init>(java.io.File)
  • org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()
  • ---- org.jxref.iterator.ZipFileClassNameIterator.extractClassNameFromEntry(java.util.zip.ZipEntry)
  • ---- org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • ---- org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • extractClassNameFromEntry(java.util.zip.ZipEntry)
    finalize()
    findNextClassNameEntry()
  • org.jxref.iterator.ZipFileClassNameIterator.extractClassNameFromEntry(java.util.zip.ZipEntry)
  • org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • ---- org.jxref.iterator.ClassLoadReference.getClassFileInputStream()
  • ---- org.jxref.iterator.ClassLoadReference.getClassName()
  • ---- org.apache.bcel.classfile.ClassParser.<init>(java.io.InputStream, java.lang.String)
  • ---- org.apache.bcel.classfile.ClassParser.parse()
  • ---- org.apache.bcel.Repository.addClass(org.apache.bcel.classfile.JavaClass)
  • hasNext()
    next()
  • org.jxref.iterator.ZipFileClassNameIterator.findNextClassNameEntry()
  • ---- org.jxref.iterator.ZipFileClassNameIterator.extractClassNameFromEntry(java.util.zip.ZipEntry)
  • ---- org.jxref.iterator.ClassLoadReference.<init>(java.lang.String, java.io.InputStream)
  • ---- org.jxref.inspector.ClassUtility.addClass(org.jxref.iterator.ClassLoadReference)
  • remove()

    org.jxref.search.MethodFilter

    MethodSignature
    <init>()
    append(org.jxref.report.ant.ClassAttributeFilter)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.search.ModifierFilterClause.<init>(java.lang.String)
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.search.ModifierFilterClause.<init>(java.lang.String)
  • ---- org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • org.jxref.search.ModifierFilter.and(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$AndClause.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.report.ant.ClassAttributeFilter.getClassName()
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.report.ant.ClassAttributeFilter.getMethodName()
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setPrivate(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setAbstract(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setFinal(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setInterface(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setNative(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStatic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStrict(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setSynchronized(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setTransient(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setVolatile(boolean)
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.report.ant.ClassAttributeFilter.getMethodModifier()
  • org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setPrivate(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setAbstract(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setFinal(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setInterface(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setNative(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStatic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStrict(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setSynchronized(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setTransient(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setVolatile(boolean)
  • org.jxref.search.ModifierFilter.and(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$AndClause.<init>(org.jxref.search.ModifierFilterClause)
  • apply(java.util.Collection)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getMethodId()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.inspector.MethodDefinition.getModifiers()
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • apply(org.jxref.inspector.MethodDefinition[])
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getMethodId()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.inspector.MethodDefinition.getModifiers()
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • apply(org.jxref.inspector.MethodDescriptor[])
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getMethodId()
  • ---- org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.inspector.MethodDefinition.getModifiers()
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • apply(org.jxref.inspector.MethodReferenceListing[])
  • org.jxref.inspector.MethodReferenceListing.getMethodIdentifier()
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • getClassNameMask()
    getMethodNameMask()
    getModifierFilter()
    maskApplies(org.jxref.inspector.MethodDefinition)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodDefinition.getMethodId()
  • org.jxref.search.MethodFilter.maskApplies(org.jxref.inspector.MethodIdentifier)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.inspector.MethodIdentifier.getClassName()
  • ---- org.jxref.search.StringMask.includeValue(java.lang.String)
  • org.jxref.inspector.MethodDefinition.getModifiers()
  • ---- org.apache.bcel.classfile.Method.getAccessFlags()
  • org.jxref.search.ModifierFilter.meetsCriteria(int)
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • ---- org.jxref.search.ModifierFilter$AndClause.getClause()
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • ---- org.jxref.search.ModifierFilter$OrClause.getClause()
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • maskApplies(org.jxref.inspector.MethodIdentifier)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.inspector.MethodIdentifier.getName()
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • org.jxref.inspector.MethodIdentifier.getClassName()
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • setClassNameMask(org.jxref.search.StringMask)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • setMethodNameMask(org.jxref.search.StringMask)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • setModifierFilter(org.jxref.search.ModifierFilter)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)

  • org.jxref.search.ModifierFilter

    MethodSignature
    <init>(org.jxref.search.ModifierFilterClause)
    and(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter$AndClause.<init>(org.jxref.search.ModifierFilterClause)
  • meetsCriteria(int)
  • org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • org.jxref.search.ModifierFilter$AndClause.getClause()
  • org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • org.jxref.search.ModifierFilter$OrClause.getClause()
  • org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • or(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter$OrClause.<init>(org.jxref.search.ModifierFilterClause)

  • org.jxref.search.ModifierFilter$AndClause

    MethodSignature
    <init>(org.jxref.search.ModifierFilterClause)
    getClause()

    org.jxref.search.ModifierFilter$OrClause

    MethodSignature
    <init>(org.jxref.search.ModifierFilterClause)
    getClause()

    org.jxref.search.ModifierFilterClause

    MethodSignature
    <init>()
    <init>(java.lang.String)
  • org.jxref.search.ModifierFilterClause.<init>(java.lang.String, boolean)
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setPrivate(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setAbstract(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setFinal(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setInterface(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setNative(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStatic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setStrict(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setSynchronized(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setTransient(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setVolatile(boolean)
  • <init>(java.lang.String, boolean)
  • org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderPublic(boolean)
  • org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderProtected(boolean)
  • org.jxref.search.ModifierFilterClause.setPrivate(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderPrivate(boolean)
  • org.jxref.search.ModifierFilterClause.setAbstract(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderAbstract(boolean)
  • org.jxref.search.ModifierFilterClause.setFinal(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderFinal(boolean)
  • org.jxref.search.ModifierFilterClause.setInterface(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderInterface(boolean)
  • org.jxref.search.ModifierFilterClause.setNative(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderNative(boolean)
  • org.jxref.search.ModifierFilterClause.setStatic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderStatic(boolean)
  • org.jxref.search.ModifierFilterClause.setStrict(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderStrict(boolean)
  • org.jxref.search.ModifierFilterClause.setSynchronized(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderSynchronized(boolean)
  • org.jxref.search.ModifierFilterClause.setTransient(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderTransient(boolean)
  • org.jxref.search.ModifierFilterClause.setVolatile(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderVolatile(boolean)
  • isConsiderAbstract()
    isConsiderFinal()
    isConsiderInterface()
    isConsiderNative()
    isConsiderPrivate()
    isConsiderProtected()
    isConsiderPublic()
    isConsiderStatic()
    isConsiderStrict()
    isConsiderSynchronized()
    isConsiderTransient()
    isConsiderVolatile()
    meetsClauseCriteria(int)
    setAbstract(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderAbstract(boolean)
  • setConsiderAbstract(boolean)
    setConsiderFinal(boolean)
    setConsiderInterface(boolean)
    setConsiderNative(boolean)
    setConsiderPrivate(boolean)
    setConsiderProtected(boolean)
    setConsiderPublic(boolean)
    setConsiderStatic(boolean)
    setConsiderStrict(boolean)
    setConsiderSynchronized(boolean)
    setConsiderTransient(boolean)
    setConsiderVolatile(boolean)
    setFinal(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderFinal(boolean)
  • setInterface(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderInterface(boolean)
  • setNative(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderNative(boolean)
  • setPrivate(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderPrivate(boolean)
  • setProtected(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderProtected(boolean)
  • setPublic(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderPublic(boolean)
  • setStatic(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderStatic(boolean)
  • setStrict(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderStrict(boolean)
  • setSynchronized(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderSynchronized(boolean)
  • setTransient(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderTransient(boolean)
  • setVolatile(boolean)
  • org.jxref.search.ModifierFilterClause.setConsiderVolatile(boolean)

  • org.jxref.search.StringMask

    MethodSignature
    <init>()
    addExcludeMask(java.lang.String)
  • org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • addIncludeMask(java.lang.String)
  • org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • includeValue(java.lang.String)
  • org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • org.jxref.search.StringMask$Mask.doesApply(java.lang.String)

  • org.jxref.search.StringMask$Mask

    MethodSignature
    <init>(java.lang.String)
    doesApply(java.lang.String)

    org.jxref.search.TestModifierSearchCriteria

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • getNbrTrues(java.lang.reflect.Method[], org.jxref.search.ModifierFilter)
  • org.jxref.search.ModifierFilter.meetsCriteria(int)
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • ---- org.jxref.search.ModifierFilter$AndClause.getClause()
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • ---- org.jxref.search.ModifierFilter$OrClause.getClause()
  • ---- org.jxref.search.ModifierFilterClause.meetsClauseCriteria(int)
  • setUp()
  • org.jxref.search.ModifierFilterClause.<init>()
  • org.jxref.search.ModifierFilterClause.setPublic(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderPublic(boolean)
  • org.jxref.search.ModifierFilterClause.<init>()
  • org.jxref.search.ModifierFilterClause.setProtected(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderProtected(boolean)
  • org.jxref.search.ModifierFilterClause.<init>()
  • org.jxref.search.ModifierFilterClause.setPrivate(boolean)
  • ---- org.jxref.search.ModifierFilterClause.setConsiderPrivate(boolean)
  • testAnd()
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter.and(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$AndClause.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.TestModifierSearchCriteria.getNbrTrues(java.lang.reflect.Method[], org.jxref.search.ModifierFilter)
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.TestModifierSearchCriteria.getNbrTrues(java.lang.reflect.Method[], org.jxref.search.ModifierFilter)
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)
  • testOr()
  • org.jxref.search.ModifierFilter.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter.or(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$OrClause.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.ModifierFilter.or(org.jxref.search.ModifierFilterClause)
  • ---- org.jxref.search.ModifierFilter$OrClause.<init>(org.jxref.search.ModifierFilterClause)
  • org.jxref.search.TestModifierSearchCriteria.getNbrTrues(java.lang.reflect.Method[], org.jxref.search.ModifierFilter)
  • ---- org.jxref.search.ModifierFilter.meetsCriteria(int)
  • junit.framework.Assert.assertTrue(java.lang.String, boolean)
  • ---- junit.framework.Assert.fail(java.lang.String)

  • org.jxref.search.TestStringSearchCriteria

    MethodSignature
    <init>()
  • junit.framework.TestCase.<init>()
  • ---- junit.framework.Assert.<init>()
  • testIncludeValue()
  • org.jxref.search.StringMask.<init>()
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.addExcludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.addIncludeMask(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.<init>(java.lang.String)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)
  • org.jxref.search.StringMask.includeValue(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • ---- org.jxref.search.StringMask$Mask.doesApply(java.lang.String)
  • junit.framework.Assert.assertEquals(boolean, boolean)
  • ---- junit.framework.Assert.assertEquals(java.lang.String, boolean, boolean)

  • org.jxref.report.ant.BaseReportTask

    MethodSignature
    <clinit>()
  • org.apache.tools.ant.taskdefs.Execute.getProcEnvironment()
  • ---- org.apache.tools.ant.taskdefs.PumpStreamHandler.<init>(java.io.OutputStream)
  • ---- org.apache.tools.ant.taskdefs.Execute.<init>(org.apache.tools.ant.taskdefs.ExecuteStreamHandler)
  • ---- org.apache.tools.ant.taskdefs.Execute.getProcEnvCommand()
  • ---- org.apache.tools.ant.taskdefs.Execute.setCommandline(java.lang.String[])
  • ---- org.apache.tools.ant.taskdefs.Execute.setNewenvironment(boolean)
  • ---- org.apache.tools.ant.taskdefs.Execute.execute()
  • ---- org.apache.tools.ant.taskdefs.Execute.toString(java.io.ByteArrayOutputStream)
  • ---- org.apache.tools.ant.taskdefs.condition.Os.isFamily(java.lang.String)
  • ---- org.apache.tools.ant.taskdefs.Execute.addVMSLogicals(java.util.Vector, java.io.BufferedReader)
  • <init>()
  • org.apache.tools.ant.Task.<init>()
  • ---- org.apache.tools.ant.ProjectComponent.<init>()
  • addConfiguredExclude(org.jxref.report.ant.Exclude)
    addConfiguredInclude(org.jxref.report.ant.Include)
    append(org.jxref.report.ant.BaseReportTask)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • getExcludes()
    getIncludes()
    setFormat(java.lang.String)
    setLabel(java.lang.String)

    org.jxref.report.ant.ClassAttributeFilter

    MethodSignature
    <init>()
    getClassName()
    getMethodModifier()
    getMethodName()
    setClassName(java.lang.String)
    setMethodModifier(java.lang.String)
    setMethodName(java.lang.String)

    org.jxref.report.ant.CommonReportTask

    MethodSignature
    <init>(java.lang.String, java.lang.String)
  • org.jxref.report.ant.BaseReportTask.<init>()
  • ---- org.apache.tools.ant.Task.<init>()
  • org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • ---- org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • getClassStatisticsAggregator()
    isXmlOutputSpecified()
    setClassStatisticsAggregator(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • setOutDir(java.lang.String)
    setOutFileName(java.lang.String)
    write(java.lang.String)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeHTML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.isXmlOutputSpecified()
  • ---- org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • ---- org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • org.jxref.report.ant.CommonReportTask.writeHTML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.isXmlOutputSpecified()
  • ---- org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • ---- org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeHTML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.isXmlOutputSpecified()
  • ---- org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • ---- org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • write(org.jxref.report.vo.AnalysisReport)
  • org.jxref.util.Validator.argNotNull(java.lang.Object, java.lang.String)
  • writeFile(java.lang.String, java.lang.String)
  • org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • writeHTML(java.lang.String)
  • org.jxref.report.ant.CommonReportTask.isXmlOutputSpecified()
  • org.jxref.report.ant.CommonReportTask.writeXML(java.lang.String)
  • ---- org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • ---- org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)
  • writeXML(java.lang.String)
  • org.jxref.report.ant.CommonReportTask.writeFile(java.lang.String, java.lang.String)
  • ---- org.apache.tools.ant.BuildException.<init>(java.lang.String, java.lang.Throwable)

  • org.jxref.report.ant.Complexity

    MethodSignature
    <init>()
  • org.jxref.report.ant.CommonReportTask.<init>(java.lang.String, java.lang.String)
  • ---- org.jxref.report.ant.BaseReportTask.<init>()
  • ---- org.jxref.util.Validator.argNotEmpty(java.lang.String, java.lang.String)
  • execute()
  • org.jxref.report.ComplexityReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • ---- org.jxref.report.MethodLevelReport.<init>(org.jxref.reference.ClassStatisticsAggregator)
  • org.jxref.report.ComplexityReport.setNbrComplexMethods(int)
  • org.jxref.report.ComplexityReport.execute()
  • ---- org.jxref.report.vo.AnalysisReport.<init>(java.lang.String)
  • ---- org.jxref.reference.ClassStatisticsAggregator.findAllMethodDefinitions()
  • ---- org.jxref.reference.ClassStatisticsAggregator.findMethodDefinitions(org.jxref.search.MethodFilter)
  • ---- org.jxref.report.ComplexityReport$MethodDefinitionComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.inspector.MethodDefinition.getClassName()
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.<init>(java.lang.String)
  • ---- org.jxref.inspector.MethodDefinition.getPackageName()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.addMethodDefinition(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.getNbrClasses()
  • ---- org.jxref.report.ComplexityReport$PackageStatistic.getNbrWithComplexityOverFifty()
  • ---- org.jxref.inspector.MethodInspector.computeMcCabeComplexity(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.inspector.MethodInspector.computeNbrInstructions(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number, int)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.vo.Statistic.<init>(java.lang.String, java.lang.Number)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable)
  • ---- org.jxref.report.ComplexityReport$MethodStatistic.<init>(org.jxref.inspector.MethodDefinition)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • ---- org.jxref.report.ComplexityReport$ClassStatisticComparator.<init>(org.jxref.report.ComplexityReport$1)
  • ---- org.jxref.report.vo.AnalysisReport.addReportSectionData(java.lang.String, org.jxref.report.vo.XmlTagEmitable[])
  • org.jxref.report.vo.AnalysisReport.setDescription(java.lang.String)
  • org.jxref.report.vo.AnalysisReport.emitXmlDocument()
  • ---- org.jxref.report.vo.AnalysisReport.emitXmlTag(int)