Open eMaringolo opened 1 year ago
TonelLoaderStrategy>>#copyFor: aLoader calls setLoader: which reinitializes receiver unnecessarily.
TonelLoaderStrategy>>#copyFor: aLoader
setLoader:
This also requires modifying #new and #for: on the class side.
#new
#for:
TonelLoaderStrategy>>#copyFor: aLoader
callssetLoader:
which reinitializes receiver unnecessarily.This also requires modifying
#new
and#for:
on the class side.