✨ [Core] Implemented StorableNotFoundException#4042
Draft
Coduz wants to merge 3 commits intoeclipse-kapua:developfrom
Draft
✨ [Core] Implemented StorableNotFoundException#4042Coduz wants to merge 3 commits intoeclipse-kapua:developfrom
Coduz wants to merge 3 commits intoeclipse-kapua:developfrom
Conversation
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
|
c4e607c to
cb0339b
Compare
cb0339b to
a4b5ed2
Compare
36e6ca2 to
da423fb
Compare
da423fb to
6439a59
Compare
6439a59 to
29d41ce
Compare
4add479 to
cecd3cc
Compare
cecd3cc to
8bc723a
Compare
b9e0d51 to
4fb55aa
Compare
5e5def2 to
c0d346e
Compare
c0d346e to
57ec2ea
Compare
83c6e78 to
2786994
Compare
2786994 to
dde4b58
Compare
dde4b58 to
184571f
Compare
184571f to
a2eccdc
Compare
a2eccdc to
af6ed87
Compare
f3b75e7 to
688bd02
Compare
688bd02 to
89ec242
Compare
89ec242 to
517ab47
Compare
517ab47 to
f2b7307
Compare
f2b7307 to
b5ec3a2
Compare
b5ec3a2 to
8b81e9f
Compare
8b81e9f to
aee7525
Compare
Signed-off-by: Alberto Codutti <[email protected]>
Signed-off-by: Alberto Codutti <[email protected]>
… resources Signed-off-by: Alberto Codutti <[email protected]>
aee7525 to
97acd9c
Compare
This file contains hidden or 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
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