Skip to content

contract duplicate event handling added, new unit tests added for rep…#894

Merged
StuartFerguson merged 1 commit into
masterfrom
bug/#885_contract_duplicate_handling
Aug 26, 2025
Merged

contract duplicate event handling added, new unit tests added for rep…#894
StuartFerguson merged 1 commit into
masterfrom
bug/#885_contract_duplicate_handling

contract duplicate event handling added, new unit tests added for rep…

29a05a3
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 26, 2025 in 0s

8 new issues (0 max.) of at least medium severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 9
           

Complexity increasing per file
==============================
- TransactionProcessor.DatabaseTests/ContractEventTests.cs  3
- TransactionProcessor.DatabaseTests/BaseTest.cs  8
         

See the complete overview on Codacy

Annotations

Check notice on line 73 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L73

Remove this commented out code.

Check warning on line 78 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L78

Change the visibility of 'DatabaseServerContainer' or make it 'const' or 'readonly'.

Check warning on line 78 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L78

Make this field 'private' and encapsulate it in a 'public' property.

Check warning on line 79 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L79

Change the visibility of 'DatabaseServerNetwork' or make it 'const' or 'readonly'.

Check warning on line 79 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L79

Make this field 'private' and encapsulate it in a 'public' property.

Check warning on line 80 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L80

Change the visibility of 'SqlCredentials' or make it 'const' or 'readonly'.

Check warning on line 80 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L80

Make this field 'private' and encapsulate it in a 'public' property.

Check warning on line 101 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L101

Make the enclosing instance method 'static' or remove this set on the 'static' field.

Check warning on line 103 in TransactionProcessor.DatabaseTests/BaseTest.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

TransactionProcessor.DatabaseTests/BaseTest.cs#L103

Make the enclosing instance method 'static' or remove this set on the 'static' field.