Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2271 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
9fb278fbbbab194ede65741cf14adb1c02b0574e
Total tests
589
Successful since
#2137 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 670229ff18cba21d34e709557b71bc6c0479d601 LGTM: Do not use a String-based mutex
This replaces a String-based mutex with usage of a ReentrantLock.
Guus der Kinderen Guus der Kinderen 3c7a6758d89b39c55ee9e754dfa8e28c2ada5caa LGTM: Do not synchronize on a String
Instead of a String-based mutexes (which are fairly easy to accidentally duplicate in unrelated parts of code), use a mutex that is guaranteed to be scoped to the code that should be executed under protection of a lock.
Guus der Kinderen Guus der Kinderen d581fc8666bc357a119c648f94d5dbdb5e358f8d Make fields final
Guus der Kinderen Guus der Kinderen 748d2246d3922808e69fe423fa3d4382ab3fb500 Prevent null-references.
Guus der Kinderen Guus der Kinderen 3a58cba3d29d3bbdd922e97793ac0978bea99ac8 LGTM: suppress false positive