stable

Clone or download

Read-only

Refactoring: improve type hinting

No functional changes. - First of all, IRetrieveSemanticFromXML is now named IBuildSemanticFromXML to better reflect the intent. - Type hint is added and obsolete docblock is removed. - Add missing inheritance for TooltipFactory. - proper parameter name in snake case. - remove unused legacy mock builder. Part of story #12537 configure my burndown/up & sprint with a start date & end date Change-Id: If9acddebac7ac53f2eab6935e42994c1a3315c84

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +5 −13 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardPluginTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/FormElement/MessageFetcherTest.php +16 −8 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldsFactory.class.php +3 −12 Go to diff View file
R plugins/tracker/include/Tracker/Semantic/IRetrieveSemanticFromXML.class.php Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilder.php +5 −14 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +36 −24 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +5 −13 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +5 −13 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +6 −14 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +5 −13 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php +17 −23 Go to diff View file
M plugins/tracker/tests/TrackerFactoryTest.php +0 −1 Go to diff View file
M plugins/tracker/tests/Tracker_SemanticFactoryTest.php +15 −23 Go to diff View file
D plugins/tracker/tests/builders/aMockSemanticStatusFactory.php +0 −68 Go to diff View file
D plugins/tracker/tests/builders/aMockSemanticTitleFactory.php +0 −48 Go to diff View file