The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |