Deprecation cleanup
-------------------

                 Key: MAGNOLIA-3148
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3148
             Project: Magnolia
          Issue Type: Task
            Reporter: Grégory Joseph
            Assignee: Boris Kraft
             Fix For: 4.3


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"}}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to