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

- Ran Cleanup

- Merged properties into a single property as on calling side it is still possible to determine which function was called

- Cleaned up src and tests by extracting common knowledge in separate functions

- Updated XMLDoc

WTI-1763

    • -9
    • +4
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 9 more files in changeset.
Cleanup:

- Added missing asserts

- Editorial changes

WTI-1763

    • -1
    • +2
    ./Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 13 more files in changeset.
Fixed failing tests:

- Removed obsolete property

- Added ranges to satisfy constraints for 'N'

WTI-1763

    • -5
    • +0
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 2 more files in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed A1 related functions

-- Added property to explicitly set the result of A1. Setting indirect assembly results will fail due to:

--- Invalid cast when input arguments are DirectResult

--- Resulting NULL values on the input arguments --> hence can be verified that the wrong input arguments were used

WTI-1763

    • -15
    • +13
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed errors related to T7 functions

WTI-1763

    • -9
    • +7
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed T5 related functions.

WTI-1763

    • -7
    • +5
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed T3 related functions.

WTI-1763

    • -9
    • +7
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed G3 related functions

WTI-1763

    • -7
    • +5
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanismAssemblyKernelStub:

- Fixed G5 related errors

WTI-1763

    • -12
    • +23
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the FailureMechanism Assembly kernel stub. WTI-1763

    • -9
    • +16
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the AssessmentSectionAssembly kernel stub

- Added input to track what was passed through -->consequence of API changes

- Cleaned up tests

WTI-1763

    • -20
    • +31
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Fixed compilation errors for the CategoriesKernelStub:

- Expanded stub to keep track which function was called

- Added test factory to create valid instances of CategoriesList<T> to prevent repeating the same construction every time.

WTI-1763

    • -13
    • +21
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 5 more files in changeset.
Fixing compilation errors stubs:

- Fixed CommonFailureMechanismSectionAssemblyKernelStub

-- Formatted code

WTI-1763

    • -0
    • +17
    ./Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Implemented assembly kernel v1.1. WTI-1696

    • -7
    • +16
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 12 more files in changeset.
Implement review comments. Update asserts, rename AssemblyErrorMessageTranslator, update test names and update method names WTI-1671

    • -4
    • +4
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -3
    • +3
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
    • -13
    • +13
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
    • -5
    • +5
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 16 more files in changeset.
Add error message translation to the assembly categories calculator/kernel WTI-1671

    • -17
    • +24
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 3 more files in changeset.
Add error message translation to the assessment section assembly calculator WTI-1671

    • -14
    • +24
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -3
    • +14
    ./Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 4 more files in changeset.
Add error message translation to the failure mechanism calculator and kernel stub WTI-1671

    • -9
    • +22
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 3 more files in changeset.
Add ThrowAssemblyExceptionOnCalculate to failure mechanism section kernel stub WTI-1671

    • -49
    • +32
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Implement review comments, update xmldoc and adapt assemblytool tests WTI-1594

    • -1
    • +1
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -1
    • +1
    ./Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
    • -1
    • +1
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
    • -1
    • +1
    ./Assembly/FailureMechanismSectionAssemblyKernelStub.cs
    • -1
    • +1
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 7 more files in changeset.
Add method WBI-1-1 to the kernel wrapper WTI-1594

    • -1
    • +18
    ./Categories/AssemblyCategoriesKernelStub.cs
  1. … 9 more files in changeset.
Exposed kernel in factory. WTI-1683

  1. … 4 more files in changeset.
Added kernel stub for WBI-3 method. WTI-1683

    • -2
    • +2
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
    • -0
    • +81
    ./Assembly/CombinedFailureMechanismSectionAssemblyKernelStub.cs
  1. … 3 more files in changeset.
Make partial assembly nullable in kernel stub WTI-1677

    • -1
    • +1
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Exposed kernel methods that are relevant for assembling the failure mechanisms: - Introduced custom exception to wrap all exceptions that can occur in the assembly tool layer - Introduced interface to make the calculator stubbable for future applications

WTI-1681

  1. … 7 more files in changeset.
Added kernel stubs for the WBI-2* assembly tool methods: - Renamed input parameter of the assessment section

WTI-1681

    • -3
    • +3
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 1 more file in changeset.
Added kernel stubs for the WBI-2* assembly tool methods: - Extended AssemblyToolKernelFactory and connected it with the corresponding kernels

WTI-1681

  1. … 4 more files in changeset.
Added kernel stubs for the WBI-2* assembly tool methods

WTI-1681

    • -0
    • +129
    ./Assembly/AssessmentSectionAssemblyKernelStub.cs
  1. … 3 more files in changeset.
Extend AssemblyToolKernelFactory WTI-1677

  1. … 4 more files in changeset.
Implement kernel stub for failure mechanism assembly WTI-1677

    • -0
    • +115
    ./Assembly/FailureMechanismAssemblyKernelStub.cs
  1. … 3 more files in changeset.