INRIA / INRIA/spoon

bug: in FQN mode, javadoc references are printed as the original ones

Open
#2,170 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
2k
Forks
392
Avg merge
11h 24m
Merged PRs (30d)
36

Description

See: https://ci.inria.fr/sos/job/JUnit/1081/console
We got a class like this:
```java
/**
*
*
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next major release. Please use
* {@link BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@java.lang.Deprecated
public class MethodValidator {
```

instead of:
```java
/**
*
*
* @deprecated Included for backwards compatibility with JUnit 4.4. Will be
* removed in the next major release. Please use
* {@link org.junit.runners.BlockJUnit4ClassRunner} in place of {@link JUnit4ClassRunner}.
*/
@java.lang.Deprecated
public class MethodValidator {
[...]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.