Skip to content

[bugfix] restore support for declare option exist:timeout "-1" to dis…

7c37dd3
Select commit
Loading
Failed to load commit list.
Open

fix: restore support for declare option exist:timeout "-1" to disable timeout #6081

[bugfix] restore support for declare option exist:timeout "-1" to dis…
7c37dd3
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 13, 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/test/java/org/exist/xquery/XQueryWatchDogTest.java  8
         

See the complete overview on Codacy

Annotations

Check warning on line 49 in exist-core/src/test/java/org/exist/xquery/XQueryWatchDogTest.java

See this annotation in the file changed.

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

exist-core/src/test/java/org/exist/xquery/XQueryWatchDogTest.java#L49

You should not modify visibility of constructors, methods or fields using setAccessible()

Check warning on line 98 in exist-core/src/test/java/org/exist/xquery/XQueryWatchDogTest.java

See this annotation in the file changed.

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

exist-core/src/test/java/org/exist/xquery/XQueryWatchDogTest.java#L98

JUnit tests should include assert() or fail()