SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.1

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
5 3 0 0

Files

Class Bugs
org.mycore.csl.MCRCSLTransformerInstance 3

org.mycore.csl.MCRCSLTransformerInstance

Bug Category Details Line Priority
org.mycore.csl.MCRCSLTransformerInstance.getCitationProcessor() may expose internal representation by returning MCRCSLTransformerInstance.citationProcessor MALICIOUS_CODE EI_EXPOSE_REP 49 Medium
org.mycore.csl.MCRCSLTransformerInstance.getDataProvider() may expose internal representation by returning MCRCSLTransformerInstance.dataProvider MALICIOUS_CODE EI_EXPOSE_REP 53 Medium
new org.mycore.csl.MCRCSLTransformerInstance(String, String, AutoCloseable, MCRItemDataProvider) may expose internal representation by storing an externally mutable object into MCRCSLTransformerInstance.dataProvider MALICIOUS_CODE EI_EXPOSE_REP2 38 Medium