SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 199 |
4 |
0 |
0 |
com.github.copilot.sdk.json.CopilotClientOptions
| Bug |
Category |
Details |
Line |
Priority |
| com.github.copilot.sdk.json.CopilotClientOptions defines clone() but doesn't implement Cloneable |
BAD_PRACTICE |
CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE |
364 |
High |
com.github.copilot.sdk.json.MessageOptions
| Bug |
Category |
Details |
Line |
Priority |
| com.github.copilot.sdk.json.MessageOptions defines clone() but doesn't implement Cloneable |
BAD_PRACTICE |
CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE |
123 |
High |
com.github.copilot.sdk.json.ResumeSessionConfig
| Bug |
Category |
Details |
Line |
Priority |
| com.github.copilot.sdk.json.ResumeSessionConfig defines clone() but doesn't implement Cloneable |
BAD_PRACTICE |
CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE |
517 |
High |
com.github.copilot.sdk.json.SessionConfig