]
Tristan Tarrant updated ISPN-5844:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.1.0.Final
Resolution: Done
Fix usage of generics in Infinispan Query
-----------------------------------------
Key: ISPN-5844
URL:
https://issues.jboss.org/browse/ISPN-5844
Project: Infinispan
Issue Type: Task
Components: Embedded Querying
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Minor
Fix For: 8.1.0.Alpha2, 8.1.0.Final
The {{DistributedExecutorMassIndexer}} class doesn't compile correctly according to
JDT, the Eclipse compiler.
After initially suspecting that this was a bug of JDT - as it compiles just fine with
javac from OpenJDK - I actually think that JDT has some good points, as the correctness
can not be proven.
Not sure who's fooling me, but I could massage the code to make the types more
explicit, and more importantly make all compilers happy.