Commit Graph

3812 Commits

Author SHA1 Message Date
Robert von Burg 2c362b52c9
[Minor] Automated Code cleanup: field accessed in both synchronized and unsynchronized contexts 2023-04-06 09:22:19 +02:00
Robert von Burg beaf2f1eb4
[Minor] Code cleanup 2023-04-06 07:55:36 +02:00
Robert von Burg 9282773e4b
[Minor] Code cleanup 2023-04-06 07:54:08 +02:00
Robert von Burg c6badc27cf
[Minor] Fix serializable issues 2023-04-06 07:52:19 +02:00
Robert von Burg c20938505a
[Minor] Removed use of e.printStackTrace(); 2023-04-06 07:48:54 +02:00
Robert von Burg 7b6e881b21
[Minor] Remove unnecessary main method 2023-04-06 07:48:39 +02:00
Robert von Burg b387cc2d21
[Minor] Remove unnecessary main method 2023-04-06 07:47:04 +02:00
Robert von Burg 939a52f456
[Major] Renamed UserRep.clone() to .getCopy() 2023-04-05 21:38:33 +02:00
Robert von Burg d6ab8119a7
[Minor] GenericReport: Field 'counter' is accessed in both synchronized and unsynchronized contexts 2023-04-05 21:34:29 +02:00
Robert von Burg 17dd0e68d8
[Minor] Remove use of System.err.println 2023-04-05 21:32:15 +02:00
Robert von Burg cb16d74e7a
[Minor] Fix ITimeVariable.equals() override 2023-04-05 21:31:10 +02:00
Robert von Burg 4773bd7a4c
[Minor] Automated Code cleanup: can be annotated with '@Serial' annotation 2023-04-05 21:28:18 +02:00
Robert von Burg e9d1a5004b
[Minor] Added missing branch case EXECUTABLE in ConfirmationPolicy.doConfirmation() 2023-04-05 21:27:40 +02:00
Robert von Burg 3098711c6b
[Minor] Automated Code cleanup: 'instanceof' on 'catch' parameter 'e' 2023-04-05 21:25:44 +02:00
Robert von Burg fcb24205a6
[Minor] Added default branches to PrivilegeConfigSaxReader.startElement() 2023-04-05 21:24:29 +02:00
Robert von Burg fa7c9a8aea
[Minor] Automated Code cleanup: can be annotated with '@Serial' annotation 2023-04-05 21:14:25 +02:00
Robert von Burg e78f8277c6
[Project] Updated qodana.yaml 2023-04-05 21:08:38 +02:00
Robert von Burg fe7bc45ca2
[Minor] Minor use .isEmpty() in ObjectFilter 2023-04-05 21:07:45 +02:00
Robert von Burg 634c51a371
[Minor] Made fields final in AbstractTransaction used in synchronized blocks 2023-04-05 21:07:29 +02:00
Robert von Burg 7db2e3aa1b
[Minor] ObjectFilter has a default cache of 1 2023-04-05 21:03:27 +02:00
Robert von Burg 98ff483ed6
[Minor] Added missing default branch in AbstractTransaction.removeFromCache() 2023-04-05 20:51:26 +02:00
Robert von Burg 4a4891f176
[Minor] Cleanup in PostgresqlDao 2023-04-05 20:48:52 +02:00
Robert von Burg 686ae8c248
[Minor] Cleanup threading in DefaultStrolchSessionHandler 2023-04-05 20:45:22 +02:00
Robert von Burg 5ce2382834
[Minor] Replace synchronizedMap() with ConcurrentHashMap 2023-04-05 20:33:11 +02:00
Robert von Burg e77e730c7c
[Minor] Removed unnecessary synchronized modifier in UserChallengeHandler and BaseLdapPrivilegeHandler 2023-04-05 20:32:00 +02:00
Robert von Burg a3a919d26b
[Project] Updated qodana.yaml 2023-04-05 20:26:00 +02:00
Robert von Burg 3e6788e335
[Minor] Removed unnecessary synchronized modifier in DefaultPrivilegeHandler.initialize() 2023-04-05 20:24:39 +02:00
Robert von Burg 7869387a25
[Project] Fix exceptions in testing 2023-04-05 15:23:06 +02:00
Robert von Burg 6d05ff4803
[Major] Refactored PrivilegeHandler, adding locking, no synchronized blocks and methods 2023-04-05 15:18:13 +02:00
Robert von Burg 10f201ad9d
[Minor] Don't catch RuntimeException in ElementLockingHandler.lockedExecute* 2023-04-05 15:17:33 +02:00
Robert von Burg 8002d32121
[Major] Refactored LockableObject and ElementLockingHandler 2023-04-05 08:15:45 +02:00
Robert von Burg 14bd01e8ac
[Fix] Fixed broken FileHelper.copy() 2023-04-05 08:13:55 +02:00
Robert von Burg 809aa6347d
[New] Moved LockHandler to ElementLockingHandler 2023-04-04 20:49:38 +02:00
Robert von Burg 5b271a6352
[Minor] Code cleanup 2023-04-04 17:25:01 +02:00
Robert von Burg 4aec95eb93
[Minor] Code cleanup 2023-04-04 17:20:57 +02:00
Robert von Burg 3cce0a7e9a
[Minor] Code cleanup 2023-04-04 17:16:06 +02:00
Robert von Burg 79bc086e24
[Minor] Code cleanup 2023-04-04 16:13:16 +02:00
Robert von Burg 89dc892172
[Minor] Code cleanup 2023-04-04 16:12:02 +02:00
Robert von Burg 056a2b2314
[Minor] Removed unused code, code cleanup 2023-04-04 16:08:41 +02:00
Robert von Burg b20119a2ba
[Minor] Automated Code cleanup 2023-04-04 15:48:04 +02:00
Robert von Burg 69f7be4a96
[Fix] 'switch' statement without 'default' branch 2023-04-04 15:46:22 +02:00
Robert von Burg 06dbaafc0f
[Fix] Condition 'skip != -1' is always 'true' 2023-04-04 15:42:27 +02:00
Robert von Burg 91a4ac3d83
[Fix] Lock operations on 'this' may have unforeseen side-effects 2023-04-04 15:40:13 +02:00
Robert von Burg 00938a7be6
[Minor] Remove unneeded main method 2023-04-04 15:31:27 +02:00
Robert von Burg 07f364386e
[Minor] Remove unneeded main method 2023-04-04 15:30:32 +02:00
Robert von Burg aaaf03c6d1
[Minor] Automated Code cleanup: Double quote to prevent globbing and word splitting. 2023-04-04 15:07:13 +02:00
Robert von Burg dc3204969b
[Minor] Automated Code cleanup: HTTP links are not secure 2023-04-04 15:07:04 +02:00
Robert von Burg 12f92c3c8d
[Minor] Automated Code cleanup 2023-04-04 15:02:07 +02:00
Robert von Burg 1885a19c9e
[Minor] Automated Code cleanup: Infinite loop statement 2023-04-04 14:53:14 +02:00
Robert von Burg 73d6fe9120
[Minor] Automated Code cleanup: Dereference of 'realmMigrations' may produce 'NullPointerException' 2023-04-04 14:48:09 +02:00