Commit Graph

25 Commits

Author SHA1 Message Date
Robert Volkmann c4307db0a6 dependencies: Fix #2297: Upgrade H2 (#2317)
* refactor: drop tables according to their dependencies

* refactor: renamed table because USER is an SQL keyword

* dep: upgrade com.h2database.h2 1.4.190 to 2.1.214
2022-11-20 14:25:33 +02:00
Robert Volkmann 4cd8149502 refactor: remove code smell java:S5786 (#2159)
https://sonarcloud.io/organizations/iluwatar/rules?open=java%3AS5786&rule_key=java%3AS5786
2022-10-30 18:21:21 +02:00
Ilkka Seppälä 932836f68b Update license plugin (#2020)
* update license plugin

* suppress linelength and emptylineseparator rules

* fix checkstyle error

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2022-09-14 23:22:24 +05:30
va1m 5cf2fe009b 📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code

* Fix merge conflicts and some sonar issues

Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
Subhrodip Mohanta 7891c2b117 update inception year to 2021 (#1653) 2021-02-14 11:57:57 +02:00
Subhrodip Mohanta 462b581b34 clearing Sonar Blockers (#1633)
* update gitignore

.checkstyle files are being tracked which should not be

* NOSONAR for statement

excluded from SONAR analysis as it is already dealt using functional approach

https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AW8FwRBhm8eoEVQR-x0f&open=AW8FwRBhm8eoEVQR-x0f

* achieved thread safety with lazy initialization

https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmM&id=iluwatar_java-design-patterns&open=AXb6t19yusn4P8Tm-Lmo&resolved=false

* remove double checked locking and initialize before using

https://sonarcloud.io/project/issues?fileUuids=AXb6t0PKusn4P8Tm-LmK&id=iluwatar_java-design-patterns&open=AXb6t19qusn4P8Tm-Lmk&resolved=false

* NOSONAR for the line

https://sonarcloud.io/project/issues?id=iluwatar_java-design-patterns&issues=AXPd3iSe46HRSze7cz3D&open=AXPd3iSe46HRSze7cz3D

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-01-27 16:24:06 +02:00
Toxic Dreamz 31471acb69 Fixed most reported issues by SonarCloud. 2020-08-15 21:47:39 +04:00
Ilkka Seppälä 1683fbdf9c Clean up Transaction Script 2020-08-11 17:17:25 +03:00
Ashish Trivedi e99bcf772b #1321 Added comments about TS 2020-08-11 00:21:46 +05:30
Ashish Trivedi 75b10ed657 #1321 2020-08-10 13:21:24 +05:30
Ashish Trivedi 108532d8dd #1321 2020-08-10 13:12:12 +05:30
Ashish Trivedi 5527cf4234 #1321 Renamed main class 2020-08-10 13:06:46 +05:30
Ashish Trivedi 4008ae41b5 #1321 2020-08-10 13:02:35 +05:30
Ashish Trivedi 24126edd86 Update Hotel.java 2020-08-10 12:54:46 +05:30
Ashish Trivedi c0edac0046 Rename TransactionScriptApp.java to App.java 2020-08-10 12:53:13 +05:30
Ashish_Trivedi 7acc5fbf95 #1321
Resolved conflicts and used var wherever possible
2020-08-09 01:33:19 +05:30
Ashish Trivedi 12d392931e #1321 Added UML diagram 2020-07-27 00:39:53 +05:30
Ashish Trivedi 4017c37b6f #1321 Fixed a test 2020-07-26 18:34:42 +05:30
Ashish Trivedi 9d191324ff #1321 2020-07-26 18:17:00 +05:30
Ashish Trivedi 75ab3b5245 #1321 Added Tests 2020-07-26 17:38:33 +05:30
Ashish Trivedi e0fb2d014a #1321 Added comments and refactored code 2020-07-26 15:56:55 +05:30
Ashish Trivedi c4b1b89f1f #1321 2020-07-19 22:20:15 +05:30
Ashish Trivedi 52e6ea2b68 #1321
Implemented DAO
2020-07-19 20:33:52 +05:30
Ashish Trivedi 112973482d #1321
Added basic structure and planned out the roadmap
2020-07-19 16:51:16 +05:30
Ashish Trivedi 58e3fbfc6a #1321
Added gitignore
2020-07-19 16:19:01 +05:30