FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.detect.RefComparisonWarningProperty

Packages that use RefComparisonWarningProperty
edu.umd.cs.findbugs.detect   
 

Uses of RefComparisonWarningProperty in edu.umd.cs.findbugs.detect
 

Fields in edu.umd.cs.findbugs.detect declared as RefComparisonWarningProperty
static RefComparisonWarningProperty RefComparisonWarningProperty.COMPARE_IN_TEST_CASE
          Compare inside test case
static RefComparisonWarningProperty RefComparisonWarningProperty.COMPARE_STATIC_STRINGS
          Comparing static strings using equals operator.
static RefComparisonWarningProperty RefComparisonWarningProperty.DYNAMIC_AND_UNKNOWN
          Comparing a dynamic string using equals operator.
static RefComparisonWarningProperty RefComparisonWarningProperty.PRIVATE_METHOD
          Method is private (or package-protected).
static RefComparisonWarningProperty RefComparisonWarningProperty.SAW_CALL_TO_EQUALS
          There is a call to equals() in the method.
static RefComparisonWarningProperty RefComparisonWarningProperty.SAW_INTERN
          Saw a call to String.intern().
static RefComparisonWarningProperty RefComparisonWarningProperty.STATIC_AND_UNKNOWN
          Comparing static string and an unknown string.
static RefComparisonWarningProperty RefComparisonWarningProperty.STRING_PARAMETER
           
static RefComparisonWarningProperty RefComparisonWarningProperty.STRING_PARAMETER_IN_PUBLIC_METHOD
           
 


FindBugs™ 1.3.9

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