Why are some DefaultGroovyMethods missing from the groovy-jdk API documentation? -


the groovy jdk docs missing methods exist in defaultgroovymethods.java. why aren't docs complete?

here's example is missing gdk docs:

public static object sum(collection self) 

and here 2 examples of methods not missing:

public static string toliststring(collection self) public static <t> collection<t> unique(collection<t> self) 

i can see sum() docs in gapi's defaultgroovymethods, not interested in sifting through kitchen sink. :-)

thanks help.

vahid, method not "missing", method got deprecated. instead of collection method moved iterable http://groovy.codehaus.org/groovy-jdk/java/lang/iterable.html#sum%28%29

i realize javadoc generated groovy-jdk missing points super classes, part "methods added interface x", x parent interface iterable collection.

it make feature request this


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -