|
From: cowwoc <co...@bb...> - 2010-12-26 20:38:20
|
Hi Raindog,
Can you please provide testcases for these issues? I'll study them
on my end.
Thanks,
Gili
On 26/12/2010 7:33 AM, Raindog wrote:
> Hello,
>
> I modified an older version of jace before I found the new updated
> version. I discovered the following then and was wondering if they still
> applied now.
>
> 1. If a method or field name is the same as the class name, C++
> compilation will fail. I solved this by appending an underscore to the
> field or method name.
> 2. Circular dependencies break compilation. I resolved this partly by
> using forward declarations and smart pointers. Java apparently allows
> circular dependencies but C++ does not, so there are some cases where
> this happens for example in the JRE RT
>
>
> I also noticed an issue with the newest revision in SVN. When running
> the BatchGenerator, it fails after the first file because the ClassFile
> class will close the stream after reading each class.
>
> Thanks,
> Raindog
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Jace-users mailing list
> Jac...@li...
> https://lists.sourceforge.net/lists/listinfo/jace-users
|