Bug 194747 - [javadoc] should not accept static imports
Summary: [javadoc] should not accept static imports
Status: CLOSED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: helpwanted
Depends on:
Blocks: 194470
  Show dependency tree
 
Reported: 2007-06-28 08:27 EDT by Martin Aeschlimann CLA
Modified: 2019-10-21 17:30 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.