[ 
https://issues.apache.org/jira/browse/OFBIZ-6651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-6651:
-----------------------------------
    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 
{code}
Debug.logWarning("deprecated 'methodName', please replace them, see 
OFBIZ-6651", new Exception()); 
{code}
in them. On the long run, this will allow to spot where these methods are used 
in templates and scripts and replace them


  was:
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 
{code}
Debug.logWarning("deprecated 'methodName', please replace them, see ", new 
Exception()); 
{code}
in them. On the long run, this will allow to spot where these methods are used 
in templates and scripts and replace them



> Remove deprecated methods from GenericValue class
> -------------------------------------------------
>
>                 Key: OFBIZ-6651
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6651
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>
> 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 
> {code}
> Debug.logWarning("deprecated 'methodName', please replace them, see 
> OFBIZ-6651", new Exception()); 
> {code}
> in them. On the long run, this will allow to spot where these methods are 
> used in templates and scripts and replace them



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to