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

Fix NPE on incoming DataTransferRequest #122

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Fix NPE on incoming DataTransferRequest #122

merged 1 commit into from
Sep 24, 2020

Conversation

TomMarkuske
Copy link
Contributor

DataTransferRequests can be both initiated by the charge point as well
as the central system.

Using the ClientCoreProfile, a received DataTransferRequest cannot be
handled because the owning profile is unset.

Fix this by setting the owning profile.

DataTransferRequests can be both initiated by the charge point as well
as the central system.

Using the ClientCoreProfile, a received DataTransferRequest cannot be
handled because the owning profile is unset.

Fix this by setting the owning profile.
@codecov-commenter
Copy link

Codecov Report

Merging #122 into master will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #122   +/-   ##
=========================================
  Coverage     41.53%   41.53%           
  Complexity      911      911           
=========================================
  Files           220      220           
  Lines          4355     4355           
  Branches        437      437           
=========================================
  Hits           1809     1809           
  Misses         2438     2438           
  Partials        108      108           

@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.781% when pulling 60c134e on TomMarkuske:master into 9e8f2c0 on ChargeTimeEU:master.

@TVolden TVolden merged commit 3b41c63 into ChargeTimeEU:master Sep 24, 2020
@TVolden
Copy link
Member

TVolden commented Sep 24, 2020

Hi @TomMarkuske,

Thanks for the contribution. It's merged in.

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.

4 participants