[ 
https://issues.apache.org/jira/browse/SAMOA-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gianmarco De Francisci Morales updated SAMOA-46:
------------------------------------------------
        Status: Done  (was: To Do)
    Resolution: Done

> copy() in abstractOptionHandler clashes with copy() in OptionsHandler
> ---------------------------------------------------------------------
>
>                 Key: SAMOA-46
>                 URL: https://issues.apache.org/jira/browse/SAMOA-46
>             Project: SAMOA
>          Issue Type: Bug
>            Reporter: Amir Rahnama
>              Labels: maven, twitter
>
> In org.apache.samoa.streams package, I tried to add a new TwitterStream 
> source so I coded a new class:
> public class TwitterStreamInstance extends AbstractOptionHandler implements
>     InstanceStream {
> }
> Problem is that the copy object which in this case should be overriden 
> becomes a bottleneck:
>     @Override
>     public MOAObject copy()
>     {
>         return null;
>     }
> This very same issue happens when I opened FileStream.java in the same 
> package. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to