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

Make BaseOrListParam and BaseParam visible outside of the package #1710

Merged
merged 1 commit into from May 4, 2020

Conversation

ibacher
Copy link
Contributor

@ibacher ibacher commented Feb 11, 2020

This is just a simple PR to make BaseOrListParam and BaseParam visible outside the ca.uhn.fhir.rest.param package similar to how BaseAndListParam is. This is useful for creating more generic APIs.

@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #1710 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1710      +/-   ##
============================================
+ Coverage     79.52%   79.52%   +<.01%     
- Complexity    13531    13532       +1     
============================================
  Files           945      945              
  Lines         51383    51383              
  Branches       8304     8304              
============================================
+ Hits          40862    40863       +1     
+ Misses         7337     7336       -1     
  Partials       3184     3184
Impacted Files Coverage Δ Complexity Δ
...n/java/ca/uhn/fhir/rest/param/BaseOrListParam.java 92.85% <100%> (ø) 6 <1> (ø) ⬇️
...rc/main/java/ca/uhn/fhir/rest/param/BaseParam.java 90.47% <100%> (ø) 13 <1> (ø) ⬇️
.../java/ca/uhn/fhir/rest/param/QualifierDetails.java 76.66% <0%> (+1.66%) 26% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5c1e31...ef82800. Read the comment docs.

@jamesagnew jamesagnew merged commit 41c715d into hapifhir:master May 4, 2020
jamesagnew added a commit that referenced this pull request May 4, 2020
@ibacher ibacher deleted the base_param_visibility branch March 31, 2022 12:52
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.

None yet

2 participants