-
Notifications
You must be signed in to change notification settings - Fork 8
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
Inefficient Usages of Java Collections #134
base: main
Are you sure you want to change the base?
Conversation
We highly welcome your contribution! Thank you! |
Fix a bug in allocation statement
Hi, thank you for your contribution! :D The majority of them are correct. |
So happy to accept your confirmation. Ditto did not consider the transformations of variable types. The transformations might introduce compile errors. We will improve Ditto and fix it. |
Hi,
We find that there are several inefficient usages of Java Collections:
We discovered the above inefficient usages of containers by our tool Ditto. The patch is submitted. Could you please check and accept it? We have tested the patch on our PC. The patched program works well.
Bests
Ditto