Umbraco.Decimal Property Editor: Add Default value (closes #21787) #23015
+95
−3
CodeScene Delta Analysis / CodeScene Code Health Review (main)
failed
Jun 1, 2026 in 1m 1s
CodeScene PR Check
Quality Gate Failed
Gates Failed
Enforce advisory code health rules
(1 file with Complex Conditional)
Gates Passed
3 Quality Gates Passed
See analysis details in CodeScene
Reason for failure
| Enforce advisory code health rules | Violations | Code Health Impact | |
|---|---|---|---|
| decimal-property-value-preset.ts | 1 advisory rule | 10.00 → 9.69 | Suppress |
Quality Gate Profile: Clean Code Collective
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
Details
🚩 Declining Code Health (highest to lowest):
- Complex Conditional decimal-property-value-preset.ts: UmbDecimalPropertyValuePreset.parseConfiguredNumber
Annotations
codescene-delta-analysis / CodeScene Code Health Review (main)
❌ New issue: Complex Conditional
UmbDecimalPropertyValuePreset.parseConfiguredNumber has 1 complex conditionals with 2 branches, threshold = 2. 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