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

--- Comment #25 from Christopher Schultz <ch...@christopherschultz.net> ---
I noticed that some of the boxed/primitive handling (e.g. boolean, char) are
handled in separate branches and others (e.g. long, int, short) are handled
together in a single branch (with sub-branches using type.isPrimitive).

Is there any reason to use the two separate styles or did you just change your
mind halfway through the implementation?

-- 
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