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

Issue #4890 trigger leak analysis #5295

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Disable triggers during restore

f301b5f
Select commit
Loading
Failed to load commit list.
Draft

Issue #4890 trigger leak analysis #5295

Disable triggers during restore
f301b5f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 27, 2024 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
======
+ Solved 3
- Added 2
           

Complexity increasing per file
==============================
- exist-core/src/main/java/org/exist/collections/triggers/XQueryTriggerMBeanImpl.java  3
         

See the complete overview on Codacy

Annotations

Check warning on line 174 in exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java

See this annotation in the file changed.

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

exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java#L174

Avoid unused method parameters such as 'txn'.

Check warning on line 178 in exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java

See this annotation in the file changed.

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

exist-core/src/main/java/org/exist/collections/triggers/TriggerStatePerThread.java#L178

Avoid unused private methods such as 'initStates(Txn)'.