fix: improve lpa string parsing #181
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs/OpenEUICC:improve-lpa-string-parsing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
15b9a90db0
tobb5417d37f
What does this fix?
check
's exceptions are not supposed to be caught. They are intended to function likeassert
schore: improve lpa string parsingto fix: improve lpa string parsingPlease do not use
check{,NotNull}()
for argument contracts. Userequire{,NotNull}()
for them and keep theIllegalArgumentException