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

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • Infrastructure
    • None

    Description

      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.

      Attachments

        Activity

          People

            mbeckerle Mike Beckerle
            mbeckerle Mike Beckerle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: