ec2-plugin
ec2-plugin copied to clipboard
Cleanup
Small code cleanup:
- Use
final
if it's possible - Use
isEmtpy()
instead oflength comparison
- Use CONSTANTS instead of 'magic numbers'
Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests.
@Jimilian thanks for this PR. Please help resolve conflicts on this. I will review and merge promptly if you can do so.
@johnnyshields I had solved conflicts
@francisu this one looks good to me, please review and merge
Hi, looks like there are some more conflicts, sorry about that. Also, can you change back the import *'s. In general, I think it's better to have a separate import for each class. If you do these things, then I will merge it quickly. Thanks for the cleanup, it's nice.