FindBugs™ 1.3.9

edu.umd.cs.findbugs.detect
Class FindUnrelatedTypesInGenericContainer

java.lang.Object
  extended by edu.umd.cs.findbugs.detect.FindUnrelatedTypesInGenericContainer
All Implemented Interfaces:
Detector, Priorities

public class FindUnrelatedTypesInGenericContainer
extends java.lang.Object
implements Detector

Author:
Nat Ayewah

Field Summary
 
Fields inherited from interface edu.umd.cs.findbugs.Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
 
Constructor Summary
FindUnrelatedTypesInGenericContainer(BugReporter bugReporter)
           
 
Method Summary
 boolean prescreen(ClassContext classContext, org.apache.bcel.classfile.Method method)
          Use this to screen out methods that do not contain invocations.
 void report()
          Empty
 void visitClassContext(ClassContext classContext)
          Visit the class context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindUnrelatedTypesInGenericContainer

public FindUnrelatedTypesInGenericContainer(BugReporter bugReporter)
Method Detail

visitClassContext

public void visitClassContext(ClassContext classContext)
Visit the class context

Specified by:
visitClassContext in interface Detector
Parameters:
classContext - the ClassContext
See Also:
Detector.visitClassContext(edu.umd.cs.findbugs.ba.ClassContext)

prescreen

public boolean prescreen(ClassContext classContext,
                         org.apache.bcel.classfile.Method method)
Use this to screen out methods that do not contain invocations.


report

public void report()
Empty

Specified by:
report in interface Detector
See Also:
Detector.report()

FindBugs™ 1.3.9

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