BasicEntity#getId() is incompatible with some Shindig interfaces
----------------------------------------------------------------

                 Key: RAVE-260
                 URL: https://issues.apache.org/jira/browse/RAVE-260
             Project: Rave
          Issue Type: Bug
    Affects Versions: 0.3-INCUBATING
            Reporter: Jasha Joachimsthal


A few interfaces in the package org.apache.shindig.social.opensocial.model 
(e.g. Activity) define a String getId(); Our BasicEntity defines a Long 
getId(); 
This means that if we're going to rewrite the current implementations to use 
the BasicEntity we have a conflict. This can either be solved to rename 
BasicEntity#getId or change its return type into java.lang.Object.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to