简体   繁体   English

缺少Eclipse中基本方法的JavaDoc

[英]Missing basic JavaDoc for methods in Eclipse

Today I installed the newest Eclipse IDE and I was wondering why it says "Note: The Javadoc for this element could neither be found in the attached source nor the attached Javadoc." 今天,我安装了最新的Eclipse IDE,我想知道为什么它说“注意:在附加的源文件或附加的Javadoc中都找不到该元素的Javadoc。” when i hover with my mouse over the base methods / base classes. 当我将鼠标悬停在基本方法/基类上时。 I googled for that problem and found a solution here: Missing basic JavaDoc in Eclipse . 我搜索了这个问题,并在这里找到了解决方案: Eclipse中缺少基本的JavaDoc The given solution to set the location path to http://docs.oracle.com/javase/8/docs/api/ worked for me not 100%. 将位置路径设置为http://docs.oracle.com/javase/8/docs/api/的给定解决方案对我来说不是100%有效。 The JavaDoc for the base classes eg java.lang.Thread is now displayed correctly, but I still get the missing JavaDoc message for any methods for example java.lang.Thread.start() . 现在可以正确显示基类(例如java.lang.Thread )的JavaDoc,但是对于任何方法(例如java.lang.Thread.start() ,我仍然会丢失JavaDoc消息。

Do you have any hints? 你有什么提示吗?

Even better than JavaDoc is to use a JDK (which includes the source code for core libraries). 比JavaDoc更好的是使用JDK(其中包括核心库的源代码)。 If your project is configured to use a JDK instead of a JRE, Eclipse will automatically detect and display both JavaDoc and source code for the core libraries. 如果您的项目配置为使用JDK而不是JRE,则Eclipse将自动检测并显示核心库的JavaDoc和源代码。 See https://stackoverflow.com/a/1157618/639520 for some details of setting up and using a JDK for your project. 有关为项目设置和使用JDK的一些详细信息,请参见https://stackoverflow.com/a/1157618/639520

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM