Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1427

Use scala 2.11 options to clean up dead-code, unused imports, unused methods, unused local vals, etc.

XMLWordPrintableJSON

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • Infrastructure
    • None

      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.

              mbeckerle.dfdl Mike Beckerle
              mbeckerle.dfdl Mike Beckerle
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: