er fps patch #466
56 new problems found by Qodana for .NET
Qodana for .NET
10 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant using directive |
🔶 Warning | 5 |
Redundant member initializer |
🔶 Warning | 3 |
Non-accessed local variable |
🔶 Warning | 1 |
Unused local variable |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 67 dependencies
Third-party software list
This page lists the third-party software dependencies used in SoulSplitter
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 50 in src/Cli/Program.cs
github-actions / Qodana for .NET
Non-accessed local variable
Local variable 'init' is only assigned but its value is never used
Check warning on line 177 in src/SoulSplitter/Splitters/EldenRingSplitter.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing field by default value is redundant
Check warning on line 176 in src/SoulSplitter/Splitters/EldenRingSplitter.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing field by default value is redundant
Check warning on line 48 in src/SoulSplitter/UI/EldenRing/EldenRingViewModel.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing field by default value is redundant
Check warning on line 21 in src/SoulMemory/soulmods/Soulmods.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 33 in src/Cli/Program.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 35 in src/SoulSplitter/SoulComponent.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 25 in src/Cli/Program.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 29 in src/SoulSplitter/Splitters/EldenRingSplitter.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 370 in src/SoulMemory/Native/Kernel32.cs
github-actions / Qodana for .NET
Unused local variable
Local variable 'eatPtr' is never used