You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/10/03 23:26:20 UTC

[jira] [Updated] (REEF-1631) Convert auto-properties to read-only whenever possible

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

Mariia Mykhailova updated REEF-1631:
------------------------------------
    Description: 
Our .NET code has a lot of auto-properties with private setter which is never used. They can be converted to get-only, and probably should to better reflect their read-only nature. 

This change can be done using ReSharper Code Cleanup tool.

  was:Our .NET code has a lot of auto-properties with private setter which is never used. They can be converted to get-only, and probably should to better reflect their read-only nature.


> Convert auto-properties to read-only whenever possible
> ------------------------------------------------------
>
>                 Key: REEF-1631
>                 URL: https://issues.apache.org/jira/browse/REEF-1631
>             Project: REEF
>          Issue Type: Improvement
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>            Priority: Minor
>
> Our .NET code has a lot of auto-properties with private setter which is never used. They can be converted to get-only, and probably should to better reflect their read-only nature. 
> This change can be done using ReSharper Code Cleanup tool.



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