FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
4 3 0 0

Files

Class Bugs
gate.mimir.sparql.SPARQLResultSet 2
gate.mimir.sparql.SPARQLSemanticAnnotationHelper 1

gate.mimir.sparql.SPARQLResultSet

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

gate.mimir.sparql.SPARQLSemanticAnnotationHelper

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