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

Set initial array list size #1062

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Set initial array list size #1062

merged 1 commit into from
Jun 13, 2024

Conversation

justin-tay
Copy link
Contributor

Sets the initial size of the ArrayList to the expected size when known.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 78.65%. Comparing base (48ca3c2) to head (003f95d).
Report is 25 commits behind head on master.

Files Patch % Lines
.../java/com/networknt/schema/UnionTypeValidator.java 50.00% 0 Missing and 2 partials ⚠️
...java/com/networknt/schema/NotAllowedValidator.java 66.66% 1 Missing ⚠️
...n/java/com/networknt/schema/RequiredValidator.java 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1062      +/-   ##
============================================
- Coverage     78.90%   78.65%   -0.25%     
- Complexity     1965     2018      +53     
============================================
  Files           172      190      +18     
  Lines          6352     6536     +184     
  Branches       1255     1244      -11     
============================================
+ Hits           5012     5141     +129     
- Misses          867      923      +56     
+ Partials        473      472       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevehu stevehu merged commit d92caed into networknt:master Jun 13, 2024
4 checks passed
@justin-tay justin-tay deleted the listsize branch June 13, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants