]
Sanne Grinovero updated ISPN-5844:
----------------------------------
Status: Open (was: New)
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
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.