Updates:
        Summary: Libdoc: Creating documentation based on JavaDocs fails on Java 
8
        Status: Started
        Owner: pekka.klarck

Comment #2 on issue 1704 by pekka.klarck: Libdoc: Creating documentation based on JavaDocs fails on Java 8
http://code.google.com/p/robotframework/issues/detail?id=1704

Yeah, getRootDocImpl has changed. Changes can be seen both by testing and by looking at Java 7 and Java 8 sources:

http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7u40-b43/com/sun/tools/javadoc/JavadocTool.java#JavadocTool

http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8-b132/com/sun/tools/javadoc/JavadocTool.java#JavadocTool

There's new argument fileObjects added as the sixth parameter. It is defined to be Iterable so passing List.nil() which implements that interface is fine.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to