[
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)