eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Javadoc Markdown Content Assist suggests wrong format for type links.
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
I'm using Eclipse EE 2025-09 with Java 25. Let's say I'm using the new [JEP 467](https://openjdk.org/jeps/467) Markdown Javadocs, and I create a `FooBarTest` class file. I start start writing a Markdown Javadoc for the class (The `|` indicates my cursor.)
```java
/// Tests of Foo|
public class FooBarTest {
}
```
If I hit `Ctrl+Space` for Content Assist, Eclipse generates:
```java
/// Tests of {@link FooBar}
```
This is incorrect. Using JEP 467 Markdown, Eclipse should generate this:
```java
/// Tests of [FooBar]
```
This ticket is a completely different problem, but is closely related to #4531.
Contributor guide
Assessment
This issue has not been assessed yet.