LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: Evan407 on August 04, 2015, 20:48:23

Title: [FIXED] Class org.lwjgl.glfw.Callbacks missing in "All Classes" list
Post by: Evan407 on August 04, 2015, 20:48:23
Not sure if this is a real bug because I'm a noob.

At the javadoc http://javadoc.lwjgl.org/ I can't find the Callbacks class. I used google and found it here http://javadoc.lwjgl.org/org/lwjgl/glfw/Callbacks.html

Why isn't it in the list of classes?
Title: Re: Class org.lwjgl.glfw.Callbacks missing in "All Classes" list
Post by: Evan407 on August 04, 2015, 21:17:31
I also couldn't find this without google
http://javadoc.lwjgl.org/org/lwjgl/opengl/GLContext.html
it's like it's missing in the index and class lists.
Title: Re: Class org.lwjgl.glfw.Callbacks missing in "All Classes" list
Post by: spasi on August 05, 2015, 17:51:39
Quote from: Evan407 on August 04, 2015, 20:48:23At the javadoc http://javadoc.lwjgl.org/ I can't find the Callbacks class. I used google and found it here http://javadoc.lwjgl.org/org/lwjgl/glfw/Callbacks.html

Why isn't it in the list of classes?

Thanks Evan407, this was indeed a bug and has been fixed. The CDN for the javadoc site caches data for up to a day (to reduce our costs), so give it some time and all missing classes will appear.

Quote from: Evan407 on August 04, 2015, 21:17:31I also couldn't find this without google
http://javadoc.lwjgl.org/org/lwjgl/opengl/GLContext.html
it's like it's missing in the index and class lists.

The GLContext class has been removed in the latest 3.0.0b builds and will be removed from the CDN soon.

Please note that javadoc.lwjgl.org will always point to the javadoc applicable to the latest nightly build. After the 3.0.0 release, each new release will get a dedicated URL with the javadoc that is applicable to that release.