You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/04/12 21:57:41 UTC

[jira] [Resolved] (SYSTEMML-1477) Create ParserFactory

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

Deron Eriksson resolved SYSTEMML-1477.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.0

Fixed by [PR458|https://github.com/apache/incubator-systemml/pull/458].

> Create ParserFactory
> --------------------
>
>                 Key: SYSTEMML-1477
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1477
>             Project: SystemML
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Minor
>             Fix For: SystemML 1.0
>
>
> Code such as the following does not really follow a recognized design pattern:
> {code}
> AParserWrapper parser = AParserWrapper.createParser(false);
> {code}
> For ease of code maintenance, this should be replaced by something such as:
> {code}
> ParserWrapper parser = ParserFactory.createParser(false);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)