The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 4 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| gate.mimir.sparql.SPARQLResultSet | 2 |
| gate.mimir.sparql.SPARQLSemanticAnnotationHelper | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| gate.mimir.sparql.SPARQLResultSet.getColumnNames() may expose internal representation by returning SPARQLResultSet.variableNames | MALICIOUS_CODE | EI_EXPOSE_REP | 240 | Medium |
| gate.mimir.sparql.SPARQLResultSet.getRows() may expose internal representation by returning SPARQLResultSet.rows | MALICIOUS_CODE | EI_EXPOSE_REP | 251 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| gate.mimir.sparql.SPARQLSemanticAnnotationHelper.getNominalFeatures() may expose internal representation by returning SPARQLSemanticAnnotationHelper.nominalFeatureNames | MALICIOUS_CODE | EI_EXPOSE_REP | 230 | Medium |