Index: src/Common/DelftTools.Controls.Swf/Charting/ChartView.cs =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/DelftTools.Controls.Swf/Charting/ChartView.cs (.../ChartView.cs) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/Common/DelftTools.Controls.Swf/Charting/ChartView.cs (.../ChartView.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -685,7 +685,7 @@ return tool; } - public ISelectPointTool NewSelectPointTool() + public SelectPointTool NewSelectPointTool() { var tool = new SelectPointTool(teeChart.Chart) { Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/DelftTools.Controls.Swf/Charting/IChartSeriesValueProvider.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/DelftTools.Controls.Swf/Charting/Tools/ISelectPointTool.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/DelftTools.Controls.Swf/Charting/Tools/SelectPointTool.cs =================================================================== diff -u -r841d3efd31f92b5fb792bbd99c153dfeb0627458 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/DelftTools.Controls.Swf/Charting/Tools/SelectPointTool.cs (.../SelectPointTool.cs) (revision 841d3efd31f92b5fb792bbd99c153dfeb0627458) +++ src/Common/DelftTools.Controls.Swf/Charting/Tools/SelectPointTool.cs (.../SelectPointTool.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -61,7 +61,7 @@ /// /// Interactive selection of points of a specific series on the chart. /// - public class SelectPointTool : ChartViewSeriesToolBase, ISelectPointTool + public class SelectPointTool : ChartViewSeriesToolBase { public event NotifyCollectionChangedEventHandler CollectionChanged; private static readonly ILog log = LogManager.GetLogger(typeof(SelectPointTool)); Index: src/Common/DelftTools.Controls.Swf/DelftTools.Controls.Swf.csproj =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/DelftTools.Controls.Swf/DelftTools.Controls.Swf.csproj (.../DelftTools.Controls.Swf.csproj) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/Common/DelftTools.Controls.Swf/DelftTools.Controls.Swf.csproj (.../DelftTools.Controls.Swf.csproj) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -147,14 +147,12 @@ - Component - Index: src/Common/DelftTools.Shell.Gui.Swf/TreeViewNodePresenterBaseForPluginGui.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/DelftTools.Shell.Gui.Swf/TreeViewNodePresenterBaseForPluginGui.cs (.../TreeViewNodePresenterBaseForPluginGui.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/DelftTools.Shell.Gui.Swf/TreeViewNodePresenterBaseForPluginGui.cs (.../TreeViewNodePresenterBaseForPluginGui.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -10,8 +10,6 @@ /// public abstract class TreeViewNodePresenterBaseForPluginGui : TreeViewNodePresenterBase { - protected static readonly ILog log = LogManager.GetLogger(typeof(TreeViewNodePresenterBaseForPluginGui)); - public TreeViewNodePresenterBaseForPluginGui() {} public TreeViewNodePresenterBaseForPluginGui(GuiPlugin guiPlugin) Index: src/Common/GeoAPI/Geometries/ICoordinate.cs =================================================================== diff -u -r617ee3a431cbe007bae4877aa11bb16c5c2bdd71 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/GeoAPI/Geometries/ICoordinate.cs (.../ICoordinate.cs) (revision 617ee3a431cbe007bae4877aa11bb16c5c2bdd71) +++ src/Common/GeoAPI/Geometries/ICoordinate.cs (.../ICoordinate.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -15,7 +15,5 @@ double Distance(ICoordinate p); bool Equals2D(ICoordinate other); - - bool Equals3D(ICoordinate other); } } \ No newline at end of file Index: src/Common/GeoAPI/Geometries/IMultiLineString.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/GeoAPI/Geometries/IMultiLineString.cs (.../IMultiLineString.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/GeoAPI/Geometries/IMultiLineString.cs (.../IMultiLineString.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -2,6 +2,6 @@ { public interface IMultiLineString : IMultiCurve { - IMultiLineString Reverse(); + } } \ No newline at end of file Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/GeometriesGraph/Index/SimpleEdgeSetIntersector.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/GeometriesGraph/Index/SweepLineSegment.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/IO/GeoTools/Dbase/DbaseFileWriter.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiLineHandler.cs =================================================================== diff -u -r98a7464aa2f9a8163979b8a9d5ac617e412ba3a0 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiLineHandler.cs (.../MultiLineHandler.cs) (revision 98a7464aa2f9a8163979b8a9d5ac617e412ba3a0) +++ src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiLineHandler.cs (.../MultiLineHandler.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -2,6 +2,7 @@ using System.IO; using GeoAPI.Geometries; using GisSharpBlog.NetTopologySuite.Geometries; +using GisSharpBlog.NetTopologySuite.IO.GeoTools; namespace GisSharpBlog.NetTopologySuite.IO.Handlers { Index: src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiPointHandler.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiPointHandler.cs (.../MultiPointHandler.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/IO/GeoTools/Handlers/MultiPointHandler.cs (.../MultiPointHandler.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -2,6 +2,7 @@ using System.IO; using GeoAPI.Geometries; using GisSharpBlog.NetTopologySuite.Geometries; +using GisSharpBlog.NetTopologySuite.IO.GeoTools; namespace GisSharpBlog.NetTopologySuite.IO.Handlers { Index: src/Common/NetTopologySuite/IO/GeoTools/Handlers/PointHandler.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/Handlers/PointHandler.cs (.../PointHandler.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/IO/GeoTools/Handlers/PointHandler.cs (.../PointHandler.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -2,6 +2,7 @@ using System.IO; using GeoAPI.Geometries; using GisSharpBlog.NetTopologySuite.Geometries; +using GisSharpBlog.NetTopologySuite.IO.GeoTools; namespace GisSharpBlog.NetTopologySuite.IO.Handlers { Index: src/Common/NetTopologySuite/IO/GeoTools/Handlers/PolygonHandler.cs =================================================================== diff -u -r98a7464aa2f9a8163979b8a9d5ac617e412ba3a0 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/Handlers/PolygonHandler.cs (.../PolygonHandler.cs) (revision 98a7464aa2f9a8163979b8a9d5ac617e412ba3a0) +++ src/Common/NetTopologySuite/IO/GeoTools/Handlers/PolygonHandler.cs (.../PolygonHandler.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -4,6 +4,7 @@ using GeoAPI.Geometries; using GisSharpBlog.NetTopologySuite.Algorithm; using GisSharpBlog.NetTopologySuite.Geometries; +using GisSharpBlog.NetTopologySuite.IO.GeoTools; namespace GisSharpBlog.NetTopologySuite.IO.Handlers { Index: src/Common/NetTopologySuite/IO/GeoTools/ShapefileException.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/ShapefileException.cs (.../ShapefileException.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/IO/GeoTools/ShapefileException.cs (.../ShapefileException.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -1,36 +1,16 @@ using System; -using System.Runtime.Serialization; -namespace GisSharpBlog.NetTopologySuite.IO +namespace GisSharpBlog.NetTopologySuite.IO.GeoTools { /// /// The exception that is thrown when a non-fatal application error occurs related to Topology functionality. /// internal class ShapefileException : ApplicationException { /// - /// Initializes a new instance of the ShapefileException class. - /// - public ShapefileException() {} - - /// /// Initializes a new instance of the ShapefileException class with a specified error message. /// /// A message that describes the error. public ShapefileException(string message) : base(message) {} - - /// - /// Initializes a new instance of the ApplicationException class with serialized data. - /// - /// The object that holds the serialized object data. - /// The contextual information about the source or destination. - public ShapefileException(SerializationInfo info, StreamingContext context) : base(info, context) {} - - /// - /// Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception. - /// - /// The error message that explains the reason for the exception. - /// The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception - public ShapefileException(string message, Exception innerException) : base(message, innerException) {} } } \ No newline at end of file Index: src/Common/NetTopologySuite/IO/GeoTools/ShapefileHeader.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/IO/GeoTools/ShapefileHeader.cs (.../ShapefileHeader.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/NetTopologySuite/IO/GeoTools/ShapefileHeader.cs (.../ShapefileHeader.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -2,6 +2,7 @@ using System.Diagnostics; using GeoAPI.Geometries; using GisSharpBlog.NetTopologySuite.Geometries; +using GisSharpBlog.NetTopologySuite.IO.GeoTools; namespace GisSharpBlog.NetTopologySuite.IO { Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/IO/PostGisGeometryType.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/LinearReferencing/LengthLocationMap.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/LinearReferencing/LinearGeometryBuilder.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/Common/NetTopologySuite/NetTopologySuite.csproj =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/Common/NetTopologySuite/NetTopologySuite.csproj (.../NetTopologySuite.csproj) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/Common/NetTopologySuite/NetTopologySuite.csproj (.../NetTopologySuite.csproj) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -152,10 +152,8 @@ - - @@ -197,7 +195,6 @@ - @@ -208,7 +205,6 @@ - @@ -220,8 +216,6 @@ - - @@ -307,16 +301,8 @@ - - - - - - - - Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Simplify/LineSegmentIndex.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Simplify/TaggedLineSegment.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Simplify/TaggedLineString.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Simplify/TaggedLineStringSimplifier.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Triangulate/ConstraintEnforcementException.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Triangulate/ConstraintVertex.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Triangulate/DelaunayTriangulationBuilder.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/Common/NetTopologySuite/Triangulate/NonEncroachingSplitPointFinder.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/DeltaShell/DeltaShell.Gui/Forms/HelpAboutBoxData.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/DeltaShell/DeltaShell.Gui/Forms/HelpAboutBoxData.cs (.../HelpAboutBoxData.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Gui/Forms/HelpAboutBoxData.cs (.../HelpAboutBoxData.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -17,8 +17,6 @@ public string Copyright { get; set; } - public string Description { get; set; } - public string Version { get; set; } public string SupportEmail { get; set; } Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -100,7 +100,6 @@ True Resources.nl-NL.resx - Fisheye: Tag 367570aed0000b2f1bf6ed9e98385a47f4302e85 refers to a dead (removed) revision in file `src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Property/AttributeProperties.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r367570aed0000b2f1bf6ed9e98385a47f4302e85 --- src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs (.../VectorStyleTreeViewNodePresenter.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Forms/MapLegendView/VectorStyleTreeViewNodePresenter.cs (.../VectorStyleTreeViewNodePresenter.cs) (revision 367570aed0000b2f1bf6ed9e98385a47f4302e85) @@ -1,6 +1,5 @@ using System.ComponentModel; using DelftTools.Controls; -using DelftTools.Shell.Gui; using DelftTools.Shell.Gui.Swf; using SharpMap.Styles; @@ -10,8 +9,6 @@ { public VectorStyleTreeViewNodePresenter() : base(null) {} - public VectorStyleTreeViewNodePresenter(GuiPlugin guiPlugin) : base(guiPlugin) {} - public override void UpdateNode(ITreeNode parentNode, ITreeNode node, VectorStyle style) { if (node.Tag != style)