File tree Expand file tree Collapse file tree
src/main/java/com/github/copilot/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 <version >2.20.1</version >
6363 </dependency >
6464
65+ <!-- SpotBugs annotations for suppressing warnings -->
66+ <dependency >
67+ <groupId >com.github.spotbugs</groupId >
68+ <artifactId >spotbugs-annotations</artifactId >
69+ <version >4.9.8</version >
70+ <scope >provided</scope >
71+ </dependency >
72+
6573 <!-- Test dependencies -->
6674 <dependency >
6775 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 22 * Copyright (c) Microsoft Corporation. All rights reserved.
33 *--------------------------------------------------------------------------------------------*/
44
5+ @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
56/**
67 * Event types emitted during Copilot session processing.
78 *
Original file line number Diff line number Diff line change 22 * Copyright (c) Microsoft Corporation. All rights reserved.
33 *--------------------------------------------------------------------------------------------*/
44
5+ @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
56/**
67 * Configuration classes and data transfer objects for the Copilot SDK.
78 *
You can’t perform that action at this time.
0 commit comments