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

Refactor to Optimize processing of the Location Hierarchy #14

Merged
merged 5 commits into from
Sep 28, 2023

Clean up

a00cbfd
Select commit
Loading
Failed to load commit list.
Merged

Refactor to Optimize processing of the Location Hierarchy #14

Clean up
a00cbfd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codacy Production / Codacy Static Code Analysis succeeded Sep 28, 2023 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
           

Complexity increasing per file
==============================
- src/test/java/org/smartregister/model/location/utils/TestUtils.java  6
- src/main/java/org/smartregister/utils/Utils.java  3
         

Complexity decreasing per file
==============================
+ src/main/java/org/smartregister/model/location/TreeNode.java  -7
+ src/main/java/org/smartregister/model/location/Tree.java  -9
+ src/main/java/org/smartregister/model/location/LocationHierarchyTree.java  -1
         

See the complete overview on Codacy