Author: philharveyonline Date: Fri Aug 30 16:01:07 2013 New Revision: 1519004
URL: http://svn.apache.org/r1519004 Log: QPIDJMS-4: add findbugs configuration Added: qpid/jms/trunk/src/site/ qpid/jms/trunk/src/site/findbugs.xml Added: qpid/jms/trunk/src/site/findbugs.xml URL: http://svn.apache.org/viewvc/qpid/jms/trunk/src/site/findbugs.xml?rev=1519004&view=auto ============================================================================== --- qpid/jms/trunk/src/site/findbugs.xml (added) +++ qpid/jms/trunk/src/site/findbugs.xml Fri Aug 30 16:01:07 2013 @@ -0,0 +1,247 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated by Sonar --> +<FindBugsFilter> + <Match> + <Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR"/> + </Match> + <Match> + <Bug pattern="SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION"/> + </Match> + <Match> + <Bug pattern="SE_NO_SERIALVERSIONID"/> + </Match> + <Match> + <Bug pattern="NP_TOSTRING_COULD_RETURN_NULL"/> + </Match> + <Match> + <Bug pattern="NP_GUARANTEED_DEREF"/> + </Match> + <Match> + <Bug pattern="OS_OPEN_STREAM"/> + </Match> + <Match> + <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/> + </Match> + <Match> + <Bug pattern="UL_UNRELEASED_LOCK"/> + </Match> + <Match> + <Bug pattern="UL_UNRELEASED_LOCK_EXCEPTION_PATH"/> + </Match> + <Match> + <Bug pattern="RC_REF_COMPARISON"/> + </Match> + <Match> + <Bug pattern="VA_FORMAT_STRING_BAD_ARGUMENT"/> + </Match> + <Match> + <Bug pattern="VA_FORMAT_STRING_MISSING_ARGUMENT"/> + </Match> + <Match> + <Bug pattern="SE_NONFINAL_SERIALVERSIONID"/> + </Match> + <Match> + <Bug pattern="SE_NONSTATIC_SERIALVERSIONID"/> + </Match> + <Match> + <Bug pattern="SE_NONLONG_SERIALVERSIONID"/> + </Match> + <Match> + <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/> + </Match> + <Match> + <Bug pattern="SE_BAD_FIELD_STORE"/> + </Match> + <Match> + <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> + </Match> + <Match> + <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/> + </Match> + <Match> + <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/> + </Match> + <Match> + <Bug pattern="HE_USE_OF_UNHASHABLE_CLASS"/> + </Match> + <Match> + <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/> + </Match> + <Match> + <Bug pattern="HE_HASHCODE_USE_OBJECT_EQUALS"/> + </Match> + <Match> + <Bug pattern="HE_HASHCODE_NO_EQUALS"/> + </Match> + <Match> + <Bug pattern="HE_EQUALS_USE_HASHCODE"/> + </Match> + <Match> + <Bug pattern="HE_INHERITS_EQUALS_USE_HASHCODE"/> + </Match> + <Match> + <Bug pattern="HE_EQUALS_NO_HASHCODE"/> + </Match> + <Match> + <Bug pattern="EQ_ABSTRACT_SELF"/> + </Match> + <Match> + <Bug pattern="CO_ABSTRACT_SELF"/> + </Match> + <Match> + <Bug pattern="DL_SYNCHRONIZATION_ON_BOOLEAN"/> + </Match> + <Match> + <Bug pattern="DL_SYNCHRONIZATION_ON_BOXED_PRIMITIVE"/> + </Match> + <Match> + <Bug pattern="DL_SYNCHRONIZATION_ON_UNSHARED_BOXED_PRIMITIVE"/> + </Match> + <Match> + <Bug pattern="WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL"/> + </Match> + <Match> + <Bug pattern="RU_INVOKE_RUN"/> + </Match> + <Match> + <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/> + </Match> + <Match> + <Bug pattern="IS_FIELD_NOT_GUARDED"/> + </Match> + <Match> + <Bug pattern="ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD"/> + </Match> + <Match> + <Bug pattern="SA_FIELD_SELF_ASSIGNMENT"/> + </Match> + <Match> + <Bug pattern="SA_LOCAL_DOUBLE_ASSIGNMENT"/> + </Match> + <Match> + <Bug pattern="SA_FIELD_DOUBLE_ASSIGNMENT"/> + </Match> + <Match> + <Bug pattern="SA_FIELD_SELF_COMPARISON"/> + </Match> + <Match> + <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> + </Match> + <Match> + <Bug pattern="ODR_OPEN_DATABASE_RESOURCE"/> + </Match> + <Match> + <Bug pattern="ODR_OPEN_DATABASE_RESOURCE_EXCEPTION_PATH"/> + </Match> + <Match> + <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/> + </Match> + <Match> + <Bug pattern="EC_BAD_ARRAY_COMPARE"/> + </Match> + <Match> + <Bug pattern="HSC_HUGE_SHARED_STRING_CONSTANT"/> + </Match> + <Match> + <Bug pattern="RpC_REPEATED_CONDITIONAL_TEST"/> + </Match> + <Match> + <Bug pattern="DM_EXIT"/> + </Match> + <Match> + <Bug pattern="DMI_EMPTY_DB_PASSWORD"/> + </Match> + <Match> + <Bug pattern="DMI_UNSUPPORTED_METHOD"/> + </Match> + <Match> + <Bug pattern="DMI_BLOCKING_METHODS_ON_URL"/> + </Match> + <Match> + <Bug pattern="DMI_COLLECTION_OF_URLS"/> + </Match> + <Match> + <Bug pattern="DM_RUN_FINALIZERS_ON_EXIT"/> + </Match> + <Match> + <Bug pattern="DM_STRING_VOID_CTOR"/> + </Match> + <Match> + <Bug pattern="DM_GC"/> + </Match> + <Match> + <Bug pattern="DM_BOOLEAN_CTOR"/> + </Match> + <Match> + <Bug pattern="DM_NUMBER_CTOR"/> + </Match> + <Match> + <Bug pattern="NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT"/> + </Match> + <Match> + <Bug pattern="HRS_REQUEST_PARAMETER_TO_COOKIE"/> + </Match> + <Match> + <Bug pattern="STCAL_STATIC_CALENDAR_INSTANCE"/> + </Match> + <Match> + <Bug pattern="EQ_COMPARING_CLASS_NAMES"/> + </Match> + <Match> + <Bug pattern="EQ_ALWAYS_TRUE"/> + </Match> + <Match> + <Bug pattern="EQ_ALWAYS_FALSE"/> + </Match> + <Match> + <Bug pattern="EQ_DONT_DEFINE_EQUALS_FOR_ENUM"/> + </Match> + <Match> + <Bug pattern="EQ_SELF_USE_OBJECT"/> + </Match> + <Match> + <Bug pattern="EQ_OTHER_USE_OBJECT"/> + </Match> + <Match> + <Bug pattern="EQ_OTHER_NO_OBJECT"/> + </Match> + <Match> + <Bug pattern="EQ_SELF_NO_OBJECT"/> + </Match> + <Match> + <Bug pattern="CO_SELF_NO_OBJECT"/> + </Match> + <Match> + <Bug pattern="RE_CANT_USE_FILE_SEPARATOR_AS_REGULAR_EXPRESSION"/> + </Match> + <Match> + <Bug pattern="IM_BAD_CHECK_FOR_ODD"/> + </Match> + <Match> + <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/> + </Match> + <Match> + <Bug pattern="SWL_SLEEP_WITH_LOCK_HELD"/> + </Match> + <Match> + <Bug pattern="NP_NULL_INSTANCEOF"/> + </Match> + <Match> + <Bug pattern="BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS"/> + </Match> + <Match> + <Bug pattern="BC_IMPOSSIBLE_CAST"/> + </Match> + <Match> + <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/> + </Match> + <Match> + <Bug pattern="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE"/> + </Match> + <Match> + <Bug pattern="DMI_CONSTANT_DB_PASSWORD"/> + </Match> + <Match> + <Bug pattern="DM_CONVERT_CASE"/> + </Match> +</FindBugsFilter> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
