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/10/24 18:49:00 UTC

[jira] [Closed] (SYSTEMML-1775) Reduce number of unused method/constructor parameters

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

Deron Eriksson closed SYSTEMML-1775.
------------------------------------

> Reduce number of unused method/constructor parameters
> -----------------------------------------------------
>
>                 Key: SYSTEMML-1775
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1775
>             Project: SystemML
>          Issue Type: Improvement
>          Components: APIs, Compiler, ParFor, Parser, Runtime
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Minor
>             Fix For: Not Applicable
>
>
> Reduce the number of unused method and constructor parameters in the project. The presence of a parameter implies that the value is being used in the method or constructor. If it is not being used, a developer can have the mistaken impression about what functionality is being performed in the method or constructor. Removing unused method/constructor parameters makes code maintenance easier.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)