SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.7.3
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
103 |
7 |
0 |
0 |
org.imageconverter.application.ImageConversionService
Bug |
Category |
Details |
Line |
Priority |
Dead store to imageConversionList in org.imageconverter.application.ImageConversionService.findBySpecificationToCsv(Specification) |
STYLE |
DLS_DEAD_LOCAL_STORE |
250 |
Low |
org.imageconverter.application.ImageConversionService.HEADER_FILE is a mutable array |
MALICIOUS_CODE |
MS_MUTABLE_ARRAY |
49 |
High |
org.imageconverter.application.ImageConversionServiceHappyPathTest
Bug |
Category |
Details |
Line |
Priority |
Found reliance on default encoding in org.imageconverter.application.ImageConversionServiceHappyPathTest.createImageConversionCsvFileTest(): new String(byte[]) |
I18N |
DM_DEFAULT_ENCODING |
217 |
High |
org.imageconverter.domain.conversion.ImageConversionHappyPathTest
Bug |
Category |
Details |
Line |
Priority |
org.imageconverter.domain.conversion.ImageConversionUnHappyPathTest
Bug |
Category |
Details |
Line |
Priority |
org.imageconverter.util.logging.LoggableAspect
Bug |
Category |
Details |
Line |
Priority |
org.imageconverter.util.logging.LoggableAspect.executeLog(Logger, LogLevel, String) uses the same code for two switch clauses |
STYLE |
DB_DUPLICATE_SWITCH_CLAUSES |
174 |
Low |
org.imageconverter.util.performance.PerformanceMonitor
Bug |
Category |
Details |
Line |
Priority |
org.imageconverter.util.performance.PerformanceMonitor.executeLog(LogLevel, String, Object[]) uses the same code for two switch clauses |
STYLE |
DB_DUPLICATE_SWITCH_CLAUSES |
143 |
Low |