Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/IStructureCalculationEntityReadExtensions.cs =================================================================== diff -u -rbce62ec6102f15b0dbb1328fd9d14063fd21c978 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/IStructureCalculationEntityReadExtensions.cs (.../IStructureCalculationEntityReadExtensions.cs) (revision bce62ec6102f15b0dbb1328fd9d14063fd21c978) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/IStructureCalculationEntityReadExtensions.cs (.../IStructureCalculationEntityReadExtensions.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -42,7 +42,7 @@ /// The entity. /// The input object to update. /// The object keeping track of read operations. - /// Thrown when + /// Thrown when /// or is null. public static void Read(this IStructuresCalculationEntity entity, StructuresInputBase inputToUpdate, Index: Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqliteCreator.cs =================================================================== diff -u -rf62076c7d8b6a65856fbab6a1b34b4234aa319e5 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqliteCreator.cs (.../StorageSqliteCreator.cs) (revision f62076c7d8b6a65856fbab6a1b34b4234aa319e5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqliteCreator.cs (.../StorageSqliteCreator.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -39,7 +39,7 @@ /// . /// /// Path of the new database file. - /// Thrown when either: + /// Thrown when either: /// /// is invalid /// points to an existing file Index: Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs =================================================================== diff -u -r49c5da81f49a23dd6e66526d264a08bf510e6963 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs (.../RoundedDouble.cs) (revision 49c5da81f49a23dd6e66526d264a08bf510e6963) +++ Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs (.../RoundedDouble.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -54,7 +54,7 @@ /// /// The number of decimal places. /// The value to initialize the instance with. - /// + /// /// Thrown when is not in range [0, ]. /// public RoundedDouble(int numberOfDecimalPlaces, double value = 0.0) @@ -210,7 +210,7 @@ /// Validates . /// /// The new value for . - /// + /// /// Thrown when is not in range [0, 15]. /// private static void ValidateNumberOfDecimalPlaces(int numberOfDecimalPlaces) Index: Core/Common/src/Core.Common.Base/Geometry/Point2D.cs =================================================================== diff -u -rf08fd5cc1482a6c706bdb04d46b6482d489b7c5b -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Base/Geometry/Point2D.cs (.../Point2D.cs) (revision f08fd5cc1482a6c706bdb04d46b6482d489b7c5b) +++ Core/Common/src/Core.Common.Base/Geometry/Point2D.cs (.../Point2D.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -119,7 +119,7 @@ /// /// The second point. /// A value of 0 or greater. - /// Thrown when is null. + /// Thrown when is null. public double GetEuclideanDistanceTo(Point2D secondPoint) { if (secondPoint == null) Index: Core/Common/src/Core.Common.Base/Storage/IStoreProject.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Base/Storage/IStoreProject.cs (.../IStoreProject.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Base/Storage/IStoreProject.cs (.../IStoreProject.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -46,7 +46,7 @@ /// Arguments required to connect to the storage. /// Thrown when not project has been staged /// before calling this method. - /// is invalid. + /// is invalid. /// Thrown when no new storage was created. /// Thrown when /// @@ -63,7 +63,7 @@ /// /// Arguments required to connect to the storage. /// Returns a new instance of with the data from the storage or null when not found. - /// is invalid. + /// is invalid. /// Thrown when /// /// is invalid. Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderAttribute.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderAttribute.cs (.../DynamicPropertyOrderAttribute.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderAttribute.cs (.../DynamicPropertyOrderAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -46,7 +46,7 @@ /// The order of the property. /// Thrown when /// does not correspond to a public property of . - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static int PropertyOrder(object obj, string propertyName) Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderEvaluationMethodAttribute.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderEvaluationMethodAttribute.cs (.../DynamicPropertyOrderEvaluationMethodAttribute.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicPropertyOrderEvaluationMethodAttribute.cs (.../DynamicPropertyOrderEvaluationMethodAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -47,7 +47,7 @@ /// /// The object instance declaring the evaluation method. /// The delegate. - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static PropertyOrder CreatePropertyOrderMethod(object target) Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyAttribute.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyAttribute.cs (.../DynamicReadOnlyAttribute.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyAttribute.cs (.../DynamicReadOnlyAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -47,7 +47,7 @@ /// True if the property is read-only, false otherwise. /// Thrown when /// does not correspond to a public property of . - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static bool IsReadOnly(object obj, string propertyName) Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyValidationMethodAttribute.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyValidationMethodAttribute.cs (.../DynamicReadOnlyValidationMethodAttribute.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicReadOnlyValidationMethodAttribute.cs (.../DynamicReadOnlyValidationMethodAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -47,7 +47,7 @@ /// /// The object instance declaring the validation method. /// The delegate. - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static IsPropertyReadOnly CreateIsReadOnlyMethod(object target) Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleAttribute.cs =================================================================== diff -u -rf08fd5cc1482a6c706bdb04d46b6482d489b7c5b -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleAttribute.cs (.../DynamicVisibleAttribute.cs) (revision f08fd5cc1482a6c706bdb04d46b6482d489b7c5b) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleAttribute.cs (.../DynamicVisibleAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -47,7 +47,7 @@ /// True if the property is visible, false otherwise. /// Thrown when /// does not correspond to a public property of . - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static bool IsVisible(object value, string propertyName) Index: Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleValidationMethodAttribute.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleValidationMethodAttribute.cs (.../DynamicVisibleValidationMethodAttribute.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/Attributes/DynamicVisibleValidationMethodAttribute.cs (.../DynamicVisibleValidationMethodAttribute.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -47,7 +47,7 @@ /// /// The object instance declaring the validation method. /// The delegate. - /// Thrown when there isn't a single method + /// Thrown when there isn't a single method /// declared on marked with /// that is matching the signature defined by . public static IsPropertyVisible CreateIsVisibleMethod(object target) Index: Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs =================================================================== diff -u -r49c5da81f49a23dd6e66526d264a08bf510e6963 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 49c5da81f49a23dd6e66526d264a08bf510e6963) +++ Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -245,7 +245,7 @@ /// The path to load a from. /// The loaded from or null if the project /// could not be loaded from . - /// is invalid. + /// is invalid. private IProject LoadProjectFromStorage(string filePath) { IProject loadedProject = null; Index: Core/Common/src/Core.Common.Gui/ContextMenu/ContextMenuBuilder.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/ContextMenu/ContextMenuBuilder.cs (.../ContextMenuBuilder.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Core/Common/src/Core.Common.Gui/ContextMenu/ContextMenuBuilder.cs (.../ContextMenuBuilder.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -54,7 +54,7 @@ /// render items which require this type of information. /// The data object for which to create a . /// The to use while executing the actions. - /// Thrown when the any input argument is null. + /// Thrown when any input argument is null. public ContextMenuBuilder(IApplicationFeatureCommands featureCommandHandler, IImportCommandHandler importCommandHandler, IExportCommandHandler exportCommandHandler, Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs =================================================================== diff -u -rbbcc23e04501f8ab12671031237c756db37b6413 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision bbcc23e04501f8ab12671031237c756db37b6413) +++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -120,7 +120,7 @@ /// /// Gets or sets a value indicating whether or not the main user interface is visible. /// - /// Thrown when no gui has been set using . + /// Thrown when no gui has been set using . public bool Visible { get Index: Core/Common/src/Core.Common.Gui/GuiCore.cs =================================================================== diff -u -rf08fd5cc1482a6c706bdb04d46b6482d489b7c5b -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/GuiCore.cs (.../GuiCore.cs) (revision f08fd5cc1482a6c706bdb04d46b6482d489b7c5b) +++ Core/Common/src/Core.Common.Gui/GuiCore.cs (.../GuiCore.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -77,9 +77,9 @@ /// The project store. /// The project factory. /// The fixed settings. - /// Thrown when another + /// Thrown when another /// instance is running. - /// Thrown when any parameter is null. + /// Thrown when any parameter is null. public GuiCore(IMainWindow mainWindow, IStoreProject projectStore, IProjectFactory projectFactory, GuiCoreSettings fixedSettings) { // error detection code, make sure we use only a single instance of GuiCore at a time Index: Core/Common/src/Core.Common.Gui/PropertyBag/PropertySpec.cs =================================================================== diff -u -rb66269d1c3435557b993a5daa333612017f6ccfd -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Gui/PropertyBag/PropertySpec.cs (.../PropertySpec.cs) (revision b66269d1c3435557b993a5daa333612017f6ccfd) +++ Core/Common/src/Core.Common.Gui/PropertyBag/PropertySpec.cs (.../PropertySpec.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -44,7 +44,7 @@ /// The property information. /// Thrown when is /// an index property. - /// When is null. + /// Thrown when is null. public PropertySpec(PropertyInfo propertyInfo) { if (propertyInfo == null) Index: Core/Common/src/Core.Common.Utils/Reflection/TypeUtils.cs =================================================================== diff -u -rd4213a7531c7effcd982ca96e799c2f8231b7627 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Common/src/Core.Common.Utils/Reflection/TypeUtils.cs (.../TypeUtils.cs) (revision d4213a7531c7effcd982ca96e799c2f8231b7627) +++ Core/Common/src/Core.Common.Utils/Reflection/TypeUtils.cs (.../TypeUtils.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -70,7 +70,7 @@ /// The type of the class on which the expression takes place. /// The expression. /// The string name of the member. - /// Thrown when + /// Thrown when /// is not an expression with a member, such as an expression calling multiple methods. /// Thrown when is null. public static string GetMemberName(Expression> expression) Index: Core/Components/src/Core.Components.Gis/Data/MapPointData.cs =================================================================== diff -u -r7fcd0c3e627c8a69c3b4618c09782321a5b78c2e -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Components/src/Core.Components.Gis/Data/MapPointData.cs (.../MapPointData.cs) (revision 7fcd0c3e627c8a69c3b4618c09782321a5b78c2e) +++ Core/Components/src/Core.Components.Gis/Data/MapPointData.cs (.../MapPointData.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -50,7 +50,7 @@ /// /// The new features to validate. /// Thrown when is null. - /// Thrown when any feature in + /// Thrown when any feature in /// contains multiple point-collections. /// protected override void ValidateFeatures(MapFeature[] featuresToValidate) Index: Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs =================================================================== diff -u -r38ee40c1f98ff4b1921d4de64fd032c8fbcadf92 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs (.../MapPolygonData.cs) (revision 38ee40c1f98ff4b1921d4de64fd032c8fbcadf92) +++ Core/Components/src/Core.Components.Gis/Data/MapPolygonData.cs (.../MapPolygonData.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -50,7 +50,7 @@ /// /// The new features to validate. /// Thrown when is null. - /// Thrown when any feature in + /// Thrown when any feature in /// contains no point-collections. /// protected override void ValidateFeatures(MapFeature[] featuresToValidate) Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs =================================================================== diff -u -r065af7e201b59ec19a17c42e9d772f5e86b31338 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs (.../IFailureMechanism.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs (.../IFailureMechanism.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -69,7 +69,7 @@ /// Adds a to . /// /// The new section. - /// Thrown when cannot + /// Thrown when cannot /// be connected to elements already defined in . void AddSection(FailureMechanismSection section); Index: Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/LogNormalDistribution.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/LogNormalDistribution.cs (.../LogNormalDistribution.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/LogNormalDistribution.cs (.../LogNormalDistribution.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -40,7 +40,7 @@ /// initialized as the standard log-normal distribution (mu=0, sigma=1, theta=0). /// /// The number of decimal places. - /// + /// /// Thrown when is not in range [1, ]. /// public LogNormalDistribution(int numberOfDecimalPlaces) Index: Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/NormalDistribution.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/NormalDistribution.cs (.../NormalDistribution.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/NormalDistribution.cs (.../NormalDistribution.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -40,7 +40,7 @@ /// initialized as the standard normal distribution. /// /// The number of decimal places of the distribution. - /// + /// /// Thrown when is not in range [0, ]. /// public NormalDistribution(int numberOfDecimalPlaces) Index: Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientLogNormalDistribution.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientLogNormalDistribution.cs (.../VariationCoefficientLogNormalDistribution.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientLogNormalDistribution.cs (.../VariationCoefficientLogNormalDistribution.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -39,7 +39,7 @@ /// Initializes a new instance of the class. /// /// The number of decimal places. - /// + /// /// Thrown when is not in range [1, ]. /// public VariationCoefficientLogNormalDistribution(int numberOfDecimalPlaces) Index: Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientNormalDistribution.cs =================================================================== diff -u -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientNormalDistribution.cs (.../VariationCoefficientNormalDistribution.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Probabilistics/VariationCoefficientNormalDistribution.cs (.../VariationCoefficientNormalDistribution.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -39,7 +39,7 @@ /// Initializes a new instance of the class. /// /// The number of decimal places of the distribution. - /// + /// /// Thrown when is not in range [0, ]. /// public VariationCoefficientNormalDistribution(int numberOfDecimalPlaces) Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs =================================================================== diff -u -r8805f03189f521994b42a519bbca7561bf12eb68 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision 8805f03189f521994b42a519bbca7561bf12eb68) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -36,7 +36,7 @@ /// /// The failure mechanism to wrap. /// The owning assessment section of . - /// Thrown when any input argument is null. + /// Thrown when any input argument is null. public FailureMechanismSectionsContext(IFailureMechanism wrappedFailureMechanism, IAssessmentSection assessmentSection) : base(wrappedFailureMechanism) { Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/FailureMechanismSectionsImporter.cs =================================================================== diff -u -r8805f03189f521994b42a519bbca7561bf12eb68 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/FailureMechanismSectionsImporter.cs (.../FailureMechanismSectionsImporter.cs) (revision 8805f03189f521994b42a519bbca7561bf12eb68) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/FailureMechanismSectionsImporter.cs (.../FailureMechanismSectionsImporter.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -59,7 +59,7 @@ /// The failure mechanism to update. /// The reference line used to check correspondence with. /// The path to the file to import from. - /// Thrown when any input argument is null. + /// Thrown when any input argument is null. /// public FailureMechanismSectionsImporter(IFailureMechanism importTarget, ReferenceLine referenceLine, string filePath) : base(filePath, importTarget) { Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/ReferenceLinesMetaReader.cs =================================================================== diff -u -r976633745ebba6acc3ea2bc1acefb53938e60bd8 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/ReferenceLinesMetaReader.cs (.../ReferenceLinesMetaReader.cs) (revision 976633745ebba6acc3ea2bc1acefb53938e60bd8) +++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLines/ReferenceLinesMetaReader.cs (.../ReferenceLinesMetaReader.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -96,7 +96,7 @@ /// Validates the . /// /// The file path to the shape file. - /// Thrown when is invalid. + /// Thrown when is invalid. /// Thrown when does not exist. private static void ValidateFilePath(string shapeFilePath) { Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs =================================================================== diff -u -rd7e204007a0a9e73fdfec7e570a397d4c41a463b -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs (.../RingtoetsTreeNodeInfoFactoryTest.cs) (revision d7e204007a0a9e73fdfec7e570a397d4c41a463b) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/TreeNodeInfos/RingtoetsTreeNodeInfoFactoryTest.cs (.../RingtoetsTreeNodeInfoFactoryTest.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -568,7 +568,7 @@ /// Output: The context corresponding with . /// The failure mechanism the item and context belong to. /// Optional: The name of . - /// + /// private static void CreateCalculationItemAndContext(CalculationItemType type, out ICalculationBase data, out object dataContext, IFailureMechanism failureMechanism, string initialName = null) { switch (type) Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/CriticalProfileProperties.cs =================================================================== diff -u -rfab2798bdc0feb4454b6384aefbe9db3f9a294fb -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/CriticalProfileProperties.cs (.../CriticalProfileProperties.cs) (revision fab2798bdc0feb4454b6384aefbe9db3f9a294fb) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/CriticalProfileProperties.cs (.../CriticalProfileProperties.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -39,7 +39,7 @@ /// went wrong while querying the database. /// /// The from which to obtain the critical properties. - /// Thrown when the values in the database could not be + /// Thrown when the values in the database could not be /// casted to the expected column types. internal CriticalProfileProperties(IRowBasedDatabaseReader reader) { Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs =================================================================== diff -u -rd73c509c93f18a87da76086c871eca2a2c903e12 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision d73c509c93f18a87da76086c871eca2a2c903e12) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/SoilProfile/PipingSoilProfileReader.cs (.../PipingSoilProfileReader.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -49,7 +49,7 @@ /// profiles. /// /// The path of the database file to open. - /// Thrown when: + /// Thrown when: /// /// The contains invalid characters. /// No file could be found at . Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs =================================================================== diff -u -rda35dc04febd3e2d23219523816803040b9d4349 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs (.../PipingSoilProfilesImporter.cs) (revision da35dc04febd3e2d23219523816803040b9d4349) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSoilProfilesImporter.cs (.../PipingSoilProfilesImporter.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -49,7 +49,7 @@ /// /// The collection to update. /// The path to the file to import from. - /// Thrown when is null. + /// Thrown when is null. public PipingSoilProfilesImporter(ObservableList importTarget, string filePath) : base(filePath, importTarget) {} public override bool Import() Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs =================================================================== diff -u -r62d6426f4dc874b8e74a0c3ebe4c3491fa207af1 -r0df7cded06f5afbac08b97e025242ba55c90ec57 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision 62d6426f4dc874b8e74a0c3ebe4c3491fa207af1) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision 0df7cded06f5afbac08b97e025242ba55c90ec57) @@ -64,7 +64,7 @@ /// The import target. /// The reference line. /// The path to the file to import from. - /// Thrown when + /// Thrown when /// or is null. public PipingSurfaceLinesCsvImporter(ObservableList importTarget, ReferenceLine referenceLine, string filePath) : base(filePath, importTarget) {