songwanging created APEXMALHAR-2552:
---------------------------------------
Summary: Print out an object without calling the toString method
Key: APEXMALHAR-2552
URL: https://issues.apache.org/jira/browse/APEXMALHAR-2552
Project: Apache Apex Malhar
Issue Type: Bug
Affects Versions: 3.8.0
Reporter: songwanging
Priority: Minor
Our tool DeepTect has detected a buggy code snippet, in which the code prints
out an object without calling the toString method:
Path:
apex-malhar/library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java
{code:java}
protected Condition andLowerBoundKeyCondition(Condition c, Object
lowerBoundKey)
{
return c.and(this.key + " > ?", lowerBoundKey);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)