Commit 84135d5
Remove unthrown exception declarations from methods (#309)
* Remove unnecessary throws Exception declarations from sample applications
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
* Remove unnecessary throws InterruptedException from test methods
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
* Remove additional unnecessary exception declarations from test methods
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
* Remove unused JsonMappingException import from StatementTests
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>1 parent d9a7e8e commit 84135d5
32 files changed
Lines changed: 48 additions & 53 deletions
File tree
- samples
- delete-activity-profile/src/main/java/dev/learning/xapi/samples/deleteactivityprofile
- delete-agent-profile/src/main/java/dev/learning/xapi/samples/deleteagentprofile
- delete-states/src/main/java/dev/learning/xapi/samples/deletestates
- delete-state/src/main/java/dev/learning/xapi/samples/deletestate
- get-about/src/main/java/dev/learning/xapi/samples/getabout
- get-activity-profiles/src/main/java/dev/learning/xapi/samples/getactivityprofiles
- get-activity-profile/src/main/java/dev/learning/xapi/samples/getactivityprofile
- get-activity/src/main/java/dev/learning/xapi/samples/getactivity
- get-agent-profiles/src/main/java/dev/learning/xapi/samples/getagentprofiles
- get-agent-profile/src/main/java/dev/learning/xapi/samples/getagentprofile
- get-agents/src/main/java/dev/learning/xapi/samples/getagents
- get-more-statements/src/main/java/dev/learning/xapi/samples/getmorestatements
- get-statement-iterator/src/main/java/dev/learning/xapi/samples/getstatements
- get-statements/src/main/java/dev/learning/xapi/samples/getstatements
- get-statement/src/main/java/dev/learning/xapi/samples/getstatement
- get-states/src/main/java/dev/learning/xapi/samples/getstates
- get-state/src/main/java/dev/learning/xapi/samples/getstate
- get-voided-statement/src/main/java/dev/learning/xapi/samples/getvoidedstatement
- post-activity-profile/src/main/java/dev/learning/xapi/samples/postactivityprofile
- post-agent-profile/src/main/java/dev/learning/xapi/samples/postagentprofile
- post-statements/src/main/java/dev/learning/xapi/samples/poststatements
- post-statement/src/main/java/dev/learning/xapi/samples/poststatement
- post-state/src/main/java/dev/learning/xapi/samples/poststate
- put-activity-profile/src/main/java/dev/learning/xapi/samples/putactivityprofile
- put-agent-profile/src/main/java/dev/learning/xapi/samples/putagentprofile
- put-state/src/main/java/dev/learning/xapi/samples/putstate
- xapi-client/src/test/java/dev/learning/xapi/client
- xapi-model/src/test/java/dev/learning/xapi/model
- validation/internal/validators
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments