stable

Clone or download

Read-only

refactor: remove inheritance to InitialChangesetCreatorBase

part of: story #24969 [modal] add and remove links without types No functional change expected Use composition instead of inheritance. Change-Id: I2f452d66d1f8a466f14c12a63b8226c653566499

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php +32 −14 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php +20 −3 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/CreateInitialChangeset.php +48 −0 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.class.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetAtGivenDateCreator.class.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/SaveInitialChangesetValue.php +39 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Creation/TrackerArtifactCreator.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +21 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +5 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +5 −2 Go to diff View file
R plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php Go to diff View file
A plugins/tracker/tests/unit/Stub/CreateInitialChangesetStub.php +64 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/TrackerArtifactCreatorTest.php +45 −52 Go to diff View file