Michael Clarke
Michael Clarke
Tests that save files (screenshots, logs, data extracts etc) currently have no way of notifying external programs where these files have been saved, other than possibly by printing a line...
The plugin currently has 3 required host and key parameters, plus 2 optional (largely undocumented) proxy parameters. Adding additional parameters in the future will be challenging as the current method...
The Bitbucket decoration is currently using the project key to create the analysis report key, but the Sonarqube documentation states this should be a static value across all projects. To...
**Describe the bug** When reporting on the results of a pull request, Sonarqube reports a `Fixed issues` statistic on the Pull Request overview page, but this always appears as `0`,...
The resolution of Pull Request details currently uses the project default branch when a pull request is analysed without specifying a target branch. However, when a target branch is specified,...
Some JDBC connection pools create a dynamic reflective Proxy wrapper around connections in the pool, plus the generated statements and the result sets those statements create, with the proxies allowing...
When executing plugins, OpenVPN currently [iterates over all plugins and invokes each configured plugin](https://github.com/OpenVPN/openvpn/blob/418463ad27c13f56adb5b02cfd62018b7d634ee8/src/openvpn/plugin.c#L823), regardless of the result of the previous plugin execution. This could be potentially useful if there...
Updates the build process to reflect Sonarqube having renamed the addons directory to sq-server-addons, as well as changing front-end imports to match restructuring with Sonarqube.
The javax/jakarta annotations contain a `groups` property that can be used to enable different combinations of validation on a model depending on which group is currently active - https://jakarta.ee/learn/docs/jakartaee-tutorial/current/beanvalidation/bean-validation-advanced/bean-validation-advanced.html#_grouping_constraints. When...