Cursor API generic usage is totally wrong
-----------------------------------------

                 Key: DIRSERVER-1458
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1458
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.5
            Reporter: Emmanuel Lecharny
            Priority: Critical
             Fix For: 2.0.0


There are some generic erasure in the cursor API. 

In the internal layers, we may manipulate <Long, Long>, or <Long, String>, or 
<Long, byte[]>, or <Long, ServerEntry>, but from the external API POV, it's all 
<Long, ServerEntry>.

I don't know how possibly it's working, I think we are lucky or that we don't 
cast with generics...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to