From ff1ae364d09ac1ec5a1197c54986d547cefaae47 Mon Sep 17 00:00:00 2001 From: Michael Gumowski Date: Thu, 27 Feb 2020 15:10:16 +0100 Subject: [PATCH] Update java documentation to fix links of "Related pages" section Parenthesis are inverted, findbugs link is missing, move "Related pages" above API changes. --- .../src/pages/analysis/languages/java.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/server/sonar-docs/src/pages/analysis/languages/java.md b/server/sonar-docs/src/pages/analysis/languages/java.md index c200b35f46c..08bcd9063ba 100644 --- a/server/sonar-docs/src/pages/analysis/languages/java.md +++ b/server/sonar-docs/src/pages/analysis/languages/java.md @@ -56,6 +56,12 @@ Example: `sonar.java.source=1.6` If the property is provided, the analysis will take the source version into account, and execute related rules accordingly. At run time, each of these rules will be executed – or not – depending of the Java version used by sources within the project. For instance, on a correctly configured project built with Java 6, rules targeting Java 7 and Java 8 will never raise issues, even though they are enabled in the associated rule profile. +## Related Pages + +* [Test Coverage & Execution](/analysis/coverage/) (JaCoCo, Surefire) +* [Importing External Issues](/analysis/external-issues/) ([SpotBugs](https://spotbugs.github.io/), [FindBugs](http://findbugs.sourceforge.net/), [FindSecBugs](https://github.com/find-sec-bugs/find-sec-bugs/wiki/Maven-configuration), [PMD](http://maven.apache.org/plugins/maven-pmd-plugin/usage.html), [Checkstyle](http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo)) +* [Adding Coding Rules](/extend/adding-coding-rules/) + ## Custom Rules @@ -271,11 +277,3 @@ The tutorial [Writing Custom Java Rules 101](https://redirect.sonarsource.com/do } ``` - -## Related Pages - -* [Test Coverage & Execution](/analysis/coverage/) ([SpotBugs](https://spotbugs.github.io/), FindBugs, [FindSecBugs](https://github.com/find-sec-bugs/find-sec-bugs/wiki/Maven-configuration), [PMD](http://maven.apache.org/plugins/maven-pmd-plugin/usage.html), [Checkstyle](http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo)) -* [Importing External Issues](/analysis/external-issues/) (JaCoCo, Surefire) - -* [Adding Coding Rules](/extend/adding-coding-rules/) - -- 2.39.5