The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
93 | 6 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Dead store to context in org.apache.shale.examples.sqlbrowser.Application.internal(List) | STYLE | DLS_DEAD_LOCAL_STORE | 138 |
org.apache.shale.examples.sqlbrowser.Application.getDataSources() may expose internal representation by returning Application.dataSources | MALICIOUS_CODE | EI_EXPOSE_REP | 88 |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.examples.sqlbrowser.InternalDataSource is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Possible null pointer dereference of e in org.apache.shale.examples.sqlbrowser.Listener.contextInitialized(ServletContextEvent) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 119 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in org.apache.shale.examples.sqlbrowser.Query.prerender() | STYLE | REC_CATCH_EXCEPTION | 227 |
A prepared statement is generated from a nonconstant String at org.apache.shale.examples.sqlbrowser.Query.prerender() | BAD_PRACTICE | SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING | 181 |