Deron Eriksson created SYSTEMML-1477: ----------------------------------------
Summary: 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 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)