You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Steve Lawrence (JIRA)" <ji...@apache.org> on 2019/01/14 18:31:00 UTC

[jira] [Updated] (DAFFODIL-1427) Use scala 2.11 options to clean up dead-code, unused imports, unused methods, unused local vals, etc.

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

Steve Lawrence updated DAFFODIL-1427:
-------------------------------------
    Fix Version/s: 2.3.0

> Use scala 2.11 options to clean up dead-code, unused imports, unused methods, unused local vals, etc.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: DAFFODIL-1427
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1427
>             Project: Daffodil
>          Issue Type: Improvement
>          Components: Infrastructure
>            Reporter: Michael Beckerle
>            Assignee: Michael Beckerle
>            Priority: Major
>             Fix For: 2.3.0
>
>
> Scala 2.11 supports
> -Ywarn-dead-code  -Ywarn-inaccessible -Ywarn-unused-import -Ywarn-unused -Ywarn-infer-any -Ywarn-nullary-override
> These will generate warnings that allow us to clean up the code base substantially, and may catch bugs - where we have unused local values for example, but thought we were using them but aren't.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)