| Summary: | javadoc hover on "see" link does not show 3 dots on Object… arguments | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Bug Menot <gjrekomf> |
| Component: | Core | Assignee: | 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 | ||
|
Description
Bug Menot
I don't get it. What's the bug you are reporting? (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. 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. Bulk move out of 4.8 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. |