JobParameters#isDeadlineExpired returns wrong value
If the job has no constraints other than a deadline JobParameters#isOverrideDeadlineExpired will never return true. The bug is that the better name for this implementation is really "jobParameters#areConstraintsSatisfied". Which are ostensibly one and the same *except* for the case where there are no constraints other than time. Change-Id: I2e055b1279480283b13269b51cb489c64debfffd
Loading
Please register or sign in to comment