Commit 4fe24b5
fix(TypeHandlerLibrary): move StringRepresentationTypeHandlerTest's inner class to the end (#5389)
Checkstyle's InnerTypeLast rule wants init blocks, constructors, fields
and methods before inner types - RecordingHandler was declared first,
ahead of the field and @test methods that use it. Already on develop
(via 962df32), so every PR built since has been failing checkstyle on
a file they never touched.
No behavior change, just reordered.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 338d7dd commit 4fe24b5
1 file changed
Lines changed: 20 additions & 20 deletions
File tree
- subsystems/TypeHandlerLibrary/src/test/java/org/terasology/persistence/typeHandling
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 17 | | |
38 | 18 | | |
39 | 19 | | |
| |||
63 | 43 | | |
64 | 44 | | |
65 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
0 commit comments