FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
31 9 0 0

org.universAAL.ui.handler.web.html.HTTPHandlerService

Bug Category Details Line Priority
org.universAAL.ui.handler.web.html.HTTPHandlerService.doGetFile(HttpServletRequest, HttpServletResponse) may fail to clean up java.io.InputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 168 Medium

org.universAAL.ui.handler.web.html.ModelMapper

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.universAAL.ui.handler.web.html.ModelMapper.tryToLoadClass(String, Object, Class) STYLE REC_CATCH_EXCEPTION 105 Medium

org.universAAL.ui.handler.web.html.ResourceMapper

Bug Category Details Line Priority
org.universAAL.ui.handler.web.html.ResourceMapper.mc isn't final and can't be protected from malicious code MALICIOUS_CODE MS_CANNOT_BE_FINAL Medium

org.universAAL.ui.handler.web.html.ResourceMapper$Retreiver

Bug Category Details Line Priority
org.universAAL.ui.handler.web.html.ResourceMapper$Retreiver.run() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 280 Medium
Exceptional return value of java.io.File.delete() ignored in org.universAAL.ui.handler.web.html.ResourceMapper$Retreiver.run() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 290 Medium

org.universAAL.ui.handler.web.html.UpdatedPropertiesFile

Bug Category Details Line Priority
org.universAAL.ui.handler.web.html.UpdatedPropertiesFile.storeProperties() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 125 Medium

org.universAAL.ui.handler.web.html.fm.SimpleFormManager

Bug Category Details Line Priority
Method org.universAAL.ui.handler.web.html.fm.SimpleFormManager.adaptationParametersChanged(String, String, Object) seems to be useless STYLE UC_USELESS_VOID_METHOD 106 Medium

org.universAAL.ui.handler.web.html.model.InputFieldModel

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.universAAL.ui.handler.web.html.model.InputFieldModel.updateInput(String[]) STYLE REC_CATCH_EXCEPTION 82 Medium

org.universAAL.ui.handler.web.html.model.RecommendationModel

Bug Category Details Line Priority
Dead store to unit in org.universAAL.ui.handler.web.html.model.RecommendationModel.getCSSWidthHeight(Size, String) STYLE DLS_DEAD_LOCAL_STORE 169 Medium