Changes

Summary

  1. - add comment to all #emitValue: methods - add comments to all (details)
Commit f7c888e7e98d7d0cabf36367ae695a87d06f0e0c by marcus.denker
- add comment to all #emitValue: methods - add comments to all
emitStore: methods - add comment for 'Object new' in #emitStore: - fix
type: refletive -> reflective - move all the duplicated code from
ExampleSlotWithDefaultValue and LazySlot to AbstractInitializedSlot
(class names needs to be improved)
fixes #3300
The file was modifiedsrc/Slot-Examples/BooleanSlot.class.st (diff)
The file was modifiedsrc/Slot-Core/Slot.class.st (diff)
The file was modifiedsrc/Slot-Tests/BooleanSlotTest.class.st (diff)
The file was modifiedsrc/Slot-Tests/ExampleSlotWithStateTest.class.st (diff)
The file was modifiedsrc/Slot-Examples/UnlimitedInstanceVariableSlot.class.st (diff)
The file was modifiedsrc/Slot-Examples/ProcessLocalSlot.class.st (diff)
The file was modifiedsrc/Slot-Examples/ExampleSlotWithDefaultValue.class.st (diff)
The file was modifiedsrc/Slot-Tests/UnlimitedInstanceVariableSlotTest.class.st (diff)
The file was addedsrc/Slot-Examples/AbstractInitializedSlot.class.st
The file was modifiedsrc/Slot-Core/InstanceVariableSlot.class.st (diff)
The file was modifiedsrc/Slot-Examples/RelationSlot.class.st (diff)
The file was modifiedsrc/Spec-Core/SpecObservableSlot.class.st (diff)
The file was modifiedsrc/Slot-Examples/LazySlot.class.st (diff)
The file was modifiedsrc/Slot-Tests/ExampleSlotWithDefaultValueTest.class.st (diff)
The file was modifiedsrc/Slot-Examples/WeakSlot.class.st (diff)
The file was modifiedsrc/Slot-Tests/LazySlotTest.class.st (diff)
The file was modifiedsrc/Slot-Examples/ComputedSlot.class.st (diff)
The file was modifiedsrc/Slot-Examples/PropertySlot.class.st (diff)