Fisheye: Tag 43d195747f69076f45b755a245c29ea90ff4ee05 refers to a dead (removed) revision in file `Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Plugin/FileImporter/MacroStabilityInwardsFailureMechanismSectionResultUpdateStrategy.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs =================================================================== diff -u -r21c3c3cc07b1a3932e322ec6cec98bf4c81c0641 -r43d195747f69076f45b755a245c29ea90ff4ee05 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision 21c3c3cc07b1a3932e322ec6cec98bf4c81c0641) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Plugin/MacroStabilityInwardsPlugin.cs (.../MacroStabilityInwardsPlugin.cs) (revision 43d195747f69076f45b755a245c29ea90ff4ee05) @@ -47,6 +47,7 @@ using Riskeer.Common.IO.SoilProfile; using Riskeer.Common.IO.SurfaceLines; using Riskeer.Common.Plugin; +using Riskeer.Common.Plugin.FileImporters; using Riskeer.Common.Util.Helpers; using Riskeer.MacroStabilityInwards.Data; using Riskeer.MacroStabilityInwards.Data.SoilProfile; @@ -236,8 +237,8 @@ }; yield return RiskeerUpdateInfoFactory.CreateFailureMechanismSectionsUpdateInfo< - MacroStabilityInwardsFailureMechanismSectionsContext, MacroStabilityInwardsFailureMechanism, MacroStabilityInwardsFailureMechanismSectionResultOld, AdoptableWithProfileProbabilityFailureMechanismSectionResult>( - new MacroStabilityInwardsFailureMechanismSectionResultUpdateStrategy()); + MacroStabilityInwardsFailureMechanismSectionsContext, MacroStabilityInwardsFailureMechanism, AdoptableWithProfileProbabilityFailureMechanismSectionResult>( + new AdoptableWithProfileProbabilityFailureMechanismSectionResultUpdateStrategy()); } public override IEnumerable GetViewInfos() Fisheye: Tag 43d195747f69076f45b755a245c29ea90ff4ee05 refers to a dead (removed) revision in file `Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/FileImporter/MacroStabilityInwardsFailureMechanismSectionResultUpdateStrategyTest.cs'. Fisheye: No comparison available. Pass `N' to diff?