Index: Riskeer/Common/src/Riskeer.Common.Forms/Exceptions/RoundedDoubleParsingException.cs =================================================================== diff -u -r9111b22be47e41193ab7bd5d3e1c06aa8dffee1a -rf6c562bc3149a712f55634390b61025969269c92 --- Riskeer/Common/src/Riskeer.Common.Forms/Exceptions/RoundedDoubleParsingException.cs (.../RoundedDoubleParsingException.cs) (revision 9111b22be47e41193ab7bd5d3e1c06aa8dffee1a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Exceptions/RoundedDoubleParsingException.cs (.../RoundedDoubleParsingException.cs) (revision f6c562bc3149a712f55634390b61025969269c92) @@ -1,20 +1,23 @@ // Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // -// This file is part of DiKErnel. -// -// DiKErnel is free software: you can redistribute it and/or modify it under the terms of the -// GNU Lesser General Public License as published by the Free Software Foundation, either -// version 3 of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; -// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// See the GNU Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public License along with this -// program. If not, see . -// -// All names, logos, and references to "Deltares" are registered trademarks of Stichting -// Deltares and remain full property of Stichting Deltares at all times. All rights reserved. +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. using System; using System.Runtime.Serialization; Index: Riskeer/Piping/src/Riskeer.Piping.Data/PipingScenarioConfigurationPerFailureMechanismSection.cs =================================================================== diff -u -raeb1d11ba94248b96212a0adfd5301a080e242c7 -rf6c562bc3149a712f55634390b61025969269c92 --- Riskeer/Piping/src/Riskeer.Piping.Data/PipingScenarioConfigurationPerFailureMechanismSection.cs (.../PipingScenarioConfigurationPerFailureMechanismSection.cs) (revision aeb1d11ba94248b96212a0adfd5301a080e242c7) +++ Riskeer/Piping/src/Riskeer.Piping.Data/PipingScenarioConfigurationPerFailureMechanismSection.cs (.../PipingScenarioConfigurationPerFailureMechanismSection.cs) (revision f6c562bc3149a712f55634390b61025969269c92) @@ -26,7 +26,7 @@ namespace Riskeer.Piping.Data { /// - /// This class holds the information of the scenario configuration of the . + /// This class holds the information of the scenario configuration of the of piping. /// public class PipingScenarioConfigurationPerFailureMechanismSection : ScenarioConfigurationPerFailureMechanismSection { Index: Riskeer/Piping/test/Riskeer.Piping.Data.Test/PipingScenarioConfigurationPerFailureMechanismSectionTest.cs =================================================================== diff -u -raeb1d11ba94248b96212a0adfd5301a080e242c7 -rf6c562bc3149a712f55634390b61025969269c92 --- Riskeer/Piping/test/Riskeer.Piping.Data.Test/PipingScenarioConfigurationPerFailureMechanismSectionTest.cs (.../PipingScenarioConfigurationPerFailureMechanismSectionTest.cs) (revision aeb1d11ba94248b96212a0adfd5301a080e242c7) +++ Riskeer/Piping/test/Riskeer.Piping.Data.Test/PipingScenarioConfigurationPerFailureMechanismSectionTest.cs (.../PipingScenarioConfigurationPerFailureMechanismSectionTest.cs) (revision f6c562bc3149a712f55634390b61025969269c92) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using NUnit.Framework; using Riskeer.Common.Data.FailureMechanism; using Riskeer.Common.Data.TestUtil; @@ -30,17 +29,6 @@ public class PipingScenarioConfigurationPerFailureMechanismSectionTest { [Test] - public void Constructor_SectionNull_ThrowsArgumentNullException() - { - // Call - void Call() => new PipingScenarioConfigurationPerFailureMechanismSection(null); - - // Assert - var exception = Assert.Throws(Call); - Assert.AreEqual("section", exception.ParamName); - } - - [Test] public void Constructor_ExpectedValues() { // Setup