Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 194747

Summary: [javadoc] should not accept static imports
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P5 CC: frederic_fusier
Version: 3.3Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug
Bug Depends on:    
Bug Blocks: 194470    

Description Martin Aeschlimann CLA 2007-06-28 08:27:37 EDT
3.3

The compiler accepts the following code that the Javadoc command rejects:
package p;
import static java.lang.Math.E;
public class E01 {
	/**
	 * {@link #E}
	 */
        public void foo() {
        }
}

Javadoc command (I tested with jdk-6u1-fcs-bin-b04) says:
'warning - Tag @link: can't find E in p.E01'
Comment 1 Frederic Fusier CLA 2008-09-04 12:14:05 EDT
Ownership has changed for the javadoc comments bugs, but I surely will not have enough time to fix your bug during the 3.5 development process, hence set its priority to P5.
Please provide a patch if you definitely need the bug to be fixed in this
version and I'll have a look at it...
TIA
Comment 2 Eclipse Genie CLA 2019-10-21 17:30:00 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.