Hi all!

In Ruboto we have a feature of aliasing an implemented interface/superclass 
method to a snake case implementation if it exists.  We are considering 
removing the feature since it only applies to AOT generated classes and the 
code corresponds less with the Android documentation.

Typical examples are onCreate vs on_create an onClick vs on_click

Ruby classes generated during runtime that implement/subclass a Java 
interface/superclass do not alias camel case methods to snake case variants.  
This is the standard JRuby behaviour.

Are there plans to add such aliasing to JRuby?  Is there a decision against 
this?

Anybody here have an opinion on the subject?  I am currently leaning towards 
removing the aliasing feature.


--
Uwe Kubosch
http://ruboto.org/




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to