Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replaced warning icon and changed icon padding in CalculatableView to avoid problems with transparency and icon visibility.

Paired with tangerma

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

Former-commit-id: bbc11b1f8daf777f1bc5c998d0ccfe88f9e27ab9

Former-commit-id: 8503b763b3e3761910d9383d821167f23acf7328

Moved StabilityPointStructuresImporter to newly created folder Importers Related to Issue [WTI-1165]

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

Former-commit-id: 258d11471dcc76f5458840d32cd1c99ad426a0ec

Former-commit-id: d341f1c88d3f402f118a194c3ad8b9e9ff766162

* Improved XML docs. * Cleanup. * Fixed potential risks due to working with IEnumerable by making explicit arrays out of the result. Related to Issue [WTI-1161]

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

Former-commit-id: 349dcaca010006b05833abef463054fcc1216916

Former-commit-id: dc856aa43ea061eeac08dc6a636ea4fa0c28d841

- Implemented new HydraRing version. - Changed query of ConvergenceParser. - Changed HydraRing settings so text and sqlite output are generated. Related to Issue [WTI-1203]

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

Former-commit-id: 450f1fc58b6e6a824ab415a1dfa54bd89ee97cc1

Former-commit-id: c4ffb39c774ef3a12cab42064128ea6e4c3cee8f

  1. … 38 more files in changeset.
Changed test so it used the test factory instead of the stub of an interface. Related to Issue [WTI-1143]

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

Former-commit-id: d4a0e85641eca219e2eed1cd5bc131131418f7a3

Former-commit-id: 0356880ec4f8c1d7a04c09141285e2b0447a2f77

* Fix attempt for bug in buildserver.

Should fix the following exception occurring on teamcity:

Expected: No Exception to be thrown

But was: <System.InvalidOperationException: Collection was modified; enumeration operation may not execute.

at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)

at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext()

at Core.Common.TestUtil.FileDisposeHelper.Create()

at Core.Common.TestUtil.FileDisposeHelper..ctor(IEnumerable`1 filePaths)

at Core.Common.TestUtil.Test.FileDisposeHelperTest.<>c__DisplayClass5_0.<Constructor_InvalidPath_DoesNotThrowException>b__0()

at NUnit.Framework.Constraints.ThrowsConstraint.VoidInvocationDescriptor.Invoke()

at NUnit.Framework.Constraints.ThrowsConstraint.ExceptionInterceptor.Intercept(Object invocation)>

at Core.Common.TestUtil.Test.FileDisposeHelperTest.Constructor_InvalidPath_DoesNotThrowException()

Analysis:

The dictionary is not changed while it is being enumerated. The relevant code is called from within the constructor, so there cannot be another thread attempting to do work on that FileDisposeHelper instance as no reference to that instance has been produced yet. The 'foreach' inside the constructor of FileDisposeHelper over all filepaths will enumerate that particular collection and add member to the dictionary before the Create method is called. From this analysis, I dare to conclude that it is impossible that there are any changes to the dictionary from within the Create method when it is called from the constructor of FileDisposeHelper.

However, failing tests on the buildserver with stacktrace prove otherwise. This at least ought to solve the problem, but it's likely treating symptoms than the actual root cause of the problem.

Related to Issue [WTI-1229]

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

Former-commit-id: 9115d5114f3133b79811fb9f0ec1b417431be9f2

Former-commit-id: 1a64da7f60a42c228acb0a0c6776169a436d7185

Added some tests for possible argument null exceptions. Related to Issue [WTI-1161]

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

Former-commit-id: 89077a7fdd33c160d55260db481554a14db28007

Former-commit-id: c3bb0cba6a41476e8e1c3b00c119e67cc7ff9942

Renamed ReadBreakWaterType to SchemaBreakWaterType. Separated helper classes from configuration classes. Implemented conversion from BreakWaterType to SchemaBreakWaterType and reverse. Related to Issue [WTI-1161]

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

Former-commit-id: fa3b82400f902b82fb07e059ffd31689dadddd63

Former-commit-id: 932c47c26ec024c71922d6d551d4fddb5cc4ce38

  1. … 25 more files in changeset.
* Fix attempt for FileDisposeHelper and DirectoryDisposeHelper to perform multiple attempts for deleting file/folder and waiting for finalizers when failing. Related to Issue [WTI-1229]

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

Former-commit-id: 0fc2bacae5cffb8e2611e67caa3642ea8f0f5abf

Former-commit-id: 208b6580935083833eaa986ff6131ecfe98b3d37

Introduced and used IDistributionExtensions and IVariationCoefficientDistributionExtensions responsible for converting distributions to stochast configurations. Improved doc and layout. Related to Issue [WTI-1161]

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

Former-commit-id: 1289be75344717e5aa7136eae98a891ab5b769c0

Former-commit-id: 9851a434becb827b00b96475485e8434821e8fad

Added abstract method to SchemaCalculationConfigurationExporter for creating the writer. Introduced TestConfigurationItem and TestSchemaCalculationConfigurationWriter. Introduced some helper methods the the SchemaCalculationConfigurationWriter. Added SchemaCalculationConfigurationExporterTest. Fixed doc. Added helper methods to the SchemaCalculationConfigurationWriter and reused them in derived classes.

Related to Issue [WTI-1161]

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

Former-commit-id: 21d9447883e5b23799685e096bd277ef2e09464e

Former-commit-id: 34b40cff49b05543a0cf8accde5c653a45c11893

  1. … 3 more files in changeset.
Fixed typo Related to Issue [WTI-1143]

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

Former-commit-id: ec77402d5a267e53d4741776346adaaf6e4a1817

Former-commit-id: 5acbc78682bf39cb0452bef29282fc8be25d3993

Rename of CalculationConfigurationGroup to CalculationGroupConfiguration as the latter is more consistent. Related to Issue [WTI-1161]

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

Former-commit-id: b4b934e9651c2d2326c7b1b300cf381674ef91d7

Former-commit-id: f32c649b2d887c504262b897f0dfa694dc14a747

Fixed context menu item for single piping calculation (missing separator)

Paired with berg_jl

Related to Issue [WTI-1222]

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

Former-commit-id: e556dd6cf3d8ac920f147671f1cd4f27ee8fe923

Former-commit-id: bd6dd78641298e4cad89977888544982dd5e66b5

Implemented parsing of calculation element for height structures, fixed tests and added tests. Related to Issue [WTI-1162]

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

Former-commit-id: e16be582770c247f04e95357800d833eeb16050b

Former-commit-id: b387172ee52037b0fb18c08f48b575236d218e7a

Changes after review. Related to Issue [WTI-1143]

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

Former-commit-id: b8c3c9d404b77c9b377ca3b863da251f37e8b203

Former-commit-id: 91b52afe202367bcde051a65376337f1911c9fa3

Added test for BruTileSettings. Related to Issue [WTI-1143]

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

Former-commit-id: 7ecc280e4c4c1904a89ce539b987eb7ebd4738f7

Former-commit-id: 84368f2e015b246076c242a4f546a66ce2b53f7f

Fixed using Related to Issue [WTI-1143]

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

Former-commit-id: 97b81b70ca7e9cab4b6a1409e65547d5c2092c21

Former-commit-id: 8bf2064291b425d2fd9351e48b7b3cf13112b08a

Changes after review. Related to Issue [WTI-1143]

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

Former-commit-id: c54d51369c1558ad9d227da00304b346a0e28609

Former-commit-id: 715a66b7e7daa1a30be07089e31b89ec4cd9b01d

Renamed TestUtils project to TestUtil. Related to Issue [WTI-1143]

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

Former-commit-id: bec9e48dbda53201279e49c715d8d79884dc82db

Former-commit-id: 1ca83b8a50a1f392b19fb93d655047efa922e0bd

  1. … 17 more files in changeset.
EnforceVarKeywordUsageSettings set to true for C#. Paired with: janssen

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

Former-commit-id: 8354db3ed1a2042249a8ad5ffe89b11e9cb9f871

Former-commit-id: 90ba7378849a1b450067252072fd5a8e5cd35ff8

- Removed exception case - Changed exception documentation. - Added test case. Related to Issue [WTI-1143]

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

Former-commit-id: 4f2e2567a9fb2542c37533aac8964b1c84ab1db0

Former-commit-id: f7e9f9b3ce5c1b7b14a3e30e2079803694733d17

Prepared invalid test data for HeightStructuresCalculationConfigurationReader. Unfinished implementation of the HeightStructuresCalculationConfigurationReader added. Related to Issue [WTI-1162]

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

Former-commit-id: 1e27c7785b6b96e006be7f9505fa80cddd794ef9

Former-commit-id: ae2d52f74cab348c153a22552347019d5ae0620f

  1. … 66 more files in changeset.
Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: 5ce9c8dd3f757b50a5528a93a057c7c2412b7e8a

Former-commit-id: 86a66c8b3273d337bcd2d6e02f7590bf2e3fae16

Removed app.config from BruTile forms test project. Related to Issue [WTI-1143]

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

Former-commit-id: 2ad650d42f8aaddfaab2c8de494ce4b1e63c8ed8

Former-commit-id: fbe64fd9b9b6c94d47699a07dde954a30ddd7dac

Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: b0f587b3d753d451d0ac89d9513682aefa17f670

Former-commit-id: 5c686f263fdb0fd5af45234c97b18e7a18b52584

Created test helper to create default Wmts data. Related to Issue [WTI-1143]

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

Former-commit-id: c00f2efb929899f06f5dcbd2a63fac8acd6d7ba6

Former-commit-id: 6714cc1626c66af03cf0e3cb4c9fe72a5dbf82a8

  1. … 23 more files in changeset.
Review related changes: Introduce variable. BackgroundDataConverter.ConvertTo() is not part of the call. Throughout file. Related to Issue [WTI-1143]

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

Former-commit-id: 2eede2cc8a368ac4433d56dac0e70e278b13b2c4

Former-commit-id: 936cb065ba788a901e988636f16c93a5de4800a7

Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: 82c79844f1437445a08177385416707db71a9750

Former-commit-id: 7ef78f24ca54f03052ead622a5a6bb62bfc71578

Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: 9ff7cbd3b21470b340106f473f76321cab916bff

Former-commit-id: 84cab7602da1aaabcc7f1b85cd7aeca983ca50d6