https://bz.apache.org/bugzilla/show_bug.cgi?id=52952

--- Comment #4 from Abdessamed MANSOURI <lav...@hotmail.fr> ---
Created attachment 33811
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33811&action=edit
Patch

This is a patch for duplication with some code enhancements (replacing iterator
loops with enhanced for-loop ...).

in this patch i didn't changed Extension to immutable class, changing JavaBean
class to an immutable class made its instantiation (Long arguments in
constructor or making new builder for the class), and i noticed that objects
(Extension and ManifestResource) inside ExtensionValidator doesn't go out from
it, so its nice to don't make them immutable cause they will not change outside
:)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to