stable

Clone or download

Read-only

Rename Check -> Verify interfaces

part of request #23488 Improve errors in Program management As per our glossary, interfaces that return a boolean value should be named "Verify<something>". It will help us find interfaces we need. No functional change expected Change-Id: Id4fb0031657ff18719dafcaef7166efb02bee3d3

Modified Files

Name
R plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/RequiredFieldChecker.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/SemanticChecker.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php Go to diff View file
R plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureDAO.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php +3 −3 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureChecker.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/TimeboxCreatorChecker.php +6 −6 Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckRequiredField.php Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckSemantic.php Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckStatus.php Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckWorkflow.php Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +3 −3 Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/CheckFeatureIsPlannedInProgramIncrement.php Go to diff View file
M plugins/program_management/include/Domain/Service/ProjectServiceBeforeActivationHandler.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +5 −5 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +5 −5 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +14 −14 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +2 −2 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +29 −29 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +5 −5 Go to diff View file
R plugins/program_management/tests/unit/Stub/CheckFeatureIsPlannedInProgramIncrementStub.php Go to diff View file