CPD Results
The following document contains the results of PMD's CPD 6.29.0.
Duplications
File | Line |
---|---|
com/foxinmy/weixin4j/wxa/api/WxaCodeParameter.java | 39 |
com/foxinmy/weixin4j/wxa/api/WxaCodeUnlimitParameter.java | 50 |
} public Integer getWidth() { return width; } public void setWidth(Integer width) { this.width = width; } @JSONField(name = "auto_color") public Boolean getAutoColor() { return autoColor; } public void setAutoColor(Boolean autoColor) { this.autoColor = autoColor; } @JSONField(name = "line_color") public Color getColor() { return color; } public void setColor(Color color) { this.color = color; } @JSONField(name = "is_hyaline") public Boolean getHyaline() { return hyaline; } public void setHyaline(Boolean hyaline) { this.hyaline = hyaline; } } |