Skip to content

TransactionResult optimization #182

TransactionResult optimization

TransactionResult optimization #182

Triggered via pull request December 4, 2024 03:37
@JimAelfJimAelf
opened #3626
dev
Status Failure
Total duration 8m 28s
Artifacts

sonarqube.yaml

on: pull_request
static-code-analysis
8m 18s
static-code-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L3
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZeroState.cs#L2
The type or namespace name 'Standards' does not exist in the namespace 'AElf' (are you missing an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L10
The type or namespace name 'BasicContractZeroContainer' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZeroState.cs#L10
The type or namespace name 'ContractInfo' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L44
The type or namespace name 'ContractInfo' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L77
The type or namespace name 'ValidateSystemContractAddressInput' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L96
The type or namespace name 'SystemContractDeploymentInput' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L162
The type or namespace name 'ContractDeploymentInput' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L170
The type or namespace name 'ContractUpdateInput' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis: test/AElf.Contracts.GenesisUpdate/BasicContractZero.cs#L210
The type or namespace name 'InitializeInput' could not be found (are you missing a using directive or an assembly reference?)
static-code-analysis
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
static-code-analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L34
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L39
Add the 'out' keyword to parameter 'T' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L23
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
static-code-analysis: src/AElf.Core/CoreAElfModule.cs#L43
'T' is not used in the class. (https://rules.sonarsource.com/csharp/RSPEC-2326)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L92
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
static-code-analysis: src/AElf.Core/ITaskQueue.cs#L122
Add the default parameter value defined in the overridden method. (https://rules.sonarsource.com/csharp/RSPEC-1006)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L26
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L25
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
static-code-analysis: src/AElf.Core/AElfDefaultConventionalRegistrar.cs#L26
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
static-code-analysis: src/AElf.Runtime.CSharp.Core/SdkStreamManager.cs#L20
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)