-
Notifications
You must be signed in to change notification settings - Fork 267
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
Extract unnecessary logic out of the synchronized #2938
base: master
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
02c6285
to
be1a51f
Compare
@asoto-iov , could you elaborate a bit on why you did those extra changes? Why not just moving that one line outside the |
rskj-core/src/main/java/org/ethereum/util/TransactionArgumentsUtil.java
Outdated
Show resolved
Hide resolved
Just removing the parameter processing out of the synchronized block. |
Co-authored-by: Vovchyk <[email protected]>
Quality Gate passedIssues Measures |
but why wasn't it enough to move one line up to have that param processing outside the block? Did you try to fix anything else besides that? or was it just refactoring attempt? |
LGTM, after discussing this |
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: