Description
The member variables fetchQueues (instance of FetchItemQueues) and spinWaiting (instance of AtomicInteger) are declared as "Object" which then requires to cast them. The variables are assigned in the constructor, they should be declared with the correct type to avoid unnecessary casts.
Attachments
Issue Links
- links to