FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.rta
Class RapidTypeAnalysis

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.rta.RapidTypeAnalysis
All Implemented Interfaces:
IClassObserver

Deprecated.

@Deprecated
public class RapidTypeAnalysis
extends java.lang.Object
implements IClassObserver

Driver for performing Rapid Type Analysis (RTA) on a collection of classes. RTA is an algorithm devised by David Bacon to compute an accurate call graph for an object-oriented program.


Constructor Summary
RapidTypeAnalysis()
          Deprecated. 
 
Method Summary
 void execute()
          Deprecated.  
 void observeClass(ClassDescriptor classDescriptor)
          Deprecated. Observe a class being visited.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidTypeAnalysis

@Deprecated
public RapidTypeAnalysis()
Deprecated. 

Constructor.

Method Detail

execute

public void execute()
Deprecated. 

observeClass

public void observeClass(ClassDescriptor classDescriptor)
Deprecated. 
Description copied from interface: IClassObserver
Observe a class being visited.

Specified by:
observeClass in interface IClassObserver
Parameters:
classDescriptor - class being visited

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.