9400dec29660cdbc53485a7b789feb77e84a2c39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private shouldRemove(actorEntry ActorBaseEntry<?>, toRemove Set<ActorBaseEntry<?>>) : boolean extracted from private cleanupActors(shutdownAll boolean) : Task in class cloud.orbit.actors.runtime.DefaultLocalObjectsCleaner | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pendingDeactivations : ConcurrentHashSet<ActorBaseEntry<?>> to pendingDeactivations : Set<ActorBaseEntry<?>> in class cloud.orbit.actors.runtime.DefaultLocalObjectsCleaner | From | To |