Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reduce bugs in sonarqube, improve assigning of values to arrays with suspicious operator WTI-1787

    • -4
    • +18
    ./Core.Components.DotSpatial/Projections/ReprojectExtensions.cs
  1. … 1 more file in changeset.
Cleanup: Fix implementation of IDisposable to conform to the dispose pattern. WTI-1787

    • -1
    • +10
    ./Core.Components.BruTile/FileCacheManager.cs
    • -11
    • +18
    ./Core.Components.DotSpatial/RdNewMouseCoordinatesMapExtension.cs
    • -1
    • +10
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -3
    • +11
    ./Core.Components.Gis.IO/Writers/ShapeFileWriterBase.cs
  1. … 36 more files in changeset.
fileChache => fileCache. WTI-1787

    • -1
    • +1
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -8
    • +8
    ./Core.Components.BruTile/FileCacheManager.cs
  1. … 1 more file in changeset.
Cleanup: explain why exception can be ignored. WTI-1787

    • -2
    • +10
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
Reduce sonarqube Bugs WTI-1787

    • -10
    • +2
    ./Core.Components.GraphSharp/Data/PointedTreeElementVertex.cs
  1. … 3 more files in changeset.
Reduce code smells from sonarqube in Core namespace WTI-1787

    • -6
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/MapFunctions/MapFunctionSelectionZoom.cs
  1. … 1 more file in changeset.
Added timer to MapControl. WTI-1022

    • -11
    • +13
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
Added timer to MapControl. WTI-1022

    • -1
    • +54
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
add timer to map control.

    • -1
    • +53
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

    • -1
    • +1
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
  1. … 20 more files in changeset.
Update System.Data.SQLite.* to version 1.0.106.0 WTI-1587

    • -4
    • +4
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -1
    • +1
    ./Core.Components.BruTile/packages.config
  1. … 53 more files in changeset.
Improve argumentexceptions in MapTheme. WTI-1551 Paired with SiuHinTang

    • -2
    • +2
    ./Core.Components.Gis/Theme/MapTheme.cs
  1. … 1 more file in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

    • -3
    • +3
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
  1. … 12 more files in changeset.
Improvements after review. WTI-1558

    • -2
    • +2
    ./Core.Components.GraphSharp/Converters/GraphNodeConverter.cs
  1. … 26 more files in changeset.
Turned protected backing fields into protected properties. WTI-1559

    • -0
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 4 more files in changeset.
Turned protected backing fields into protected properties. WTI-1559

    • -2
    • +7
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -1
    • +5
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 2 more files in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -11
    • +11
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -2
    • +2
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -8
    • +8
    ./Core.Components.Gis/Theme/CategoryTheme.cs
    • -62
    • +0
    ./Core.Components.Gis/Theme/ValueCriteria.cs
    • -39
    • +0
    ./Core.Components.Gis/Theme/ValueCriteriaOperator.cs
    • -0
    • +62
    ./Core.Components.Gis/Theme/ValueCriterion.cs
    • -0
    • +39
    ./Core.Components.Gis/Theme/ValueCriterionOperator.cs
  1. … 11 more files in changeset.
- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

    • -25
    • +5
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -2
    • +2
    ./Core.Components.Gis/Theme/CategoryTheme.cs
    • -28
    • +0
    ./Core.Components.Gis/Theme/ICriteria.cs
    • -1
    • +1
    ./Core.Components.Gis/Theme/ValueCriteria.cs
  1. … 8 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -1
    • +0
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -3
    • +3
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -1
    • +0
    ./Core.Components.Gis/Theme/CategoryTheme.cs
    • -0
    • +28
    ./Core.Components.Gis/Theme/ICriteria.cs
    • -0
    • +62
    ./Core.Components.Gis/Theme/ValueCriteria.cs
    • -0
    • +39
    ./Core.Components.Gis/Theme/ValueCriteriaOperator.cs
  1. … 11 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

    • -44
    • +11
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -2
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 6 more files in changeset.
- Added thematical test data for point map data - Fixed bug, surround values with ' in the filter expressions for ValueCriteria send to DotSpatial components

WTI-1551

    • -2
    • +2
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
  1. … 5 more files in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
  1. … 4 more files in changeset.
- Renamed enum values of the RangeCriteria operator to resolve ambiguity - Implemented generic tests for the FeatureBasedMapDataConverter to assert correctness of the applied algorithm

WTI-1551

    • -4
    • +4
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
  1. … 4 more files in changeset.
- Converted algorithm to create (categorial) schemes according to the Template Pattern => made mandatory functions abstract - Implemented categorial theming conversion for the polygon map data

WTI-1551

    • -12
    • +3
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +22
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
  1. … 2 more files in changeset.
Pulled generic elements of the converters up: - Removed duplicate definitions - Converted algorithm to create (categorial) schemes according to the Template Pattern

WTI-1551

    • -3
    • +138
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -73
    • +20
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -58
    • +16
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
- Created first (specific) implementation of categories for the MapLineData

WTI-1551

    • -0
    • +74
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
  1. … 2 more files in changeset.
- Created first (specific) implementation of categories for the MapPointData

WTI-1551

    • -2
    • +15
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -0
    • +69
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
  1. … 2 more files in changeset.
- Moved files to the correct folders - Added XMLDoc - Cleaned up files

WTI-1551

    • -3
    • +2
    ./Core.Components.Gis/Theme/CategoryTheme.cs
  1. … 9 more files in changeset.
- Got rid of the IMapCategory and made a concrete implementation called CategoryTheme to hold the thematic styling for the categories: -- Introduced test factory and test objects -- Cleaned up tests

WTI-1551

    • -1
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -1
    • +1
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
    • -0
    • +62
    ./Core.Components.Gis/Theme/CategoryTheme.cs
    • -43
    • +0
    ./Core.Components.Gis/Theme/IMapCategory.cs
    • -13
    • +12
    ./Core.Components.Gis/Theme/MapTheme.cs
  1. … 10 more files in changeset.
Renamed IMapCriteria to ICriteria: - Works on general elements, not on specific MapElements

WTI-1551

    • -1
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +25
    ./Core.Components.Gis/Theme/Criteria/ICriteria.cs
  1. … 2 more files in changeset.