Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 3186:

- Added license headers to newly created files

WTI-1790

    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
    • -1
    • +22
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
    • -1
    • +22
    ./ExportableAssessmentSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableCombinedFailureMechanismSection.cs
    • -1
    • +22
    ./ExportableCombinedSectionAssembly.cs
    • -1
    • +22
    ./ExportableCombinedSectionAssemblyCollection.cs
    • -1
    • +22
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +22
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
    • -1
    • +22
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
    • -1
    • +22
    ./ExportableFailureMechanismGroup.cs
  1. … 69 more files in changeset.
Cleanup:

- Updated XMLDocs of the intermediate datamodel

- Adjusted test names

WTI-1790

    • -1
    • +1
    ./ExportableCombinedFailureMechanismSection.cs
    • -1
    • +1
    ./ExportableCombinedSectionAssembly.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
    • -1
    • +1
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
    • -3
    • +3
    ./ExportableFailureMechanismSection.cs
    • -3
    • +3
    ./ExportableSectionAssemblyResultWithProbability.cs
  1. … 11 more files in changeset.
Corrected data model:

- Individual result of a section within the combined section assembly should be of type section assembly result.

WTI-1790

    • -8
    • +8
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Corrected data model:

- Overal result of a combined section assembly should be of type section assembly result.

WTI-1790

    • -6
    • +6
    ./ExportableCombinedSectionAssembly.cs
  1. … 1 more file in changeset.
Added missing properties on the Assembled AssessmentSection:

- Added properties to contain the total assembly result of the failure mechanisms with and without probability on an AssessmentSection.

WTI-1790

  1. … 3 more files in changeset.
Updated XMLDocs of exportable model:

- Added units for the distances.

WTI-1790

    • -2
    • +2
    ./ExportableCombinedFailureMechanismSection.cs
    • -2
    • +4
    ./ExportableFailureMechanismSection.cs
Introduced exportable object to represent a collection of combined section assemblies.

- Applied to the exportable assessment section

WTI-1790

  1. … 1 more file in changeset.
Introduced exportable object to represent a collection of combined section assemblies. WTI-1790

    • -0
    • +45
    ./ExportableCombinedSectionAssemblyCollection.cs
  1. … 3 more files in changeset.
Introduced exportable assessment section assembly:

- Introduced object to hold the full assembly of an assessment section.

WTI-1790

    • -0
    • +102
    ./ExportableAssessmentSection.cs
  1. … 3 more files in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Removed obsolete type parameter for the exportable failure mechanism

WTI-1790

  1. … 1 more file in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Derived the already existing implementations from the base class

-- Derivation was removed due to commit f287e92ca4b0d05761733637fab582565a30df0c

WTI-1790

    • -11
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -11
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 2 more files in changeset.
Made the base class of the aggregated failure mechanism assembly result non-generic:

- Done to prevent too many generic arguments in the exportable assessment section assembly

- Fixed compilation errors

WTI-1790

    • -45
    • +4
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -4
    • +39
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
  1. … 3 more files in changeset.
Revert 9e7d412c1e0f7161e5cd10385f203aed85a3424f:

- Reverted changes as a preparation to make the base class a non-generic type

WTI-1790

    • -3
    • +45
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -4
    • +45
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
  1. … 2 more files in changeset.
Introduced exportable assessment section assembly:

- Introduced object to hold the assembly result of an assessment section.

WTI-1790

    • -0
    • +33
    ./ExportableAssessmentSectionAssemblyResult.cs
  1. … 3 more files in changeset.
Cleanup:

- Updated XMLDoc for clarity

- Removed unused references

WTI-1790

    • -2
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -2
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -2
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
Introduced exportable combined section assembly:

- Renamed class to clarify that it represents an individual result of a failure mechanism within a combined section assembly result.

WTI-1790

    • -2
    • +2
    ./ExportableCombinedSectionAssembly.cs
    • -38
    • +0
    ./ExportableCombinedSectionAssemblyResult.cs
    • -0
    • +38
    ./ExportableFailureMechanismCombinedSectionAssemblyResult.cs
  1. … 5 more files in changeset.
Introduced exportable combined section assembly:

- Introduced object to hold all the information:

-- Section

-- Collection of the individual failure mechanism results for this section

-- The total result of this section

WTI-1790

    • -0
    • +57
    ./ExportableCombinedSectionAssembly.cs
  1. … 3 more files in changeset.
Introduced exportable combined section assembly:

- Introduced object to hold the result of a single failure mechanism within the combined section assembly.

WTI-1790

    • -0
    • +38
    ./ExportableCombinedSectionAssemblyResult.cs
  1. … 3 more files in changeset.
Introduced exportable combined section assembly:

- Introduced a derivative failure mechanism section to keep track how a section was generated in case of a combined assembly result.

WTI-1790

    • -0
    • +38
    ./ExportableCombinedFailureMechanismSection.cs
  1. … 3 more files in changeset.
Introduced exportable failure mechanism section:

- Introduced for the exportable failure mechanism

WTI-1790

  1. … 1 more file in changeset.
Introduced exportable failure mechanism section:

- Replaced usages of RT failure mechanism section in the exportable failure mechanism section results

WTI-1790

    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResult.cs
    • -2
    • +2
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultBase.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability.cs
    • -1
    • +1
    ./ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly.cs
  1. … 4 more files in changeset.
Introduced exportable failure mechanism section:

- Ringtoets definition of the failure mechanism section is inadequate to transform the intermediate result to the serializable counterpart.

WTI-1790

    • -0
    • +48
    ./ExportableFailureMechanismSection.cs
  1. … 3 more files in changeset.
Cleanup:

- Expanded a single enum to contain all assembly method options to prevent contradictions

-- Removed obsolete enum definition

WTI-1790

    • -18
    • +0
    ./ExportableFailureMechanismAssemblyMethod.cs
    • -2
    • +2
    ./ExportableFailureMechanismAssemblyResult.cs
    • -1
    • +1
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
  1. … 6 more files in changeset.
Cleanup:

- Expanded a single enum to contain all assembly method options to prevent contradictions

-- Renamed and expanded an existing enum to minimize initial impact

WTI-1790

    • -0
    • +118
    ./ExportableAssemblyMethod.cs
    • -88
    • +0
    ./ExportableFailureMechanismSectionAssemblyMethod.cs
    • -1
    • +1
    ./ExportableSectionAssemblyResultWithProbability.cs
  1. … 10 more files in changeset.
Cleanup:

- Corrected erroneously defined enum values for the assembly methods that calculate the result for a whole failure mechanism.

WTI-1790

    • -9
    • +4
    ./ExportableFailureMechanismAssemblyMethod.cs
  1. … 1 more file in changeset.
Introduced object to hold failure mechanism specific assembly information:

- Incorporated object that holds the failure mechanism assembly result in the exportable failure mechanism object

WTI-1790

  1. … 1 more file in changeset.
Cleanup:

- Updated XMLDocs

WTI-1790

    • -1
    • +1
    ./ExportableSectionAssemblyResultWithProbability.cs
Introduced object to hold failure mechanism specific assembly information:

- introduced an object that represent the assembly result with probability of a failure mechanism itself.

WTI-1790

    • -0
    • +29
    ./ExportableFailureMechanismAssemblyResultWithProbability.cs
  1. … 3 more files in changeset.
Introduced object to hold failure mechanism specific assembly information:

- Introduced object that represents the assembly result of a failure mechanism itself.

WTI-1790

    • -0
    • +32
    ./ExportableFailureMechanismAssemblyResult.cs
  1. … 3 more files in changeset.
Introduced enum to represent the method calls for a failure mechanism assembly. WTI-1790

    • -0
    • +23
    ./ExportableFailureMechanismAssemblyMethod.cs
  1. … 3 more files in changeset.