Commit a3814fe
Fix sonar issues in
This change:
- Removes unnecessary parentheses
- Replaces a lambda with a method reference
- Changed the type of an `int` expression to `long`RedundantInheritedCheck
1 parent 9742248 commit a3814fe
File tree
1 file changed
+3
-3
lines changed- delphi-checks/src/main/java/au/com/integradev/delphi/checks
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments