Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactored UniqueIdentifierGenerator:

- Return a string instead of an int to prevent .ToString() calls on every calling side

WTI-1803

  1. … 3 more files in changeset.
Introduced class to generate unique identifiers for the serializable objects. WTI-1803

    • -0
    • +48
    ./UniqueIdentifierGenerator.cs
  1. … 3 more files in changeset.
Fix typo WTI-1790

    • -2
    • +2
    ./ExportableFailureMechanismSectionHelper.cs
  1. … 4 more files in changeset.
Added method to get the geometry of a section based on reference line and begin and end points. WTI-1821

    • -0
    • +11
    ./ExportableFailureMechanismSectionHelper.cs
  1. … 1 more file in changeset.
Incorporated comments review 3186:

- Introduced helper method to create a lookup between section results and exportable failure mechanism sections

-- Refactored method, instead of looping multiple times over the collection, loop once.

WTI-1790

    • -11
    • +16
    ./ExportableFailureMechanismSectionHelper.cs
Incorporated comments review 3186:

- Introduced helper method to create a lookup between section results and exportable failure mechanism sections

WTI-1790

    • -0
    • +64
    ./ExportableFailureMechanismSectionHelper.cs
  1. … 3 more files in changeset.