Skip to content
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

Yoonsoo #758

Closed
wants to merge 12 commits into from
Closed

Yoonsoo #758

wants to merge 12 commits into from

Conversation

YoonsooChang
Copy link

No description provided.

YoonsooChang and others added 12 commits May 27, 2020 01:49
…erface To Abstract class And Move Same Codes From Child Classes To Parent. Extract Methods From Scheduling Methods Of HashedWheelScheduler. Added 'final' Keyword To Few Parameters And Local Variables.
Refactoring Scheduler Package => Changed CancelableScheduler From Int…
Revert "Refactoring Scheduler Package => Changed CancelableScheduler From Int…"
 - Duplicate Code > HashedWheelScheduler, HashedWheelTimeoutScheduler
  : Changed CancelableScheduler From Interface To Abstract Class Moving Same Codes From Child Classes(HashedWheel) To Parent(Cancelable). 
- Extract Methods > addScheduledFuture
: Extract duplicated codes from Overrided Funtion HashedWheelScheduler Class 
- MethodArgumentCouldBeFinal  > CancelableScheduler
: Put final Keywords to local variable in CancelableScheduler class.
1. rename, extract constants, extract methods
2. 
namespace/Namespace.java/sendAck(AckRequest)
annotation/OnConnectScanner.java/validate(Method, Class<?>)
annotation/OnDisConnectScanner.java/validate(Method, Class<?>)
annotation/AnnotationScanner.java/validate(Method, Class<?>)
annotation/OnConnectScanner.java/validate(Method, Class<?>)
annotation/OnDisConnectScanner.java/validate(Method, Class<?>)
annotation/OnEventScanner.java/validate(Method, Class<?>)
store/pubsub/BaseStoreFactory.java/init()/subscribe(CONNECT)
store/pubsub/BaseStoreFactory.java/init()/subscribe(DISPATCH)
store/pubsub/BaseStoreFactory.java/init()/subscribe(LEAVE)
store/RedissonPubSubStore.java/subscribe(PubSubType, PubSubListener<T>...)
store/RedissonPubSubStore.java/unsubscribe(PubSubType)
Configuration.java
3. to increase readability
1. rename, extract constants, extract methods
2. 
namespace/Namespace.java/sendAck(AckRequest)
annotation/OnConnectScanner.java/validate(Method, Class<?>)
annotation/OnDisConnectScanner.java/validate(Method, Class<?>)
annotation/AnnotationScanner.java/validate(Method, Class<?>)
annotation/OnConnectScanner.java/validate(Method, Class<?>)
annotation/OnDisConnectScanner.java/validate(Method, Class<?>)
annotation/OnEventScanner.java/validate(Method, Class<?>)
store/pubsub/BaseStoreFactory.java/init()/subscribe(CONNECT)
store/pubsub/BaseStoreFactory.java/init()/subscribe(DISPATCH)
store/pubsub/BaseStoreFactory.java/init()/subscribe(LEAVE)
store/RedissonPubSubStore.java/subscribe(PubSubType, PubSubListener<T>...)
store/RedissonPubSubStore.java/unsubscribe(PubSubType)
Configuration.java
3. to increase readability
pull request after refactoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants