DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28605>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28605 Inconsistent key types Summary: Inconsistent key types Product: Velocity Version: 1.0-Release Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.velocity.context.AbstractContext.internalRemove(Object key) uses an argument type of java.lang.Object for the key. This is inconsistent with other methods (internalGet, internalPut, internalContainsKey), which all use a type of java.lang.String for the key. Of course, this will probably require deprecating it, but maybe there's still time to fix it, assuming few users have implemented their own. - Jerry Oberle perl -e 'printf "%silto%c%sberle%cearthlink%cnet%c", "ma", 58, "go", 64, 46, 10;' # Sorry but I do not know whether spammers can harvest addresses from here --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
