Skip to content

Add BlockedJob entity and update relevant code #20

Add BlockedJob entity and update relevant code

Add BlockedJob entity and update relevant code #20

GitHub Actions / Qodana for .NET completed Dec 8, 2023 in 0s

3 new problems found by Qodana for .NET

Qodana for .NET

3 new problems were found

Inspection name Severity Problems
Unused local variable 🔶 Warning 2
Member initialized value ignored 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 15 in Quartz.Impl.RavenJobStore/Entities/BlockedJob.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Member initialized value ignored

Property initializer value ignored during initialization

Check warning on line 328 in Quartz.Impl.RavenJobStore/RavenJobStore.Utils.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Unused local variable

Local variable 'scheduler' is never used

Check warning on line 228 in Quartz.Impl.RavenJobStore/RavenJobStore.Utils.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Unused local variable

Local variable 'scheduler' is never used