-
Notifications
You must be signed in to change notification settings - Fork 607
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
Defect/mcp forms/npe on multifield #3265
Defect/mcp forms/npe on multifield #3265
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3265 +/- ##
===========================================
+ Coverage 1.34% 1.78% +0.43%
- Complexity 44 100 +56
===========================================
Files 721 721
Lines 29527 29530 +3
Branches 3838 3840 +2
===========================================
+ Hits 397 526 +129
+ Misses 29114 28966 -148
- Partials 16 38 +22 ☔ View full report in Codecov by Sentry. |
3c3f13e
to
cfea1f7
Compare
Well, codeclimate is complaining about the license header, even though I used |
Look at #2500. |
Thank you. I'll keep things simple and change the copyright line to say Adobe. I agree it would be better if there was some clear indication about it, though. |
ValueMaps should never contain null values. They should not report a key as present if there is no corresponding value.
ValueMaps should never contain null values. They should not report a key as present if there is no corresponding value.
cfea1f7
to
6b2b554
Compare
abbf3b2
into
Adobe-Consulting-Services:master
#3264 Make sure no null values are added to ValueMaps.
I had to add some new dependencies because JUnit 4 tests are not currently picked up by JUnit 5, but the JUnit 5 versions of some testing utilities were missing. You probably want to include the "junit-vintage" artifact to have the JUnit 5 engine run older tests.