system-rules icon indicating copy to clipboard operation
system-rules copied to clipboard

ExpectedSystemExit improvement in multi-threads environment

Open akryvtsun opened this issue 9 years ago • 4 comments
trafficstars

Implementation of #44 fix

akryvtsun avatar Sep 29 '16 21:09 akryvtsun

Implemented your notes. Fixed FindBug warning.

akryvtsun avatar Nov 02 '16 22:11 akryvtsun

We are getting closer to a final version of the pull request. Thank you for your patience.

stefanbirkner avatar Nov 03 '16 18:11 stefanbirkner

@stefanbirkner you have to supprese Firebugs check for intentional ignoring return value in line exitStatusHolder.offer(status); somehow.

akryvtsun avatar Nov 04 '16 17:11 akryvtsun

Here is information how to do this http://stackoverflow.com/questions/1829904/is-there-a-way-to-ignore-a-single-findbugs-warning

akryvtsun avatar Nov 04 '16 20:11 akryvtsun