id summary reporter owner description type status priority milestone component version resolution keywords cc 1703 The Job.setProgress() method doesn't accept -1 Nicklas Nordborg everyone Progress reporter implementation have been required to support -1 as a special (unknown) case since #1485. The javadoc for `getPercentComplete()` also mentions -1 as a special case. But it is not possible to set -1 for jobs that are not executed by plug-ins since there is no progress reporter in this case. The `Job.setProgress()` method will throw a `NumberOutOfRangeException`. defect closed trivial BASE 3.1.2 core fixed