-
Notifications
You must be signed in to change notification settings - Fork 254
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: introduce null checks in manager #2816
refactor: introduce null checks in manager #2816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #2816 +/- ##
==========================================
- Coverage 66.11% 66.07% -0.05%
==========================================
Files 999 999
Lines 20200 20176 -24
Branches 1181 1181
==========================================
- Hits 13355 13331 -24
Misses 6356 6356
Partials 489 489
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor thing in the test, please resolve conflicts so we can merge
...rc/test/java/org/eclipse/edc/connector/transfer/transfer/TransferProcessManagerImplTest.java
Show resolved
Hide resolved
...ore/src/main/java/org/eclipse/edc/connector/transfer/process/TransferProcessManagerImpl.java
Outdated
Show resolved
Hide resolved
...pse/edc/connector/provision/azure/blob/ObjectStorageConsumerResourceDefinitionGenerator.java
Outdated
Show resolved
Hide resolved
...edc/connector/provision/azure/blob/ObjectStorageConsumerResourceDefinitionGeneratorTest.java
Outdated
Show resolved
Hide resolved
...ain/java/org/eclipse/edc/connector/provision/gcp/GcsConsumerResourceDefinitionGenerator.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/edc/connector/provision/gcp/GcsConsumerResourceDefinitionGeneratorTest.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/edc/connector/service/transferprocess/TransferProcessEventDispatchTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Lallu Anthoor <lallu.anthoor@sap.com>
572e83e
to
5a51473
Compare
5a51473
to
a3b3562
Compare
@ndr-brt @jimmarino I need a bit more time to cleanup the other manager. I will set the PR to "Ready for review" once done. Thank you for your reviews. |
Could not find anything to refactor in |
@lanthoor Please mark the comments as resolved and we can approve once done. Thx |
@jimmarino done |
@jimmarino I do not have edit rights to the repo. Could you add the label |
@lanthoor thanks! |
* refactor: null check in TransferProcessManager Signed-off-by: Lallu Anthoor <lallu.anthoor@sap.com> * review comments --------- Signed-off-by: Lallu Anthoor <lallu.anthoor@sap.com>
* refactor: null check in TransferProcessManager Signed-off-by: Lallu Anthoor <lallu.anthoor@sap.com> * review comments --------- Signed-off-by: Lallu Anthoor <lallu.anthoor@sap.com>
What this PR changes/adds
policy
inTransferProcessManager
Why it does that
To avoid redundant null checks from collaborators of the managers.
Further notes
N/A
Linked Issue(s)
Closes #2225
Checklist
no-changelog
)