Index: Riskeer/AssemblyTool/test/Riskeer.AssemblyTool.IO.TestUtil/ExportableFailureMechanismSectionTestFactory.cs
===================================================================
diff -u -r1350d75cb215540cbef102a35923ea3bdf09a51e -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/AssemblyTool/test/Riskeer.AssemblyTool.IO.TestUtil/ExportableFailureMechanismSectionTestFactory.cs (.../ExportableFailureMechanismSectionTestFactory.cs) (revision 1350d75cb215540cbef102a35923ea3bdf09a51e)
+++ Riskeer/AssemblyTool/test/Riskeer.AssemblyTool.IO.TestUtil/ExportableFailureMechanismSectionTestFactory.cs (.../ExportableFailureMechanismSectionTestFactory.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -19,7 +19,6 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using System;
using Core.Common.Base.Geometry;
using Riskeer.AssemblyTool.IO.Model;
using Riskeer.AssemblyTool.IO.Model.Enums;
@@ -35,22 +34,7 @@
///
/// Creates a default .
///
- /// The seed.
/// A default instance of .
- public static ExportableFailureMechanismSection CreateExportableFailureMechanismSection(int seed)
- {
- var random = new Random(seed);
- return new ExportableFailureMechanismSection("id", new[]
- {
- new Point2D(random.NextDouble(), random.NextDouble()),
- new Point2D(random.NextDouble(), random.NextDouble())
- }, random.NextDouble(), random.NextDouble());
- }
-
- ///
- /// Creates a default .
- ///
- /// A default instance of .
public static ExportableFailureMechanismSection CreateExportableFailureMechanismSection()
{
return CreateExportableFailureMechanismSection(1, 2);
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs
===================================================================
diff -u -rb25d71c274bf802dc8dd9fce8c69fd8263f7c054 -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision b25d71c274bf802dc8dd9fce8c69fd8263f7c054)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -159,8 +159,7 @@
/// for failure mechanisms that are in assembly based on .
///
/// The generator to generate ids for the exportable components.
- /// The
- /// to keep track of the created .
+ /// The to keep track of the created items.
/// The assessment section to create a collection of
/// with probability for.
/// A collection of based on failure
@@ -251,8 +250,7 @@
/// Adds a generic failure mechanism to the when it is in assembly.
///
/// The generator to generate ids for the exportable components.
- /// The
- /// to keep track of the created .
+ /// The to keep track of the created items.
/// The with
/// to add the failure mechanism to.
/// The failure mechanism to export.
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs
===================================================================
diff -u -r08a22799875699c55ccdf224a272bdc93d2b0ed1 -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs (.../ExportableCombinedSectionAssemblyFactory.cs) (revision 08a22799875699c55ccdf224a272bdc93d2b0ed1)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs (.../ExportableCombinedSectionAssemblyFactory.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -43,7 +43,7 @@
/// based on .
///
/// The generator to generate ids for the exportable components.
- /// The to keep track of the created items.
+ /// The that keeps track of the created items.
/// A collection of combined section results to
/// create a collection of for.
/// The the section results belong to.
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionAssemblyResultFactory.cs
===================================================================
diff -u -rc97ad8e19de53a2c9288e5ed7625e2a5bdcde03e -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionAssemblyResultFactory.cs (.../ExportableFailureMechanismSectionAssemblyResultFactory.cs) (revision c97ad8e19de53a2c9288e5ed7625e2a5bdcde03e)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionAssemblyResultFactory.cs (.../ExportableFailureMechanismSectionAssemblyResultFactory.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -40,7 +40,7 @@
///
/// The generator to generate ids for the exportable components.
/// The to keep track of
- /// the created .
+ /// the created .
/// The to assemble for.
/// The the
/// belongs to.
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionFactory.cs
===================================================================
diff -u -r4f65751c794c7d4631e2c952be7e1a6a50334056 -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionFactory.cs (.../ExportableFailureMechanismSectionFactory.cs) (revision 4f65751c794c7d4631e2c952be7e1a6a50334056)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableFailureMechanismSectionFactory.cs (.../ExportableFailureMechanismSectionFactory.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -39,7 +39,8 @@
/// Creates an based on its input arguments.
///
/// The generator to generate ids for the exportable components.
- /// The to keep track of the created items.
+ /// The to keep track of the created
+ /// .
/// The to create the
/// with.
/// The start distance of the failure mechanism section between the section
@@ -82,7 +83,8 @@
/// Creates a based on its input arguments.
///
/// The generator to generate ids for the exportable components.
- /// The to keep track of the created items.
+ /// The to keep track of the created
+ /// .
/// The the section results belong to.
/// The to create the section with.
/// An .
Index: Riskeer/Integration/src/Riskeer.Integration.IO/Helpers/ExportableCombinedFailureMechanismSectionHelper.cs
===================================================================
diff -u -r1350d75cb215540cbef102a35923ea3bdf09a51e -rb355635a42391cc4f1699f6d3a0e3439ef7a7e52
--- Riskeer/Integration/src/Riskeer.Integration.IO/Helpers/ExportableCombinedFailureMechanismSectionHelper.cs (.../ExportableCombinedFailureMechanismSectionHelper.cs) (revision 1350d75cb215540cbef102a35923ea3bdf09a51e)
+++ Riskeer/Integration/src/Riskeer.Integration.IO/Helpers/ExportableCombinedFailureMechanismSectionHelper.cs (.../ExportableCombinedFailureMechanismSectionHelper.cs) (revision b355635a42391cc4f1699f6d3a0e3439ef7a7e52)
@@ -36,7 +36,8 @@
/// Gets the matching that contains a section corresponding with
/// the .
///
- /// The that keeps track of the created items.
+ /// The that keeps track of the created
+ /// .
/// The collection of .
/// The to
/// find the corresponding for.