Skip to content

[EPIC-4] Sticky State & IPC Hardening#2

Merged
mdasdispatch-hash merged 13 commits into
mainfrom
feat/epic4-sticky-state-ipc
May 23, 2026
Merged

[EPIC-4] Sticky State & IPC Hardening#2
mdasdispatch-hash merged 13 commits into
mainfrom
feat/epic4-sticky-state-ipc

docs: [EPIC-4] F5 verification passed, quality debt documented

ed9fdaa
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 23, 2026 in 0s

148 new issues (0 max.) of at least severity.

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

Issues
======
+ Solved 107
- Added 148
           

Complexity increasing per file
==============================
- src/V12_002.Entries.Trend.cs  2
- src/V12_002.REAPER.Audit.cs  9
- src/V12_002.IPC.Hardening.cs  31
         

Complexity decreasing per file
==============================
+ src/V12_002.StickyState.cs  -10
         

Clones added
============
- src/V12_002.UI.IPC.cs  1
- src/V12_002.IPC.Hardening.cs  1
         

Clones removed
==============
+ src/V12_002.Entries.Trend.cs  -1
         

See the complete overview on Codacy

Annotations

Check notice on line 55 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L55

Add curly braces around the nested statement(s) in this 'if' block.

Check notice on line 130 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L130

Add curly braces around the nested statement(s) in this 'if' block.

Check warning on line 176 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L176

Catch a list of specific exception subtype or use exception filters instead.

Check notice on line 178 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L178

There's no need to call 'ToString()', the compiler will do it for you.

Check notice on line 212 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L212

Add curly braces around the nested statement(s) in this 'while' block.

Check notice on line 213 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L213

Remove this empty statement.

Check notice on line 459 in src/V12_002.Lifecycle.cs

See this annotation in the file changed.

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

src/V12_002.Lifecycle.cs#L459

Add curly braces around the nested statement(s) in this 'if' block.

Check failure on line 69 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L69

Potential null dereference detected.

Check failure on line 70 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L70

Potential null dereference detected.

Check failure on line 71 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L71

Potential null dereference detected.

Check failure on line 72 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L72

Potential null dereference detected.

Check warning on line 81 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L81

This condition was just checked on line 75.

Check notice on line 100 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L100

Either remove or fill this block of code.

Check warning on line 100 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L100

Handle the exception or explain in a comment why it can be ignored.

Check warning on line 148 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L148

Remove this unused method parameter 'json'.

Check failure on line 151 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L151

Potential null dereference detected.

Check failure on line 153 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L153

Potential null dereference detected.

Check failure on line 155 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L155

Potential null dereference detected.

Check failure on line 162 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L162

Potential null dereference detected.

Check failure on line 169 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L169

Potential null dereference detected.

Check failure on line 174 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L174

Potential null dereference detected.

Check warning on line 238 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L238

Define the locale to be used in this string operation.

Check failure on line 254 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L254

Potential null dereference detected.

Check failure on line 255 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L255

Potential null dereference detected.

Check failure on line 256 in src/V12_002.StickyState.cs

See this annotation in the file changed.

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

src/V12_002.StickyState.cs#L256

Potential null dereference detected.