Community
Participate
Working Groups
Create a library with name "class.foo.StringBuffer". The generated class is eze_class.foo.StringBuffer but there are invalid references to "eze_class.foo.eze_StringBuffer".
The constructor name was being aliased when it shouldn't have been. In addition, the logic has been removed from the Aliaser for checking java internal class names. We are not going to maintain this list as it really isn't needed.
Verified