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

- Fixed issues with the IdValidator:

-- Do not throw exceptions, return boolean in all cases. Fixed tests on the consuming sides

-- Updated XMLDocs

-- Expanded general testcase generator with additional cases for the consumers

WTI-1789

  1. … 12 more files in changeset.
Incorporated comments review 3211:

- Updated XMLDoc

- Separated tests for ShouldSerialize tests

WTI-1789

    • -1
    • +1
    ./DataTypes/SerializableFailureMechanismAssemblyResult.cs
    • -1
    • +1
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
  1. … 2 more files in changeset.
Reverted commit 4b1149de407862f37e58b78bcf8409602ec3031f:

- Reverted because section assembly result should NOT be exported in case there's no result --> no reason anymore to make the category group NULLABLE.

WTI-1789

    • -11
    • +2
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the total assembly result.

WTI-1789

  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the section collection.

WTI-1789

    • -7
    • +9
    ./SerializableFailureMechanismSectionCollection.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the section assembly

WTI-1789

    • -4
    • +5
    ./SerializableFailureMechanismSectionAssembly.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the failure mechanism

WTI-1789

  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the combined failure mechanism section assembly

WTI-1789

    • -4
    • +5
    ./SerializableCombinedFailureMechanismSectionAssembly.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the assessment section.

WTI-1789

  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the assessment process

WTI-1789

  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the serializable failure mechanism section

WTI-1789

    • -9
    • +9
    ./SerializableFailureMechanismSection.cs
  1. … 1 more file in changeset.
Added Id validation for the serializable model:

- Applied for the serializable assembly.

WTI-1789

  1. … 1 more file in changeset.
Introduced helper to verify the validity of an id in the serializable model. WTI-1789

    • -0
    • +50
    ./Helpers/IdValidator.cs
  1. … 3 more files in changeset.
Rearranged order for the failure mechanism section assembly result:

- Done to satisfy the new sequence constraint of the xsd

WTI-1789

    • -6
    • +6
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Rearranged order for the combined failure mechanism section assembly result:

- Done to satisfy the sequence constraint of the xsd

WTI-1789

    • -6
    • +6
    ./DataTypes/SerializableCombinedFailureMechanismSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Rearranged order for the total assembly result:

- Done in order to satisfy the new sequence constraint in the XSD for the total assembly result.

WTI-1789

  1. … 1 more file in changeset.
Adjusted serializable model:

- Made the failure mechanism section assembly result category group nullable in order to export section assembly results that have no result.

WTI-1789

    • -2
    • +11
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Incorporated comments review 3192:

- Updated XMLDoc

- Improved the testhelper

Paired ~carloslubbers

WTI-1789

    • -1
    • +1
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
  1. … 1 more file in changeset.
Add null or empty check to id's WTI-1789

    • -3
    • +4
    ./SerializableCombinedFailureMechanismSectionAssembly.cs
    • -4
    • +9
    ./SerializableFailureMechanismSection.cs
    • -3
    • +4
    ./SerializableFailureMechanismSectionAssembly.cs
    • -5
    • +7
    ./SerializableFailureMechanismSectionCollection.cs
  1. … 11 more files in changeset.
Add enum value and fix tests WTI-1789

    • -1
    • +7
    ./Enums/SerializableAssessmentSectionCategoryGroup.cs
  1. … 10 more files in changeset.
Review related changes and cleanup WTI-1789

  1. … 11 more files in changeset.
Improve assembly ctor WTI-1789

  1. … 2 more files in changeset.
Review related changes WTI-1789

    • -1
    • +1
    ./DataTypes/SerializableFailureMechanismAssemblyResult.cs
    • -6
    • +6
    ./DataTypes/SerializableFailureMechanismSectionAssemblyResult.cs
    • -73
    • +0
    ./DataTypes/SerializableLineString.cs
    • -15
    • +15
    ./Enums/AssemblyXmlEnumIdentifiers.cs
    • -55
    • +0
    ./Enums/SerializableAssemblyGroup.cs
    • -61
    • +0
    ./Enums/SerializableAssessmentLevel.cs
    • -0
    • +61
    ./Enums/SerializableAssessmentType.cs
    • -0
    • +55
    ./Enums/SerializableFailureMechanismGroup.cs
    • -0
    • +74
    ./Gml/SerializableLineString.cs
    • -1
    • +7
    ./Helpers/GeometrySerializationFormatter.cs
  1. … 19 more files in changeset.
Set default values for start and end year WTI-1789

  1. … 4 more files in changeset.
Use default unit of measure WTI-1789

    • -3
    • +3
    ./SerializableFailureMechanismSection.cs
  1. … 5 more files in changeset.
Cleanup WTI-1789

    • -1
    • +1
    ./Enums/SerializableFailureMechanismSectionType.cs
    • -1
    • +0
    ./SerializableFailureMechanismSection.cs
  1. … 10 more files in changeset.
Cleanup WTI-1789

    • -1
    • +1
    ./Enums/SerializableAssessmentSectionCategoryGroup.cs
    • -1
    • +1
    ./Enums/SerializableFailureMechanismCategoryGroup.cs
    • -1
    • +1
    ./Enums/SerializableFailureMechanismSectionCategoryGroup.cs
    • -1
    • +1
    ./Enums/SerializableFailureMechanismType.cs
    • -0
    • +3
    ./SerializableFailureMechanismSection.cs
    • -1
    • +1
    ./SerializableFailureMechanismSectionCollection.cs
  1. … 3 more files in changeset.
Add enum for failure mechanism section type WTI-1789

    • -0
    • +14
    ./Enums/AssemblyXmlEnumIdentifiers.cs
    • -0
    • +43
    ./Enums/SerializableFailureMechanismSectionType.cs
    • -7
    • +8
    ./SerializableFailureMechanismSection.cs
  1. … 10 more files in changeset.
Add tests for xml identifiers WTI-1789

  1. … 2 more files in changeset.
Cleanup WTI-1789

    • -2
    • +2
    ./SerializableFailureMechanismSectionCollection.cs
  1. … 2 more files in changeset.