The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBEntityMetadataSupport.getPropertyNameForAccessorMethod(Method) | I18N | DM_CONVERT_CASE | 357 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBEntityMetadataSupport.toGetMethodName(String) | I18N | DM_CONVERT_CASE | 153 | Low |
Use of non-localized String.toUpperCase() or String.toLowerCase() in org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBEntityMetadataSupport.toIsMethodName(String) | I18N | DM_CONVERT_CASE | 171 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Uninitialized read of hashKeyField in new org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashAndRangeKeyMethodExtractorImpl(Class) | CORRECTNESS | UR_UNINIT_READ | 97 | Low |
Uninitialized read of hashKeyMethod in new org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashAndRangeKeyMethodExtractorImpl(Class) | CORRECTNESS | UR_UNINIT_READ | 97 | Low |
Uninitialized read of rangeKeyField in new org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashAndRangeKeyMethodExtractorImpl(Class) | CORRECTNESS | UR_UNINIT_READ | 101 | Low |
Uninitialized read of rangeKeyMethod in new org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashAndRangeKeyMethodExtractorImpl(Class) | CORRECTNESS | UR_UNINIT_READ | 101 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Uninitialized read of method in new org.socialsignin.spring.data.dynamodb.repository.support.FieldAndGetterReflectionEntityInformation(Class, Class) | CORRECTNESS | UR_UNINIT_READ | 62 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Useless control flow in org.socialsignin.spring.data.dynamodb.utils.ExceptionHandler.<static initializer for ExceptionHandler>() | STYLE | UCF_USELESS_CONTROL_FLOW | 28 | Low |