Javadoc for Queue.Task claimed they were compared using .equals(), but in...
Javadoc for Queue.Task claimed they were compared using .equals(), but in critical cases this was not actually true. Does not matter for the common case of Job, but when implementing custom tasks this could cause duplicate queue items (and executables).
Loading
Please register or sign in to comment