Commit 9d3af3c
refactor: annotate serialVersionUID with @serial
The three exception types declare `serialVersionUID`; mark each with
`java.io.Serial` so the compiler validates the serialization contract and the
intent is explicit (clears the IDE/Sonar "can be annotated with @serial" hint).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8dc9e6c commit 9d3af3c
3 files changed
Lines changed: 8 additions & 0 deletions
File tree
- core/src/main/java/io/github/dfa1/vortex/core/error
- fbs-gen/src/main/java/io/github/dfa1/vortex/fbsgen
- proto-gen/src/main/java/io/github/dfa1/vortex/protogen
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments