FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
17 3 0 0

cn.home1.oss.lib.swagger.model.ApiOperationInfo

Bug Category Details Line Priority
cn.home1.oss.lib.swagger.model.ApiOperationInfo.getTags() may expose internal representation by returning ApiOperationInfo.tags MALICIOUS_CODE EI_EXPOSE_REP 18 Medium
cn.home1.oss.lib.swagger.model.ApiOperationInfo.setTags(String[]) may expose internal representation by storing an externally mutable object into ApiOperationInfo.tags MALICIOUS_CODE EI_EXPOSE_REP2 12 Medium

cn.home1.oss.lib.swagger.model.ApiOperationInfo$ApiOperationInfoBuilder

Bug Category Details Line Priority
cn.home1.oss.lib.swagger.model.ApiOperationInfo$ApiOperationInfoBuilder.tags(String[]) may expose internal representation by storing an externally mutable object into ApiOperationInfo$ApiOperationInfoBuilder.tags MALICIOUS_CODE EI_EXPOSE_REP2 13 Medium