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

Bug 515984

Summary: javadoc hover on "see" link does not show 3 dots on Object… arguments
Product: [Eclipse Project] JDT Reporter: Bug Menot <gjrekomf>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: loskutov, markus.kell.r, stephan.herrmann
Version: 4.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard: stalebug

Comment 1 Stephan Herrmann CLA 2017-04-30 09:20:32 EDT
I don't get it. What's the bug you are reporting?
Comment 2 Andrey Loskutov CLA 2017-04-30 09:30:35 EDT
(In reply to Stephan Herrmann from comment #1)
> I don't get it. What's the bug you are reporting?

He probably means that the javadoc link don't show three dots after the last Object... argument.
Comment 3 Stephan Herrmann CLA 2017-04-30 19:01:22 EDT
Thanks Andrey.


Two problems:

JDT/Core:

A bug in DocCommentParser.createArgumentReference() from the fix for bug 420458, see http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=db9f959a935f205a7a7a5ac245a707865595ee87

   if (this.ast.apiLevel > AST.JLS8) {

@Markus: should we assume you meant to say ">=" ? Cf.  bug 420458 comment 2 



JDT/UI:

JavadocContentAccess2.handleLink(List<? extends ASTNode>) was never made aware of varargs. See where it says:

   ASTNodes.asString(param.getType())

variableArity is a property of param, not of its type.
Comment 4 Manoj N Palat CLA 2018-05-16 01:30:37 EDT
Bulk move out of 4.8
Comment 5 Eclipse Genie CLA 2020-05-09 18:38:13 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. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. 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.