Skip to content

[refactor] Address review feedback from @reinhapa

826ef2d
Select commit
Loading
Failed to load commit list.
Open

[feature] XQuery 4.0 type coercion rules #6260

[refactor] Address review feedback from @reinhapa
826ef2d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 25, 2026 in 0s

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

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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