On Wed, 2012-02-29 at 00:40 +0800, Ken Cheung wrote:
> I observed some code clones in Tomcat and found inconsistent code.
> Could anyone explain why this is not a bug?
>
If you think it's a bug can you explain why you think so? You may get
more value out of the homework assignment by pondering th
I observed some code clones in Tomcat and found inconsistent code. Could anyone
explain why this is not a bug?
/tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java
195if (cc == null) {
196log.error(sm.getString("ajpmessage.null"),
197new Nu