stable

Clone or download

Read-only

Refactoring: better SRP

No functionnal changes. In order to better express the intent of the contract, interface should not expose too much responsibilities. It is then easier to add new functionnalities without having empty stubs or too big commit. Part of story #12537 configure my burndown/up & sprint with a start date & end date Change-Id: I8095daeb9230b8c918b5bf9d9644bc092f59b6df

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +4 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldsFactory.class.php +3 −1 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/IDuplicateSemantic.php +40 −0 Go to diff View file
R plugins/tracker/include/Tracker/Semantic/IRetrieveSemantic.class.php Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +5 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +5 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +5 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +5 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +5 −2 Go to diff View file