Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The wait loop in closeJob() never runs because "waitForMillis < 0;" is the opposite of what's needed. The result can be premature / inaccurate IllegalStateExceptions.
Detected by SonarQube and fixed in the maven/PR-309 work.