Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added extra check to the HydraulicLocationConfigurationSettings. WTI-1925

- FilePath of the HLCD should always be set to a non-NULL/non-empty value when setting other values.

    • -3
    • +7
    ./HydraulicLocationConfigurationSettingsTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3436: WTI-1938

- Added missing test

    • -0
    • +31
    ./HydraulicLocationConfigurationSettingsTest.cs
Incorporated comments review 3416: WTI-1923

- Removed invalid states of the calculation settings object --> NULL or whitespace should not be allowed to be sent to the calculator.

    • -24
    • +10
    ./HydraulicBoundaryCalculationSettingsFactoryTest.cs
    • -42
    • +38
    ./HydraulicBoundaryCalculationSettingsTest.cs
  1. … 2 more files in changeset.
Incorporated comments reviews: WTI-1923

- Added license header

    • -1
    • +22
    ./HydraulicBoundaryCalculationSettingsFactoryTest.cs
    • -1
    • +22
    ./HydraulicBoundaryCalculationSettingsTest.cs
    • -1
    • +22
    ./HydraulicLocationConfigurationSettingsTest.cs
  1. … 5 more files in changeset.
Added FilePath property to the HydraulicLocationConfigurationSettings: WTI-1938

- Used for the property class to indicate where the HLCD settings are coming from.

    • -3
    • +34
    ./HydraulicLocationConfigurationSettingsTest.cs
  1. … 1 more file in changeset.
Added read only settings object to the HydraulicBoundaryDatabase. WTI-1938

  1. … 1 more file in changeset.
Added data object to hold HLCD relevant information. WTI-1938

    • -0
    • +114
    ./HydraulicLocationConfigurationSettingsTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 3431: WTI-1923

- Updated test case name

    • -2
    • +2
    ./HydraulicBoundaryCalculationSettingsTest.cs
Introduced constructor overload for the HydraulicBoundaryCalculationSettings: WTI-1923

- Introduced to prevent sending NULL arguments to certain settings when calling the factory method

    • -2
    • +30
    ./HydraulicBoundaryCalculationSettingsTest.cs
  1. … 3 more files in changeset.
Introduced factory to create the hydraulic calculation settings. WTI-1923

- Object represents the Ringtoets counterparts of the HydraRing calculation settings.

    • -0
    • +101
    ./HydraulicBoundaryCalculationSettingsFactoryTest.cs
  1. … 3 more files in changeset.
Introduced Ringtoets object to hold HydraRing related calculation information. WTI-1923

    • -0
    • +41
    ./HydraulicBoundaryCalculationSettingsTest.cs
  1. … 3 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./HydraulicBoundaryDatabaseExtensionsTest.cs
    • -1
    • +1
    ./HydraulicBoundaryLocationCalculationInputTest.cs
    • -1
    • +1
    ./HydraulicBoundaryLocationCalculationOutputTest.cs
    • -1
    • +1
    ./HydraulicBoundaryLocationCalculationTest.cs
  1. … 6089 more files in changeset.
Improve utils WTI-1789

  1. … 41 more files in changeset.
Implement review comments WTI-1695

  1. … 9 more files in changeset.
Remove Observable base class from HydraulicBoundaryLocation WTI-1695

  1. … 5 more files in changeset.
Made HydraulicBoundaryLocationCalculation an ICalculatable. WTI-1719

    • -25
    • +44
    ./HydraulicBoundaryLocationCalculationTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 2755: - Changed the EnumValueTestFixture to type <enum, int> for consistency - Removed expression body

WTI-1679

  1. … 33 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -0
    • +157
    ./HydraulicBoundaryLocationCalculationOutputTest.cs
    • -5
    • +5
    ./HydraulicBoundaryLocationCalculationTest.cs
    • -157
    • +0
    ./HydraulicBoundaryLocationOutputTest.cs
  1. … 86 more files in changeset.
Cleanup Hydraulic Boundary Location: - Removed wave height and design water level calculations as these are obsolete.

WTI-1570

  1. … 2 more files in changeset.
Removed redundant properties from HydraulicBoundaryLocation. WTI-1612

  1. … 1 more file in changeset.
Review related changes. WTI-1606

  1. … 4 more files in changeset.
Made HydraulicBoundaryLocationCalculation Observable. WTI-1606

    • -1
    • +3
    ./HydraulicBoundaryLocationCalculationTest.cs
  1. … 1 more file in changeset.
Adapted HydraulicBoundaryLocation. WTI-1606

  1. … 1 more file in changeset.
Adapted HydraulicBoundaryLocationCalculationTest. WTI-1606

    • -8
    • +23
    ./HydraulicBoundaryLocationCalculationTest.cs
Improvements after review. WTI-1559

    • -3
    • +18
    ./HydraulicBoundaryLocationCalculationTest.cs
  1. … 3 more files in changeset.
Eliminating HydraulicBoundaryLocationCalculationWrapper. WTI-1559

    • -96
    • +0
    ./HydraulicBoundaryCalculationWrapperTest.cs
  1. … 6 more files in changeset.
Eliminating HydraulicBoundaryLocationCalculationWrapper. WTI-1559

    • -39
    • +0
    ./HydraulicBoundaryCalculationWrapperTest.cs
    • -0
    • +32
    ./HydraulicBoundaryLocationCalculationTest.cs
  1. … 2 more files in changeset.
Review related changes. WTI-1559

    • -4
    • +6
    ./HydraulicBoundaryCalculationWrapperTest.cs
  1. … 3 more files in changeset.
Renamed properties on HydraulicBoundaryLocation. WTI-1562

  1. … 77 more files in changeset.
Eliminated usage of "pass through" properties. WTI-1562

  1. … 3 more files in changeset.