rcc does not generate correct Java code for the field of a record type
----------------------------------------------------------------------

                 Key: HADOOP-385
                 URL: http://issues.apache.org/jira/browse/HADOOP-385
             Project: Hadoop
          Issue Type: Bug
    Affects Versions: 0.4.0
            Reporter: Hairong Kuang
         Assigned To: Milind Bhandarkar


If  a field of a Jute record  is also a Jute record and the target language is 
Java, rcc does not generate correct field name, correct code for deserializing 
the field. The access modifier "private" of the validation method causes 
problem for validating nested records.

In addition, rcc can not handle the case when a comment started with "//" also 
contains the string "//".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to