Releases: Trivadis/plsql-cop-cli
Releases · Trivadis/plsql-cop-cli
PL/SQL Cop v1.0.5
- Released on 2014-12-13
- Fixed crash when processing source files in "UTF-8 with BOM" format
PL/SQL Cop v1.0.3
- 2014-10-07
- Renamed “Trivadis PL/SQL & SQL CodeChecker” to “Trivadis PL/SQL Cop”
PL/SQL Cop v1.0.1
- Released on 2014-05-22
- Oracle 12c grammar support (SQL*Plus, SQL and PL/SQL), e.g.
- CREATE VIEW enhancements
- VISIBLE and INVISIBLE view columns
- BEQUEATH clause
- SELECT enhancements
- row_pattern_clause
- row_limiting_clause
- cross_outer_apply_clause
- LATERAL (lateral inline view)
- plsql_declarations clause
- CREATE VIEW enhancements
- Grammar fixes related to 11.2
PL/SQL Cop v0.7.2
- Release on 2014-04-27
- Grammar fixes
- Reduced false positives for guideline 62 – Always use parameters or pull in definitions rather than referencing external variables in a local program unit
- Reduced redundant issues for guideline 30 – Use BULK OPERATIONS (BULK COLLECT, FORALL) whenever you have to
- Fixed layout issues on some browsers
- Added link to Trivadis PL/SQL & SQL Coding Guidelines Version 2.0 in HTML report
PL/SQL Cop v0.6.7
- Released on 2014-01-10
- Fixed slash (/) handling in SQL*Plus file preprocessor
PL/SQL Cop v0.6.5
- Released on 2014-01-09
- Grammar fixes
PL/SQL Cop v0.6.4
- Released on 2014-01-02
- Fixed null pointer exception on timeout
PL/SQL Cop v0.6.3
- Released on 2014-01-01
- Grammar fixes
- New file metrics:
- McCabe’s cyclomatic complexity (average)
- Halstead volume (maximum and average)
- Maintainability index (minimum and average)
- New PL/SQL Unit metrics:
- Halstead volume
- Maintainability index
- McCabe’s cyclomatic complexity (average)
PL/SQL Cop v0.5.17
- Released on 2013-10-20
- Initial GA Release
- Checks for compliance of all guidelines in Trivadis PL/SQL & SQL Coding Guidelines Version 2.0
- File metrics:
- number of warnings
- number of errors
- number of bytes
- number of lines
- number of commands
- number of statements
- McCabe’s cyclomatic complexity (maximum)
- processing time
- File metrics:
- PL/SQL Unit metrics
- number of lines
- number of statements
- McCabe’s cyclomatic complexity