The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
cn.home1.oss.lib.swagger.model.ApiOperationInfo | 2 |
cn.home1.oss.lib.swagger.model.ApiOperationInfo$ApiOperationInfoBuilder | 1 |
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 |
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 |