Solved Spigot Javadoc not working

Discussion in 'Plugin Development' started by Betagear, May 12, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    Betagear

    Using the built 1.8.8 R3 javadoc and the online javadoc, everything related to Bukkit doesn't works.
    Basic java functions have their information displayed, but not the ones from bukkit, spigot and craftbukkit.
    Screenshots as example below. Capture d’écran (43).png Capture d’écran (44).png
    Strange, isn't it ?

    Also, happens using JDK and JRE, with rt.jar using the javadoc (and not empty)
     
  2. Have you actually imported Bukkit? Or are we just using things from an imaginary API?
     
  3. Online

    timtower Administrator Administrator Moderator

    Please read the title.
    It is about the javadocs, not the methods, he clearly has those.
    @Betagear what URL are you using?
     
    Last edited: May 13, 2016
  4. Offline

    I Al Istannen

    @Betagear
    I had and have the same error, with the Spigot Javadoc and jd.bukkit.org. IntelliJ displays the webpage, but is also unable to correctly gather the information. Eclipse says the javadoc is in a unknown (or invalid, can't remember right now) format. This worked for me though.
     
  5. Offline

    Betagear

  6. Offline

    I Al Istannen

    @Betagear
    It is my friend. Just follow his explanation. I use it too.
    Here is one for Bukkit selected:
    1.8 Javadoc.png
     
  7. Offline

    Betagear

    @I Al Istannen I'm on eclipse, and so I can't use a javadoc in archive, only a web javadoc. Do I need to unjar it ?
     
  8. Offline

    I Al Istannen

    @Betagear
    Just a screenshot:
    Javadoc archive.png

    Archive can also be a jar.
     
  9. Offline

    Betagear

    @I Al Istannen Thanks ! Now it works :)

    @I Al Istannen Spoke too soon : I've got a bug :
    View attachment 27119

    Auto-complete doesn't works as intended.

    EDIT : It deactivated in Eclipse, turned it on again. now it works :
    Windows->Preferences->Java->Editor->Content Assist->Advanced
    and click restore default to fix this bug.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
    I Al Istannen likes this.
Thread Status:
Not open for further replies.

Share This Page