Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3148

Deprecation cleanup

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • core
    • 5

      Cleanup deprecated code - remove usages of deprecated code, drop code that's been deprecated since 4.0 or even 3.6 or earlier.

      find . -name "*.java" -exec grep -H "@deprecated" {} \;

      Some @deprecated tags don't have a "since" note, let's be careful with those and update them if necessary.

      find . -name "*.java" -exec grep -H "@deprecated" {} \; | grep -v -E "since|from"

        Acceptance criteria

              Unassigned Unassigned
              gjoseph Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR