Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Done
-
Trunk
-
None
-
Community Day 2 - 2015, Community Day 3 - 2015, Re-Factor Sprint 1
Description
Strategy:
- Using an IDE replace the deprecated methods in Java code (but not in GenericValue class)
- Before removing the deprecated methods from GenericValue class, place
Debug.logWarning("deprecated 'methodName', please replace them, see OFBIZ-6651", new Exception());
in them. On the long run, this will allow to spot where these methods are used in templates and scripts and replace them
Attachments
Issue Links
- is part of
-
OFBIZ-6273 Remove from trunk the deprecated code if deprecated before December 2014
- Closed