-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Gilles QUERRET edited this page Sep 28, 2016
·
11 revisions
The OpenEdge plugin for SonarQube enables analysis of OpenEdge procedural and object-oriented code, and reports:
- Metrics (lines of code, comment density, complexity, shared objects, ...)
- Issues found in the source code and DF files, such as performance killers, usage of deprecated keywords, ...
- Code coverage from unit tests
- Code duplication
SonarQube is an open platform to manage code quality. As such, it covers the 7 axes of code quality:
- Architecture and design
- Code duplication
- Unit tests
- Code complexity
- Potential bugs
- Coding rules
- Comments
It is first highly recommended to have a build process based on PCT. Some metrics and rules can only be executed on the build output of PCT. PCT is open-source and free, but if you want to rely on our consulting services, please contact us at [email protected] !
Then follow the installation instructions, and execute the Sonar batch scanner.
© Riverside Software 2013-2024