-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
optimizationA performance improvement is possibleA performance improvement is possible
Description
Using object methods from Java code requires an extra INSTANCE keyword. This shows that these generated methods are not actually static.
The original intent behind using object keyword in this library was to contain static methods.
One known challenge with converting certain Lists objects to Java is the default arguments of some methods. Defaults are not supported in Java 11.
These will have to be replaced with overloaded methods.
Metadata
Metadata
Assignees
Labels
optimizationA performance improvement is possibleA performance improvement is possible