Core.Common.Utils

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Fixed typos. * Removed useless string.format("{0}" code-parts. * Removed an unused reference. Related to Issue [WTI-660]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3958 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: af183bbe88c508dfb876abb275562ca8de4be3e8

Former-commit-id: d57a3724360faa56d28caef7056b3ea2ce96fa36

  1. … 19 more files in changeset.
* Unified X/Y/Z-coordinate terminology. * Textual improvements to Resources. Related to Issue [WTI-469]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3918 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dea91c70409df1825f1869dea2fa7eddd982ce7e

Former-commit-id: 8543a55e43b3bd717ae5bdb35943581b18e04c3b

  1. … 17 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3898 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

  1. … 135 more files in changeset.
Got rid of INotifyCollectionChanged Related to Issue [WTI-675]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/DockingManager@3892 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c7662b4d3be087a00266657057487c4dda4c3cb0

Former-commit-id: 2cef8037ee471a66741f19b8a18468aace8b8bd0

    • -35
    • +0
    ./Events/INotifyCollectionChanged.cs
    • -46
    • +0
    ./Events/NotifyCollectionChangeAction.cs
    • -124
    • +0
    ./Events/NotifyCollectionChangeEventArgs.cs
    • -30
    • +0
    ./Events/NotifyCollectionChangedEventHandler.cs
  1. … 3 more files in changeset.
* Added filepath checking to DikeProfileDataReader. * Added checking to DikeProfileDataReader to see if any parameter is missing from the file. Related to Issue [WTI-469]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3638 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e195cb068872b79ead1e173ab8cfe8fa964aafe5

Former-commit-id: b7fe5ffeca37d056e1f720817e647dffe57dc1d3

  1. … 19 more files in changeset.
- Changed PipingSemiProbabilisticOutput_Categories_Sellmeijer name. - Implemented category ordening for property control. Related to Issue [WTI-629]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3505 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 651810a98f46eebec355c43f2b9d6a6273c5c1e9

Former-commit-id: ebe16140375e94f714417bbacf115ddb3426f001

    • -1
    • +9
    ./Attributes/ResourcesCategoryAttribute.cs
  1. … 4 more files in changeset.
Implemented more readable (and better maintainable) way of returning contexts for each failure mechanism by implementing and using FailureMechanismContextAssociation instances which defines transformations per FailureMechanism to a FailureMechanismContext instance. Added GetMemberName for methods in TypeUtils. Moved Name property of FailureMechanismResultRow implementations to the FailureMechanismResultRow (base) class. Renamed directories (and thus namespaces) to prevent possible naming conflicts. Made parts of code more readable. Improved doc. Related to Issue [WTI-510]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: edec08193cc1b21df028e473f6667a16b73d1568

Former-commit-id: 8b2c23d212760c612069ec6d6baf6aab55c4e1dc

  1. … 258 more files in changeset.
Moved GetSingleFailureMechanism to FailureMechanismBaseUpdateExtensions. Reverted removal of StandAloneFailureMechanismUpdateExtensionsTest. Added tests/docs.

Related to Issue [WTI-513]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3343 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 212b984cd7b783cd22b21516f13fcf20b2b4d44e

Former-commit-id: fc2dda7f570a67f52a4f1072f74b018ce28aaac0

  1. … 27 more files in changeset.
Added InvalidTypeParameterException to throw when type parameter constraints fall short. Extracted EnumDisplayWrapper to wrap enum values with a DisplayName. Added TestFailureMechanism which can be used in tests. Added documentation and tests. Related to Issue [WTI-513]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3274 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 09b92c65cbf4b57c58a9ddb0105df2888ffc87f8

Former-commit-id: 0640a0cf7ea9ea521b7a3eae69d8d002fe808e62

    • -0
    • +76
    ./EnumDisplayWrapper.cs
    • -0
    • +78
    ./Exceptions/InvalidTypeParameterException.cs
  1. … 36 more files in changeset.
- Processed first review comments Related to Issue [WTI-465]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3142 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 97566f96edb66751924e04ffdaadd40a9cbbbd12

Former-commit-id: e43ca39f658759fa3c05b4b4c3a94458f9c6f743

    • -0
    • +1
    ./Attributes/ResourcesDisplayNameAttribute.cs
    • -48
    • +0
    ./Attributes/ResourcesEnumDisplayNameAttribute.cs
  1. … 25 more files in changeset.
- Introduced EnumTypeConverter for localization of enum types in a property class -- Use ResourcesEnumDisplayNameAttribute on the enum values - Moved the calculation input property class to *GrassCoverErosionInwardsInputContextProperties* - Introduced new property class for *GrassCoverErosionInwardsCalculationContextProperties* with just the calculation name Related to Issue [WTI-465]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3109 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c1e191dfbf69a0d28f534506faac77a7b71f2981

Former-commit-id: b8d5e5ebfa2470a39dc1518d97139c97758a7e53

    • -0
    • +48
    ./Attributes/ResourcesEnumDisplayNameAttribute.cs
  1. … 26 more files in changeset.
Improved EmbeddedResourceFileWriter => Comments => Added tests Related to Issue [WTI-419]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2790 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 02ff55dcb2f98c5cdf56b33bf01dccb6baab561a

Former-commit-id: 70141fb436e3a2f5e1169a7862709c1946a78502

  1. … 7 more files in changeset.
Added integration test for PipingCalculationsView Related to Issue [WTI-419]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2777 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1b6940fcb967873ecf131ca7e3a6a60289e7b4eb

Former-commit-id: c0d4eab8668a4d847f79043d86eff5536563aba7

    • -0
    • +100
    ./IO/EmbeddedResourceFileWriter.cs
  1. … 24 more files in changeset.
Moved HydraulicBoundaryDatabase and resoucres to Ringtoets.Hydraring projects. Other changes made after review. Related to Issue [WTI-326]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2143 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 85665fbae10ff9b662894a60a98b88ba70deee3f

Former-commit-id: dfda01ad35bd5fde471aacf4f7d1ce493fd34af0

  1. … 47 more files in changeset.
Implemented HydraulicBoundaryDatabaseReader in RingtoetsGuiPlugin for validating and version checking the selected database. Related to Issue [WTI-326]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2121 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 79978cce16d0e58bd717304b499f8bce1c081b3b

Former-commit-id: da17585494182087a6d659f57d3affb192086777

  1. … 8 more files in changeset.
* Renamed LineShapeFileReader to PolylineShapeFileReader. * Added corner cases for reading incorrect/unsupported files. Related to Issue [WTI-317]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2104 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 98d3ca229e11928196205d60db9a6d2517df6e77

Former-commit-id: 064694f8b958db394362d006c63fd9996bfe248f

  1. … 59 more files in changeset.
Optimised *CompareFiles* by verifying the files' size before comparing their contents Related to Issue [WTI-326]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2095 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4913248fcc0c2e4fb5e6e96be8fa15b04a7c2f54

Former-commit-id: 2015b7fbeae80868a0a16b5c391994c94e647547

# Added feature to check if files are equal Related to Issue [WTI-326]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2089 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c66fec785763c82c718d145161b258b5568cd3e4

Former-commit-id: e7013745a1fca1400b8ef03b1ac9269dc3d4def5

  1. … 5 more files in changeset.
Added PipingCharacteristicPointsCsvReader which is responsible for reading characteristic points from csv files. Added test-data for the PipingCharacteristicPointsCsvReader. Added initial PipingCharacteristicPointsLocation which will contain the characteristic points for a location. Introduced StreamReaderHelper which contains helper methods for initializing a file reader. Related to Issue [WTI-126]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2085 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a2e1aa10e91c6342afca45a82cb3228472054280

Former-commit-id: 10c04af9a875af7b91d472a82a013ad49796ecba

  1. … 17 more files in changeset.
Removed <NoWarn>1591</NoWarn> from project settings

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2069 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 777dc24a5fd851215211c939d38be33ac3cff6f2

  1. … 4 more files in changeset.
Removed redundant white spaces from source header file

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2000 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

    • -4
    • +4
    ./Attributes/ResourcesCategoryAttribute.cs
    • -4
    • +4
    ./Attributes/ResourcesDescriptionAttribute.cs
    • -4
    • +4
    ./Attributes/ResourcesDisplayNameAttribute.cs
    • -4
    • +4
    ./Builders/FileReaderErrorMessageBuilder.cs
    • -4
    • +4
    ./Builders/FileWriterErrorMessageBuilder.cs
    • -4
    • +4
    ./Events/NotifyCollectionChangeAction.cs
    • -4
    • +4
    ./Events/NotifyCollectionChangeEventArgs.cs
    • -4
    • +4
    ./Events/NotifyCollectionChangedEventHandler.cs
  1. … 362 more files in changeset.
Removed unused resources in core.common.utils. Related to Issue [WTI-190]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1954 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0b6e605f28a12a6270069e20bc349c6eca44ba9a

    • -128
    • +1
    ./Properties/Resources.Designer.cs
Fix typo in license header files. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1889 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

    • -2
    • +2
    ./Attributes/ResourcesCategoryAttribute.cs
    • -2
    • +2
    ./Attributes/ResourcesDescriptionAttribute.cs
    • -2
    • +2
    ./Attributes/ResourcesDisplayNameAttribute.cs
    • -2
    • +2
    ./Builders/FileReaderErrorMessageBuilder.cs
    • -2
    • +2
    ./Builders/FileWriterErrorMessageBuilder.cs
    • -2
    • +2
    ./Events/NotifyCollectionChangeAction.cs
    • -2
    • +2
    ./Events/NotifyCollectionChangeEventArgs.cs
    • -2
    • +2
    ./Events/NotifyCollectionChangedEventHandler.cs
  1. … 343 more files in changeset.
- Cleanup of unused code, defined by *Code cleanup* of ReSharper

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1886 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 01da449fecf9017a463c18e9a6f5657c10f7e4a3

  1. … 43 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1882 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

    • -1
    • +22
    ./Attributes/ResourcesCategoryAttribute.cs
    • -1
    • +22
    ./Attributes/ResourcesDescriptionAttribute.cs
    • -1
    • +22
    ./Attributes/ResourcesDisplayNameAttribute.cs
    • -1
    • +22
    ./Builders/FileReaderErrorMessageBuilder.cs
    • -1
    • +22
    ./Builders/FileWriterErrorMessageBuilder.cs
    • -1
    • +22
    ./Events/INotifyCollectionChanged.cs
    • -1
    • +22
    ./Events/NotifyCollectionChangeAction.cs
    • -0
    • +21
    ./Events/NotifyCollectionChangeEventArgs.cs
    • -1
    • +22
    ./Events/NotifyCollectionChangedEventHandler.cs
    • -1
    • +22
    ./Extensions/CollectionExtensions.cs
  1. … 392 more files in changeset.
* Minor cleanup for removing constructor parameter that wasn't used. Related to Issue [WTI-185]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1879 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7455fbafe96a91d5e46d08c5c68560307994c047

  1. … 5 more files in changeset.
Removed IsNumericalType which became obsolete. Removed exclude in Ringtoets.doxygen.svn.

Related to Issue [WTI-261]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1807 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7050962938c1cf1d2f07fae8d652c4e7668e5a83

  1. … 2 more files in changeset.
* Implemented review suggestions from WTI-Review-269: ** Removed Validation related classes. ** Improved XML docs.

Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1805 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b5064b9fe60b0e2b234017f56401e6bdea667742

    • -188
    • +0
    ./Validation/ValidationReport.cs
  1. … 7 more files in changeset.
* Implemented review suggestions of WTI-Review-268: ** Xml docs cleanup/improvements. ** Refactoring of Url to WebLink. ** Some code cleanup. ** Refactored usages of SettingsHelper and moved that class to Core.Common.Gui. Related to Issue [WTI-187]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1798 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 053b0bfb6f8e4d1b38997d57e311d629f828bd3b

    • -2
    • +2
    ./Builders/FileReaderErrorMessageBuilder.cs
    • -13
    • +0
    ./Extensions/EnumerableExtensions.cs
  1. … 33 more files in changeset.
Moved FileWriterErrorMessageBuilder to Core.Common.Utils Related to Issue [WTI-286]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1776 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4b9cd6f7602a689a5cce712ec5181d76c5d7487c

    • -0
    • +33
    ./Builders/FileWriterErrorMessageBuilder.cs
  1. … 6 more files in changeset.