Uses of Class
net.sf.clirr.framework.AbstractDiffReporter

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

Uses of AbstractDiffReporter in net.sf.clirr.checks
 

Subclasses of AbstractDiffReporter in net.sf.clirr.checks
(package private)  class net.sf.clirr.checks.AbstractClassSetChangeCheck
           
 class AddedClassCheck
          Checks whether a class/interface has been added.
 class ClassHierarchyCheck
          Detects changes in the set of superclasses.
 class ClassModifierCheck
          Detects changes in class modifiers (abstract, final).
 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.
 class RemovedClassCheck
          Checks whether a class/interface has been removed from the public API.
 



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