The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
53 | 12 | 0 | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field de.fzi.kadmos.api.impl.OWLOntologyDictionary.entities from instance method new de.fzi.kadmos.api.impl.OWLOntologyDictionary() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 56 | Medium |
Write to static field de.fzi.kadmos.api.impl.OWLOntologyDictionary.ontologies from instance method new de.fzi.kadmos.api.impl.OWLOntologyDictionary() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 55 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.semanticweb.owlapi.model.IRI is incompatible with expected argument type org.semanticweb.owlapi.model.OWLEntity in de.fzi.kadmos.api.impl.SimpleAlignment.getEntityCorr(IRI, IRI) | CORRECTNESS | GC_UNRELATED_TYPES | 335 | Medium |
org.semanticweb.owlapi.model.IRI is incompatible with expected argument type org.semanticweb.owlapi.model.OWLEntity in de.fzi.kadmos.api.impl.SimpleAlignment.getEntityCorr(IRI, IRI) | CORRECTNESS | GC_UNRELATED_TYPES | 338 | Medium |
org.semanticweb.owlapi.model.IRI is incompatible with expected argument type org.semanticweb.owlapi.model.OWLEntity in de.fzi.kadmos.api.impl.SimpleAlignment.getEntityCorr(IRI, IRI) | CORRECTNESS | GC_UNRELATED_TYPES | 341 | Medium |
org.semanticweb.owlapi.model.IRI is incompatible with expected argument type org.semanticweb.owlapi.model.OWLEntity in de.fzi.kadmos.api.impl.SimpleAlignment.getEntityCorr(IRI, IRI) | CORRECTNESS | GC_UNRELATED_TYPES | 341 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Inconsistent synchronization of de.fzi.kadmos.cloud.aws.ServerHeartbeatCommunicator.out; locked 85% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 97 | Medium |
Spinning on ServerHeartbeatCommunicator.isAlive in de.fzi.kadmos.cloud.aws.ServerHeartbeatCommunicator.send(Serializable) | MT_CORRECTNESS | SP_SPIN_ON_FIELD | 134 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of string in de.fzi.kadmos.parser.impl.INRIAFormatParser.parse(String) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 299 | High |
Potentially dangerous use of non-short-circuit logic in de.fzi.kadmos.parser.impl.INRIAFormatParser.parse(String) | STYLE | NS_DANGEROUS_NON_SHORT_CIRCUIT | 299 | High |
Exception is caught when Exception is not thrown in de.fzi.kadmos.parser.impl.INRIAFormatParser.parse(String) | STYLE | REC_CATCH_EXCEPTION | 306 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should de.fzi.kadmos.parser.impl.INRIAFormatParser$INRIAParser be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 396 | Medium |