Uses of Class
edu.umd.cs.findbugs.detect.RefComparisonWarningProperty
Packages that use RefComparisonWarningProperty
-
Uses of RefComparisonWarningProperty in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as RefComparisonWarningPropertyModifier and TypeFieldDescriptionstatic final RefComparisonWarningPropertyRefComparisonWarningProperty.COMPARE_IN_TEST_CASECompare inside test casestatic final RefComparisonWarningPropertyRefComparisonWarningProperty.COMPARE_STATIC_STRINGSComparing static strings using equals operator.static final RefComparisonWarningPropertyRefComparisonWarningProperty.DYNAMIC_AND_UNKNOWNComparing a dynamic string using equals operator.static final RefComparisonWarningPropertyRefComparisonWarningProperty.EMPTY_AND_UNKNOWNComparing static string and an unknown string.static final RefComparisonWarningPropertyRefComparisonWarningProperty.PRIVATE_METHODMethod is private (or package-protected).static final RefComparisonWarningPropertyRefComparisonWarningProperty.SAW_CALL_TO_EQUALSThere is a call to equals() in the method.static final RefComparisonWarningPropertyRefComparisonWarningProperty.SAW_INTERNSaw a call to String.intern().static final RefComparisonWarningPropertyRefComparisonWarningProperty.STATIC_AND_UNKNOWNComparing static string and an unknown string.static final RefComparisonWarningPropertyRefComparisonWarningProperty.STRING_PARAMETERstatic final RefComparisonWarningPropertyRefComparisonWarningProperty.STRING_PARAMETER_IN_PUBLIC_METHOD