SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.1

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
121 6 0 0

Files

Class Bugs
org.joda.convert.RenameHandler 1
org.joda.convert.StringConvert 1
org.joda.convert.Types$ParameterizedTypeImpl 1
org.joda.convert.Types$TypeVariableImpl 2
org.joda.convert.factory.ByteObjectArrayStringConverterFactory$ByteArrayStringConverter$1 1

org.joda.convert.RenameHandler

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.joda.convert.RenameHandler.parseRenameFile(List, URL) STYLE REC_CATCH_EXCEPTION 399 Medium

org.joda.convert.StringConvert

Bug Category Details Line Priority
Return value of putIfAbsent is ignored, but conv is reused in org.joda.convert.StringConvert.findConverterQuiet(Class) MT_CORRECTNESS RV_RETURN_VALUE_OF_PUTIFABSENT_IGNORED 633 Medium

org.joda.convert.Types$ParameterizedTypeImpl

Bug Category Details Line Priority
org.joda.convert.Types$ParameterizedTypeImpl.toString() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 360 Medium

org.joda.convert.Types$TypeVariableImpl

Bug Category Details Line Priority
org.joda.convert.Types$TypeVariableImpl.equals(Object) checks for operand being a reflect.TypeVariable BAD_PRACTICE EQ_CHECK_FOR_OPERAND_NOT_COMPATIBLE_WITH_THIS 516 High
org.joda.convert.Types$TypeVariableImpl.equals(Object) is unusual STYLE EQ_UNUSUAL 503 Medium

org.joda.convert.factory.ByteObjectArrayStringConverterFactory$ByteArrayStringConverter$1

Bug Category Details Line Priority
Check for oddness that won't work for negative numbers in org.joda.convert.factory.ByteObjectArrayStringConverterFactory$ByteArrayStringConverter$1.convertFromString(Class, String) STYLE IM_BAD_CHECK_FOR_ODD 93 Medium

Back to top

Version: 2.2.3. Last Published: 2023-01-15.

Reflow Maven skin.