If we follow a link to a package that has no documentation we cannot go back to the documentation that contained that link because the back button is not active.
For example:
/**
* The {@link existing.package.without.documentation} package is not documented.
*/
public void aMethod() {
...
}
1. Press Ctrl+Q on the method aMethod to see it's javadoc
2. follow the link; the package existing.package.without.documentation must exists, otherwise there is no link
3. You arrive at a page that says "no documentation", but you can't go back because the back button is disabled.
Description
If we follow a link to a package that has no documentation we cannot go back to the documentation that contained that link because the back button is not active.
For example:
/**
* The {@link existing.package.without.documentation} package is not documented.
*/
public void aMethod() {
...
}
1. Press Ctrl+Q on the method aMethod to see it's javadoc
2. follow the link; the package existing.package.without.documentation must exists, otherwise there is no link
3. You arrive at a page that says "no documentation", but you can't go back because the back button is disabled.