Bug 51155 - Missing @deprecated comments
Summary: Missing @deprecated comments
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Servlet & JSP API (show other bugs)
Version: trunk
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 19:36 UTC by Sebb
Modified: 2011-05-06 08:05 UTC (History)
0 users



Attachments
Patch to add the missing comments (3.08 KB, patch)
2011-05-05 19:36 UTC, Sebb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2011-05-05 19:36:28 UTC
Created attachment 26961 [details]
Patch to add the missing comments

There are several @deprecated tags without any information at all.
The tags should say when the deprecation was added and what the replacement is.
Comment 1 Mark Thomas 2011-05-06 08:05:48 UTC
Thanks for the patch.

Fixed in trunk and will be included in 7.0.13 onwards.