Commit 4921d9f
authored
Fix all Checkstyle violations (#16)
* docs: fix all Javadoc warnings from Checkstyle
* fix: add braces to single-statement if blocks
* fix: AvoidEscapedUnicodeCharacters Checkstyle
* fix: wrap long lines in license headers
Checkstyle ignores URLs when enforcing line length, so this previously passed.
A prior commit reformatted the headers but missed the GPL notice block, which
is now wrapped correctly.
* fix: wrap long string literals to comply with line length limit
* refactor: replace wildcard imports with explicit imports
* refactor: move variable declarations closer to their first usage
* refactor: rename parameter from bEditable to editable in setEditable methods
* refactor: rename invalidIpAddressException to InvalidIpAddressException
* refactor: rename ipAddressValidator to IpAddressValidator
* style: standardize TODO comment format with colon separator
* refactor: rename EPPuplink to EppUplink
* refactor: rename EPPthread to EppThread and remove unused imports
* refactor: rename EPPthread field to eppThread for consistent naming
* refactor: rename EPPuplink field to eppUplink for consistent naming
* feat: add logging for exception handling in DbExporter
* refactor: rename GUI components and improve code style in MessageManagement and MessageDetail
* refactor: rename EPPparams to EppParams for consistent Java naming conventions
* refactor: improve variable naming and code style in ContactSelection and AddressPanel2
* refactor: rename GUI components in TxtImport and improve code style
* refactor: standardize variable naming and rename generic GUI components
* refactor: rename ManageParameters form file and standardize component names
* Add detailed logging for exception handling across application
* fix: add missing break statements and default cases in switch blocks
* refactor: resolving all the remaining Checkstyle violations
* refactor: fix comment punctuation in ContactsManagement
* refactor: remove unused panel and rename chkDnssec to chkDnsSec for consistent naming1 parent f9278bf commit 4921d9f
64 files changed
Lines changed: 2796 additions & 1488 deletions
File tree
- src/main
- java
- com/codetotime/eppclient
- config
- contacts
- db
- domains
- transfer
- importer
- messages
- uplink
- it/nic/epp/client
- resources/com/codetotime/eppclient/config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
38 | | - | |
39 | | - | |
| 50 | + | |
| 51 | + | |
40 | 52 | | |
41 | | - | |
| 53 | + | |
42 | 54 | | |
43 | | - | |
44 | | - | |
| 55 | + | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
27 | 43 | | |
28 | 44 | | |
29 | 45 | | |
| |||
78 | 94 | | |
79 | 95 | | |
80 | 96 | | |
81 | | - | |
| 97 | + | |
| 98 | + | |
82 | 99 | | |
83 | | - | |
| 100 | + | |
| 101 | + | |
84 | 102 | | |
85 | 103 | | |
86 | 104 | | |
0 commit comments