[feature] XQuery 4.0 type coercion rules #6260
Open
Codacy Production / Codacy Static Code Analysis
required action
Apr 25, 2026 in 0s
2 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Complexity increasing per file
==============================
- exist-core/src/main/java/org/exist/xquery/Function.java 3
See the complete overview on Codacy
Annotations
Check warning on line 207 in exist-core/src/main/java/org/exist/xquery/DynamicTypeCheck.java
codacy-production / Codacy Static Code Analysis
exist-core/src/main/java/org/exist/xquery/DynamicTypeCheck.java#L207
The method 'isXQ4ImplicitCast(int, int)' has an NPath complexity of 729, current threshold is 200
Check notice on line 229 in exist-core/src/main/java/org/exist/xquery/DynamicTypeCheck.java
codacy-production / Codacy Static Code Analysis
exist-core/src/main/java/org/exist/xquery/DynamicTypeCheck.java#L229
Avoid unnecessary if..then..else statements when returning booleans
Loading