You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "John Speidel (JIRA)" <ji...@apache.org> on 2015/10/15 23:44:05 UTC

[jira] [Updated] (ATLAS-236) DefaultMetaDataService.createType() calls validateTypeDefinition() twice in consecutive lines

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

John Speidel updated ATLAS-236:
-------------------------------
    Summary: DefaultMetaDataService.createType() calls validateTypeDefinition() twice in consecutive lines  (was: DefaultMetaDataService.createType() calls validateTypeDefinition twice in consecutive lines)

> DefaultMetaDataService.createType() calls validateTypeDefinition() twice in consecutive lines
> ---------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-236
>                 URL: https://issues.apache.org/jira/browse/ATLAS-236
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: John Speidel
>            Assignee: John Speidel
>
> From DefaultMetaDataService.createType():
> {code}
> validateTypeDefinition(typeDefinition);
> TypesDef typesDef = validateTypeDefinition(typeDefinition);
> {code}
> The first usage should be removed.



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