You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add code quality features to the build cycle for catching problems with code styles, poor coding practices, security issues, and more. Those features are meant to be for the development phase and code integration phase with CI.
All the features should have the ability to switched off and on, maybe could be enhanced with profiles, something like a profile for development and another for Production.
Here is a list of some of the features:
Enrich the compiler to report all deprecated APIs, row data, bad exception handling, and others related to Java PL.
Add ability to perform check agreed-on code style at build phase.
Add the ability to find potential bugs as much as we can during development.
Add ability to find potential security issues and make audits.
Add ability to report the best code practice
Finally, add the static code analysis during the actual coding.
Add the code style to the IDE so that the formatted code adheres to it, which also will be checked when it builds.
The text was updated successfully, but these errors were encountered:
Quality features
Add code quality features to the build cycle for catching problems with code styles, poor coding practices, security issues, and more. Those features are meant to be for the development phase and code integration phase with CI.
Here is a list of some of the features:
Enrich the compiler to report all deprecated APIs, row data, bad exception handling, and others related to Java PL.
Add ability to perform check agreed-on code style at build phase.
Add the ability to find potential bugs as much as we can during development.
Add ability to find potential security issues and make audits.
Add ability to report the best code practice
Finally, add the static code analysis during the actual coding.
Add the code style to the IDE so that the formatted code adheres to it, which also will be checked when it builds.
The text was updated successfully, but these errors were encountered: