You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/11/20 06:35:40 UTC

[jira] Updated: (AVRO-225) specific should use dollar ($) not underscore (_) to avoid name conflicts

     [ https://issues.apache.org/jira/browse/AVRO-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-225:
------------------------------

    Attachment: AVRO-225.patch

Here's a patch that fixes this.

> specific should use dollar ($) not underscore (_) to avoid name conflicts
> -------------------------------------------------------------------------
>
>                 Key: AVRO-225
>                 URL: https://issues.apache.org/jira/browse/AVRO-225
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Doug Cutting
>             Fix For: 1.3.0
>
>         Attachments: AVRO-225.patch
>
>
> The specific compiler currently uses underscores in generated code to avoid conflicts with user identifiers.  But underscore is permitted in user identifiers.  Instead dollar-sign should be used to avoid such conflicts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.