quartz-scheduler / quartz

Code for Quartz Scheduler
http://www.quartz-scheduler.org
Apache License 2.0
6.31k stars 1.94k forks source link

Refactor branch 2.5, clean code #1206

Closed bcode2 closed 1 month ago

bcode2 commented 1 month ago

This PR...

Fixes issue #

Changes

refactor: replace while loop with enhanced for loop refactor: language migration; simplify maps operations style: improve visibility change l by L for long literals refactor: replace addAll() with parameterized constructor refactor: set serialVersionUID fields as static and final refactor: language migration, remove unnecessary boxing refactor: language migration, use lambda expression to simplify code and remove unused imports refactor: remove redundant variable declaration performance: language migration refactor: simplify boolean expression


Checklist

jhouserizer commented 1 month ago

Can you help me understand where this all stands at this point?

bcode2 commented 1 month ago

Can you help me understand where this all stands at this point?

Hi @jhouserizer give me a second . I guess I have already addressed all comments. Will rollback one of those that are still unfixed to allow you to merge it. In another smaller PR will try to fix those referenced by @chrisdennis and @melloware

bcode2 commented 1 month ago

Well @jhouserizer , @chrisdennis I guess everything has been solved