Skip to content

Adds mbean server to track trigger states

Codacy Production / Codacy Static Code Analysis required action May 14, 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 172 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#L172

Avoid unused method parameters such as 'txn'.

Check warning on line 176 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#L176

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