]> source.dussan.org Git - sonarqube.git/commitdiff
Update java documentation to fix links of "Related pages" section
authorMichael Gumowski <michael.gumowski@sonarsource.com>
Thu, 27 Feb 2020 14:10:16 +0000 (15:10 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 4 Mar 2020 20:03:58 +0000 (20:03 +0000)
Parenthesis are inverted, findbugs link is missing, move "Related pages" above API changes.

server/sonar-docs/src/pages/analysis/languages/java.md

index c200b35f46c881fa54f1cd2ff19591da6d4c7404..08bcd9063bafdac2fb8dc2cf379a00d7a43f53b3 100644 (file)
@@ -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))
+<!-- sonarqube -->* [Adding Coding Rules](/extend/adding-coding-rules/)<!-- /sonarqube -->
+
 <!-- sonarqube -->
 ## Custom Rules
 
@@ -271,11 +277,3 @@ The tutorial [Writing Custom Java Rules 101](https://redirect.sonarsource.com/do
     }
     ```
 <!-- /sonarqube -->
-
-## 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)
-<!-- sonarqube -->
-* [Adding Coding Rules](/extend/adding-coding-rules/)
-<!-- /sonarqube -->