forked fromiluwatar/java-design-patterns
- Notifications
You must be signed in to change notification settings - Fork0
Commit462b581
clearing Sonar Blockers (iluwatar#1633)
* update gitignore.checkstyle files are being tracked which should not be* NOSONAR for statementexcluded from SONAR analysis as it is already dealt using functional approachhttps://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AW8FwRBhm8eoEVQR-x0f&open=AW8FwRBhm8eoEVQR-x0f* achieved thread safety with lazy initializationhttps://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmM&id=iluwatar_java-design-patterns&open=AXb6t19yusn4P8Tm-Lmo&resolved=false* remove double checked locking and initialize before usinghttps://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmK&id=iluwatar_java-design-patterns&open=AXb6t19qusn4P8Tm-Lmk&resolved=false* NOSONAR for the linehttps://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AXPd3iSe46HRSze7cz3D&open=AXPd3iSe46HRSze7cz3DCo-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>1 parent9abfd57 commit462b581
File tree
4 files changed
+11
-18
lines changed- dao/src/main/java/com/iluwatar/dao
- special-case/src/main/java/com/iluwatar/specialcase
- transaction-script/src/main/java/com/iluwatar/transactionscript
4 files changed
+11
-18
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 43 | + | |
48 | 44 |
| |
49 | 45 |
| |
50 | 46 |
| |
| |||
55 | 51 |
| |
56 | 52 |
| |
57 | 53 |
| |
58 |
| - | |
| 54 | + | |
59 | 55 |
| |
60 | 56 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments
Comments
(0)