FindBugs™ 1.3.4

edu.umd.cs.findbugs.ba
Class IncompatibleTypes

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.IncompatibleTypes

public class IncompatibleTypes
extends java.lang.Object


Field Summary
static IncompatibleTypes ARRAY_AND_NON_ARRAY
           
static IncompatibleTypes ARRAY_AND_OBJECT
           
static IncompatibleTypes INCOMPATIBLE_CLASSES
           
static IncompatibleTypes SEEMS_OK
           
static IncompatibleTypes UNRELATED_CLASS_AND_INTERFACE
           
static IncompatibleTypes UNRELATED_FINAL_CLASS_AND_INTERFACE
           
static IncompatibleTypes UNRELATED_INTERFACES
           
 
Method Summary
 java.lang.String getMsg()
           
 int getPriority()
           
static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.ObjectType lhsType, org.apache.bcel.generic.ObjectType rhsType, boolean pointerEquality)
           
static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.Type lhsType, org.apache.bcel.generic.Type rhsType)
           
static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.Type lhsType, org.apache.bcel.generic.Type rhsType, boolean pointerEquality)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEEMS_OK

public static final IncompatibleTypes SEEMS_OK

ARRAY_AND_NON_ARRAY

public static final IncompatibleTypes ARRAY_AND_NON_ARRAY

ARRAY_AND_OBJECT

public static final IncompatibleTypes ARRAY_AND_OBJECT

INCOMPATIBLE_CLASSES

public static final IncompatibleTypes INCOMPATIBLE_CLASSES

UNRELATED_CLASS_AND_INTERFACE

public static final IncompatibleTypes UNRELATED_CLASS_AND_INTERFACE

UNRELATED_FINAL_CLASS_AND_INTERFACE

public static final IncompatibleTypes UNRELATED_FINAL_CLASS_AND_INTERFACE

UNRELATED_INTERFACES

public static final IncompatibleTypes UNRELATED_INTERFACES
Method Detail

getPriority

public int getPriority()

getMsg

public java.lang.String getMsg()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPriorityForAssumingCompatible

@NonNull
public static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.Type lhsType,
                                                                         org.apache.bcel.generic.Type rhsType)

getPriorityForAssumingCompatible

@NonNull
public static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.Type lhsType,
                                                                         org.apache.bcel.generic.Type rhsType,
                                                                         boolean pointerEquality)

getPriorityForAssumingCompatible

@NonNull
public static IncompatibleTypes getPriorityForAssumingCompatible(org.apache.bcel.generic.ObjectType lhsType,
                                                                         org.apache.bcel.generic.ObjectType rhsType,
                                                                         boolean pointerEquality)

FindBugs™ 1.3.4

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