Uses of Class
net.sf.clirr.core.internal.AbstractDiffReporter

Packages that use AbstractDiffReporter
net.sf.clirr.core.internal.checks The check modules that implement the funtionality of clirr. 
 

Uses of AbstractDiffReporter in net.sf.clirr.core.internal.checks
 

Subclasses of AbstractDiffReporter in net.sf.clirr.core.internal.checks
 class ClassHierarchyCheck
          Detects changes in the set of superclasses.
 class ClassModifierCheck
          Detects changes in class modifiers (abstract, final).
 class ClassScopeCheck
          Detects changes in class access declaration, for both "top-level" classes, and nested classes.
 class FieldSetCheck
          Checks the fields of a class.
 class GenderChangeCheck
          Detects gender changes (a class became an interface or vice versa).
 class InterfaceSetCheck
          Detects changes in the set of interfaces implemented by a class.
 class MethodSetCheck
          Checks the methods of a class.
 



Copyright © 2003-2005 Lars Kühne. All Rights Reserved.