Hi Audrius,
Wouldn't it be better to regenerate the sources rather than manually
remove the $ signs? I don't know how the RMI compiler generated the
sources. I'm happy to modify the files by hand otherwise.
Thanks!
Ian
Audrius Meskauskas wrote:
>any idea on how to stop the $ symbols being generated by rmic? They
are on private fields so altering the names shouldn't matter.
I would say, just rename these private fields to match our coding
standard. I see no reason to use the reserved characters there. This
class is not generated during the each build and can be edited like
any other.
Our RMI source code generator in RMIC package is currently configured
to follow the standard Classpath naming rules and would not use the
dollar sign for the names of the private fields.
Regards
Audrius.