You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2016/11/01 23:39:59 UTC

[jira] [Commented] (ATLAS-1259) Test and compilation failure

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

Madhan Neethiraj commented on ATLAS-1259:
-----------------------------------------

Consider adding following constructors in AtlasTypesDef:

public AtlasTypesDef(List<AtlasEnumDef> enumDefs);
public AtlasTypesDef(List<AtlasStructDef> structDefs);
public AtlasTypesDef(List<AtlasClassificationDef> classificationDefs);
public AtlasTypesDef(List<AtlasEntityDef> entityDefs);

Use these constructors, instead of passing emptyList for unused members.

> Test and compilation failure
> ----------------------------
>
>                 Key: ATLAS-1259
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1259
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating
>            Reporter: Apoorv Naik
>            Assignee: Apoorv Naik
>            Priority: Critical
>             Fix For: 0.8-incubating
>
>         Attachments: ATLAS-1259.patch
>
>
> AtlasTypeUtil compilation fails due to missing import statement. 
> There's one test failure as well.



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