ibator-1.2.0 HEAD: EqualsHashCodePlugin fails on primitive column def ---------------------------------------------------------------------
Key: IBATIS-523 URL: https://issues.apache.org/jira/browse/IBATIS-523 Project: iBatis for Java Issue Type: Bug Components: Tools Reporter: Tom Green A simple bug with a simple fix. If you give a columnOverride with a primitive javaType, and have EqualsHashCodePlugin enabled, you'll get a syntax error in the generated equals(), due to leaving off a statement-final semicolon. Attached is a patch to fix it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.