Fix settings value begin indifference (17989) #18022
Merged
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (v15/dev)
succeeded
Jan 17, 2025 in 33s
CodeScene PR Check
✅ Code Health Quality Gates: OK
Change in average Code Health of affected files: +0.54 (8.41 -> 8.95)
- Improving Code Health: 2 findings(s) ✅
- Affected Hotspots: 1 files(s) 🔥
Details
✅ Improving Code Health:
- Complex Conditional block-entry.context.ts: UmbBlockEntryContext.contentValues 🔥
- Complex Conditional block-entry.context.ts: UmbBlockEntryContext.settingsValues 🔥
Annotations
codescene-delta-analysis / CodeScene Cloud Delta Analysis (v15/dev)
✅ No longer an issue: Complex Conditional
UmbBlockEntryContext.contentValues no longer has a complex conditional. A complex conditional is an expression inside a branch (e.g. if, for, while) which consists of multiple, logical operators such as AND/OR. The more logical operators in an expression, the more severe the code smell.
codescene-delta-analysis / CodeScene Cloud Delta Analysis (v15/dev)
✅ No longer an issue: Complex Conditional
UmbBlockEntryContext.settingsValues no longer has a complex conditional. A complex conditional is an expression inside a branch (e.g. if, for, while) which consists of multiple, logical operators such as AND/OR. The more logical operators in an expression, the more severe the code smell.
Loading