[ https://issues.apache.org/jira/browse/AVRO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848499#action_12848499 ]
Thiruvalluvan M. G. commented on AVRO-487: ------------------------------------------ Looks good to me. A nit, however. SimpleError extends Exception. A more appropriate name is SimpleException. The Java conventions make one think that SimpleError is extended from something like java.lang.Error. I understand this is not a new issue. But now that you are at it, you can have it fixed. Since it is only a test class, no users will be affected. > reflect does not transmit exception messages > -------------------------------------------- > > Key: AVRO-487 > URL: https://issues.apache.org/jira/browse/AVRO-487 > Project: Avro > Issue Type: Bug > Components: java > Affects Versions: 1.3.1 > Reporter: Doug Cutting > Assignee: Doug Cutting > Fix For: 1.3.2 > > Attachments: AVRO-487.patch > > > Exceptions thrown by reflection do not include their error message when > received. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.