Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add xquery recursive collection creation with just one path expression #5062

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from

Added test file for create-collection with path.

66a060e
Select commit
Loading
Failed to load commit list.
Open

[Feature] Add xquery recursive collection creation with just one path expression #5062

Added test file for create-collection with path.
66a060e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 17, 2023 in 0s

2 new issues (0 max.) of at least minor 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/functions/xmldb/XMLDBCreateCollection.java  16
         

See the complete overview on Codacy

Annotations

Check warning on line 105 in exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBCreateCollection.java

See this annotation in the file changed.

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

exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBCreateCollection.java#L105

The method 'eval(Sequence, Sequence)' has an NPath complexity of 1350, current threshold is 200

Check warning on line 156 in exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBCreateCollection.java

See this annotation in the file changed.

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

exist-core/src/main/java/org/exist/xquery/functions/xmldb/XMLDBCreateCollection.java#L156

Avoid throwing raw exception types.