Community
Participate
Working Groups
The class GCOperationWriter overloads the private method addClientOperation with three ambiguous method signatures: private void addClientOperation( Object... args ) private void addClientOperation( String name, float... args ) private void addClientOperation( String name, String text, float... args ) Some compilers are not able to handle this code, e.g. the built-in compiler in Eclipse 4.2M4.
Fixed in CVS HEAD by renaming the method that takes only "Object...".