You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2010/02/21 00:21:18 UTC

Re: svn commit: r912248 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java

lektran@apache.org wrote:
> Author: lektran
> Date: Sat Feb 20 23:04:51 2010
> New Revision: 912248
> 
> URL: http://svn.apache.org/viewvc?rev=912248&view=rev
> Log:
> Reverting r912247, not all methods removed had been deprecated prior to 9.04

When deprecation is added, in addition to adding @Deprecated
annotation and @deprecated javadoc, the javadoc should mention that it
was done 'after ${lastMajorRelease}', and say what you should do instead.

Re: svn commit: r912248 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java

Posted by Scott Gray <sc...@hotwaxmedia.com>.
On 20/02/2010, at 4:21 PM, Adam Heath wrote:

> lektran@apache.org wrote:
>> Author: lektran
>> Date: Sat Feb 20 23:04:51 2010
>> New Revision: 912248
>> 
>> URL: http://svn.apache.org/viewvc?rev=912248&view=rev
>> Log:
>> Reverting r912247, not all methods removed had been deprecated prior to 9.04
> 
> When deprecation is added, in addition to adding @Deprecated
> annotation and @deprecated javadoc, the javadoc should mention that it
> was done 'after ${lastMajorRelease}', and say what you should do instead.

I was thinking the same thing, it's a pain having to check back on each one.  I was planning to go through and hit them all in one go after I'm done (which won't be anytime soon)

Regards
Scott