Is it a good idea to include the earliest deletion date in the comment?

Ex:
"This class will be removed in some future release after 2020-05-31."

/Jens

On 2020-05-23 19:02, Lars Vogel wrote:
> Hi Jens,
>
> I think that is a good comment. Thanks!
>
> Best regards, Lars
>
> On Sat, May 23, 2020 at 5:33 PM Jens Lideström <j...@lidestrom.se> wrote:
>> I'm in the process of marking some old databinding API for removal. I'm
>> not really sure how to write the Javadoc comment on the removed API.
>>
>> Is the following a good comment?
>>
>> /**
>>  * XXX
>>  * @deprecated This class will be removed in a future release. See
>>  *             https://bugs.eclipse.org/bugs/show_bug.cgi?id=546820 for more
>>  *             information. Use XXX instead.
>>  */
>>
>> The wiki [1] says the following on this subject:
>>
>> """
>> 5. Annotate all APIs that are to be removed with @noreference, @noextend
>> and @noimplement where applicable, update deprecation comment and add an
>> entry in the porting guide. Do the same for API that depends on it. The
>> deprecation comment and porting guide entry must explain how to adapt the
>> client code and also include a link to the bug report to allow feedback
>> from API adopters.
>> """
>>
>> If my example above is a suitable comment I will update the wiki to
>> include it.
>>
>> [1]: https://wiki.eclipse.org/Eclipse/API_Central/API_Removal_Process
>>
>> /Jens
>>
>>
>> _______________________________________________
>> platform-dev mailing list
>> platform-dev@eclipse.org
>> To unsubscribe from this list, visit 
>> https://www.eclipse.org/mailman/listinfo/platform-dev
>
>

_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to