-
Notifications
You must be signed in to change notification settings - Fork 160
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
✨ [Core] Implemented StorableNotFoundException #4042
Draft
Coduz
wants to merge
4
commits into
eclipse:develop
Choose a base branch
from
Coduz:feat-returnNotNullStorable
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4042 +/- ##
==============================================
+ Coverage 0 16.67% +16.67%
- Complexity 0 22 +22
==============================================
Files 0 2017 +2017
Lines 0 52221 +52221
Branches 0 4415 +4415
==============================================
+ Hits 0 8707 +8707
- Misses 0 43110 +43110
- Partials 0 404 +404
|
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
2 times, most recently
from
May 23, 2024 09:04
c4e607c
to
cb0339b
Compare
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
from
June 6, 2024 09:28
cb0339b
to
a4b5ed2
Compare
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
2 times, most recently
from
June 25, 2024 14:03
36e6ca2
to
da423fb
Compare
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
from
September 23, 2024 14:44
da423fb
to
6439a59
Compare
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
from
October 8, 2024 08:06
6439a59
to
29d41ce
Compare
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
from
October 28, 2024 15:18
29d41ce
to
4add479
Compare
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
… resources Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
Coduz
force-pushed
the
feat-returnNotNullStorable
branch
from
October 31, 2024 15:13
4add479
to
cecd3cc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a new StorableNotFoundException meant to be thrown when a Storable is not found.
This exception is similar to KapuaEntityNotFountException, but for Storable classes.
Related Issue
None
Description of the solution adopted
Screenshots
None
Any side note on the changes made
None