Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Eclipse IDE JavaDocs Error

Joined
Oct 20, 2019
Messages
2
Using JDK 1.8_231, eclipse Mars 4.5.0. After attaching Javadocs (Generated Documentation (Untitled)) to RuneMate.jar external library, the following error is displayed when attempting to hover over methods:

An exception occurred while getting the Javadoc. See log for details.

When opening the logs the extended error is:

Code:
Unknown javadoc format for getSettings() {key=Lcom/runemate/game/api/script/framework/AbstractBot;.getSettings()Lcom/runemate/game/api/hybrid/util/io/ManagedProperties;} [in AbstractBot [in AbstractBot.class [in com.runemate.game.api.script.framework [in E:\Program Files (x86)\RuneMate\RuneMate.jar]]]]

Not sure how to fix it, if anyone has any ideas please help

Thanks

More info:
Code:
eclipse.buildId=4.5.2.M20160212-1500
java.version=1.8.0_231
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_CA
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product
 
Top