Index: Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -179,7 +179,7 @@ /// null. /// Thrown when /// - /// one of the items is null + /// one of the items is null; /// when a duplicate item was found. /// /// Index: Core/Gui/src/Core.Gui/Forms/Project/ProjectExplorer.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Core/Gui/src/Core.Gui/Forms/Project/ProjectExplorer.cs (.../ProjectExplorer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Gui/src/Core.Gui/Forms/Project/ProjectExplorer.cs (.../ProjectExplorer.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -47,8 +47,8 @@ /// are used to draw nodes. /// Thrown when either: /// - /// is null, - /// is null + /// is null; + /// is null. /// /// public ProjectExplorer(IViewCommands viewCommands, IEnumerable treeNodeInfos) Index: Core/Gui/src/Core.Gui/PropertyBag/PropertySpecDescriptor.cs =================================================================== diff -u -rf8025d0857c228f1e02f27d697fab8076f6b1b8d -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Core/Gui/src/Core.Gui/PropertyBag/PropertySpecDescriptor.cs (.../PropertySpecDescriptor.cs) (revision f8025d0857c228f1e02f27d697fab8076f6b1b8d) +++ Core/Gui/src/Core.Gui/PropertyBag/PropertySpecDescriptor.cs (.../PropertySpecDescriptor.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -34,7 +34,8 @@ /// /// ; /// . - /// + /// + /// public class PropertySpecDescriptor : PropertyDescriptor { private readonly PropertySpec item; Index: Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs (.../ForeshoreProfile.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Common/src/Riskeer.Common.Data/DikeProfiles/ForeshoreProfile.cs (.../ForeshoreProfile.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -45,8 +45,8 @@ /// or is null. /// Thrown when: /// - /// any element of is null - /// is null, empty or whitespaces + /// any element of is null; + /// is null, empty or whitespaces. /// /// public ForeshoreProfile(Point2D worldCoordinate, IEnumerable geometry, Index: Riskeer/Common/src/Riskeer.Common.Service/HydraRingInputParser.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Common/src/Riskeer.Common.Service/HydraRingInputParser.cs (.../HydraRingInputParser.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Common/src/Riskeer.Common.Service/HydraRingInputParser.cs (.../HydraRingInputParser.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -49,8 +49,8 @@ /// Parses the breakwater properties of a calculation input object into a object. /// /// A calculation input object that implements . - /// A object, null if - /// is false + /// A object, or null if + /// is false. /// Thrown when the break water type is an invalid value. /// Thrown when the break water type is a valid value, but unsupported. public static HydraRingBreakWater ParseBreakWater(IUseBreakWater input) Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -480,7 +480,8 @@ /// | | /// 10 1 --------------------- 1 /// 0 5 10 15 20 - /// + /// + /// /// Soil layer (2) is defined as shown below: /// /// @@ -490,7 +491,8 @@ /// 17 2 -------- 2 /// /// 0 5 10 15 20 - /// + /// + /// /// /// [Test] @@ -580,7 +582,8 @@ /// / \ /// 10 1 ---------------------- 1 /// 0 5 10 15 20 - /// + /// + /// /// Soil layer two (2) is defined as shown below: /// /// @@ -592,7 +595,8 @@ /// / \ / \ /// 10 2 -------- 2 --- 2 ----- 2 /// 0 5 10 15 20 - /// + /// + /// /// /// [Test] Index: Riskeer/Piping/src/Riskeer.Piping.IO/Configurations/PipingCalculationConfigurationWriter.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Piping/src/Riskeer.Piping.IO/Configurations/PipingCalculationConfigurationWriter.cs (.../PipingCalculationConfigurationWriter.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Piping/src/Riskeer.Piping.IO/Configurations/PipingCalculationConfigurationWriter.cs (.../PipingCalculationConfigurationWriter.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -42,7 +42,8 @@ /// does not consist out of only whitespace characters, /// does not contain an invalid character, /// does not end with a directory or path separator (empty file name). - /// + /// + /// public PipingCalculationConfigurationWriter(string filePath) : base(filePath) {} protected override int GetConfigurationVersion() Index: Riskeer/Piping/src/Riskeer.Piping.KernelWrapper/PipingCalculator.cs =================================================================== diff -u -r59d8231997e44f83fece6166bb46dce97aeec7b8 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Piping/src/Riskeer.Piping.KernelWrapper/PipingCalculator.cs (.../PipingCalculator.cs) (revision 59d8231997e44f83fece6166bb46dce97aeec7b8) +++ Riskeer/Piping/src/Riskeer.Piping.KernelWrapper/PipingCalculator.cs (.../PipingCalculator.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -119,10 +119,10 @@ /// The thickness of the coverage layer. /// Thrown when: /// - /// surface at exit point's x-coordinate is higher than the soil profile - /// surface line is null - /// soil profile is null - /// soil profile's aquifer layer is not set + /// surface at exit point's x-coordinate is higher than the soil profile; + /// surface line is null; + /// soil profile is null; + /// soil profile's aquifer layer is not set. /// /// public double CalculateEffectiveThicknessCoverageLayer() Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationWriter.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationWriter.cs (.../WaveConditionsCalculationConfigurationWriter.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Revetment/src/Riskeer.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationWriter.cs (.../WaveConditionsCalculationConfigurationWriter.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -47,7 +47,8 @@ /// does not consist out of only whitespace characters, /// does not contain an invalid character, /// does not end with a directory or path separator (empty file name). - /// + /// + /// protected WaveConditionsCalculationConfigurationWriter(string filePath) : base(filePath) {} Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfigurationWriter.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfigurationWriter.cs (.../StabilityPointStructuresCalculationConfigurationWriter.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.IO/Configurations/StabilityPointStructuresCalculationConfigurationWriter.cs (.../StabilityPointStructuresCalculationConfigurationWriter.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -42,7 +42,8 @@ /// does not consist out of only whitespace characters, /// does not contain an invalid character, /// does not end with a directory or path separator (empty file name). - /// + /// + /// public StabilityPointStructuresCalculationConfigurationWriter(string filePath) : base(filePath) {} protected override void WriteSpecificStructureParameters(StabilityPointStructuresCalculationConfiguration configuration, XmlWriter writer) Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (.../TestStabilityPointStructure.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (.../TestStabilityPointStructure.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -76,7 +76,7 @@ /// Creates a new instance of . /// /// The name of the structure. - /// + /// The id of the structure. /// The location of the structure. /// Thrown when /// is null. Index: Riskeer/StabilityStoneCover/src/Riskeer.StabilityStoneCover.IO/Exporters/StabilityStoneCoverWaveConditionsExporter.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/StabilityStoneCover/src/Riskeer.StabilityStoneCover.IO/Exporters/StabilityStoneCoverWaveConditionsExporter.cs (.../StabilityStoneCoverWaveConditionsExporter.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/StabilityStoneCover/src/Riskeer.StabilityStoneCover.IO/Exporters/StabilityStoneCoverWaveConditionsExporter.cs (.../StabilityStoneCoverWaveConditionsExporter.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -37,7 +37,7 @@ /// /// Creates a new instance of . /// - /// + /// The objects to export. /// The file path to export to. /// for getting the target probability to use. /// Thrown when or Index: Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryLocationCreateExtensions.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -ra36e7673d58b82e24d3689c51a99d5919beacf9c --- Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryLocationCreateExtensions.cs (.../HydraulicBoundaryLocationCreateExtensions.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Storage/src/Riskeer.Storage.Core/Create/HydraulicBoundaryLocationCreateExtensions.cs (.../HydraulicBoundaryLocationCreateExtensions.cs) (revision a36e7673d58b82e24d3689c51a99d5919beacf9c) @@ -38,7 +38,7 @@ /// The object keeping track of create operations. /// Index at which this instance resides inside its parent container. /// A new . - /// Thrown when or + /// Thrown when or /// is null. internal static HydraulicLocationEntity Create(this HydraulicBoundaryLocation location, PersistenceRegistry registry, int order) {