Bug 50017 - Make private immutable fields final
Summary: Make private immutable fields final
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Servlet & JSP API (show other bugs)
Version: trunk
Hardware: PC Windows XP
: P5 trivial (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 20:27 UTC by Sebb
Modified: 2010-10-08 10:16 UTC (History)
0 users



Attachments
Patch javax.el package (522 bytes, patch)
2010-09-27 20:27 UTC, Sebb
Details | Diff
Patch javax.servlet package (16.45 KB, patch)
2010-09-27 20:28 UTC, Sebb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2010-09-27 20:27:07 UTC
Created attachment 26090 [details]
Patch javax.el package

Patches to make immutable private fields final.
Comment 1 Sebb 2010-09-27 20:28:14 UTC
Created attachment 26091 [details]
Patch javax.servlet package
Comment 2 Mark Thomas 2010-10-08 10:16:33 UTC
Fixed in trunk. Will be in 7.0.4 onwards.