Skip to content

add a benchmark Github Action and add comments #28

add a benchmark Github Action and add comments

add a benchmark Github Action and add comments #28

Re-run triggered June 28, 2024 02:01
Status Success
Total duration 7m 15s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
7m 5s
static-code-analysis
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
static-code-analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
static-code-analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
static-code-analysis
Import basic_contract_zero.proto is unused.
static-code-analysis: src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
static-code-analysis: src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
static-code-analysis: src/AElf.Database/DatabaseServiceCollectionExtensions.cs#L22
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
static-code-analysis: test/AElf.Database.Tests/TestsDatabaseAElfModule.cs#L17
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: test/AElf.Database.Tests/TestsDatabaseAElfModule.cs#L18
'IConnectionStringResolver.Resolve(string)' is obsolete: 'Use ResolveAsync method.'
static-code-analysis: src/AElf.Cryptography/ECVRF/Vrf.cs#L109
The variable 'ex' is declared but never used
static-code-analysis
Import basic_contract_zero.proto is unused.
static-code-analysis: src/AElf.Kernel.SmartContract/IExecutionObserverThreshold.cs#L9
'ExecutionObserverThreshold' overrides Object.Equals(object o) but does not override Object.GetHashCode()