Releases: Trivadis/plsql-cop-sonar
Releases · Trivadis/plsql-cop-sonar
PL/SQL Cop for SonarQube v1.0.3
- Released on 2016-08-22
- Fixed issues calling the command line utility with multiple file extension Windows. The filter parameter needs to be double quoted in this case.
PL/SQL Cop for SonarQube v1.0.2
- 2016-04-18
- Fixed wrong issues severity. The severity of an issue is now reported according categorisation within SonarQube. This leads to a different and better SQALE rating.
PL/SQL Cop for SonarQube v1.0.1
- Released on 2016-04-17
- Support Non-Windows SonarQube installations
- Fixed typos in settings page
PL/SQL Cop for SonarQube v1.0.0
- Released on 2015-09-07
- Initial GA Release
- Checks for compliance of guidelines in Trivadis PL/SQL & SQL Coding Guidelines Version 2.0 and stores issues in the SonarQube database
- Stores standard SonarQube metrics in the SonarQube database
- Lines (incl. blank lines and comment lines)
- Lines of Code (lines without blank lines and without comment lines)
- Comment lines
- Functions (PL/SQL units)
- Statements
- Complexity (Max. Cyclomatic Complexity)
- Stores additional PL/SQL Cop file metrics in the SonarQube database
- Max. Cyclomatic Complexity (redundant to Complexity)
- Max. Halstead Volume
- Min. maintainability index (MI)
- Number of blank lines
- Number of bytes
- Number of commands
- Number of comment lines (redundant to Comment lines)
- Processing time in seconds
- Tested on SonarQube 4.5.7 and SonarQube 5.1.2
- SonarQube 5.2 and higher is currently not supported