The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Possible null pointer dereference of ISOMetadataStoreProvider.workspace in org.deegree.metadata.iso.persistence.ISOMetadataStoreProvider.create(URL) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 172 | High | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Possible null pointer dereference of preparedStatement in org.deegree.metadata.iso.persistence.QueryHelper.execute(MetadataQuery, Connection) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 198 | Medium | 
| Possible null pointer dereference of preparedStatement in org.deegree.metadata.iso.persistence.QueryHelper.executeCounting(MetadataQuery, Connection) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 245 | Medium | 
| A prepared statement is generated from a nonconstant String in org.deegree.metadata.iso.persistence.QueryHelper.execute(MetadataQuery, Connection) | SECURITY | SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING | 177 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Possible null pointer dereference of stmt in org.deegree.metadata.iso.persistence.TransactionHelper.executeDelete(Connection, AbstractWhereBuilder) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 196 | Medium | 
| org.deegree.metadata.iso.persistence.TransactionHelper.concatenate(List) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 600 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Possible null pointer dereference of stm in org.deegree.metadata.iso.persistence.inspectors.IdUtils.generateUUID() on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 136 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| new org.deegree.metadata.iso.persistence.queryable.InspireDataThemeNormalizer() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 65 | Medium |