You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Radley (JIRA)" <ji...@apache.org> on 2016/09/05 15:02:20 UTC

[jira] [Commented] (ATLAS-1155) Errors in Eclipse when I bring in the latest code

    [ https://issues.apache.org/jira/browse/ATLAS-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465198#comment-15465198 ] 

David Radley commented on ATLAS-1155:
-------------------------------------

Replacing the empty statement with
 JavaConversions.asScalaBuffer(new ArrayList()).toList() 
Looks like it should work. But it complains that "The type scala.Cloneable cannot be resolved. It is indirectly referenced from required .class files". I am not familiar enough yet with the Maven setup to bring in this dependant jar. 

I get this error running the command line packging as well. I also notice that TypesUtil in atlas-typesystem uses this construct and is marked as an error.   

> Errors in Eclipse when I bring in the latest code
> -------------------------------------------------
>
>                 Key: ATLAS-1155
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1155
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating
>            Reporter: David Radley
>             Fix For: 0.8-incubating
>
>         Attachments: atlas.patch
>
>
> I have brought the latest atlas code into an Eclipse environment and see an error in GraphBackedDiscoveryService, 
> line 154
>  scala.collection.immutable.List.empty()); it says method empty is ambiguous.
> if I replace this expression with null it complies.



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