FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
66 8 0 0

de.smartics.testdoc.collect.extractor.CategoryExtractor

Bug Category Details Line Priority
Redundant nullcheck of key, which is known to be non-null in de.smartics.testdoc.collect.extractor.CategoryExtractor.addCategories(List, Map$Entry) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 114 Low

de.smartics.testdoc.collect.extractor.TestDocMethodExtractor

Bug Category Details Line Priority
Redundant nullcheck of scenario, which is known to be non-null in de.smartics.testdoc.collect.extractor.TestDocMethodExtractor.calcScenario(TestDocAnnotationExtractor$UutInfo) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 143 Low

de.smartics.testdoc.collect.extractor.TestDocTypeExtractor

Bug Category Details Line Priority
Redundant nullcheck of scenario, which is known to be non-null in de.smartics.testdoc.collect.extractor.TestDocTypeExtractor.calcScenarios(TestDocAnnotationExtractor$UutInfo) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 109 Low

de.smartics.testdoc.collect.extractor.TestDocVariableExtractor

Bug Category Details Line Priority
Redundant nullcheck of scenario, which is known to be non-null in de.smartics.testdoc.collect.extractor.TestDocVariableExtractor.calcScenarios(TestDocAnnotationExtractor$UutInfo, String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 172 Low

de.smartics.testdoc.core.adapter.AbstractFileBasedExportAdapter$1

Bug Category Details Line Priority
The class de.smartics.testdoc.core.adapter.AbstractFileBasedExportAdapter$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 114-118 Low

de.smartics.testdoc.core.adapter.JmxExportAdapter

Bug Category Details Line Priority
de.smartics.testdoc.core.adapter.JmxExportAdapter.getIndexOnStream() may fail to close stream BAD_PRACTICE OS_OPEN_STREAM 72 Medium

de.smartics.testdoc.core.adapter.PersistenceUtils

Bug Category Details Line Priority
de.smartics.testdoc.core.adapter.PersistenceUtils.deserialize(File) may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 196 Medium
de.smartics.testdoc.core.adapter.PersistenceUtils.serialize(UnitTestDoc, File) may fail to clean up java.io.OutputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 143 Medium