Fisheye: Tag f8ec654e0f44c9b320aa5a3a2eb702a67fb9f485 refers to a dead (removed) revision in file `Riskeer/HeightStructures/src/Riskeer.HeightStructures.Plugin/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategy.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/HeightStructures/src/Riskeer.HeightStructures.Plugin/HeightStructuresPlugin.cs =================================================================== diff -u -r8ba64004e28058fce306a424a0cfe9d6b17c814e -rf8ec654e0f44c9b320aa5a3a2eb702a67fb9f485 --- Riskeer/HeightStructures/src/Riskeer.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision 8ba64004e28058fce306a424a0cfe9d6b17c814e) +++ Riskeer/HeightStructures/src/Riskeer.HeightStructures.Plugin/HeightStructuresPlugin.cs (.../HeightStructuresPlugin.cs) (revision f8ec654e0f44c9b320aa5a3a2eb702a67fb9f485) @@ -49,6 +49,7 @@ using Riskeer.Common.IO.FileImporters.MessageProviders; using Riskeer.Common.IO.Structures; using Riskeer.Common.Plugin; +using Riskeer.Common.Plugin.FileImporters; using Riskeer.Common.Service; using Riskeer.Common.Util; using Riskeer.Common.Util.Helpers; @@ -139,8 +140,8 @@ }; yield return RiskeerUpdateInfoFactory.CreateFailureMechanismSectionsUpdateInfo< - HeightStructuresFailureMechanismSectionsContext, HeightStructuresFailureMechanism, HeightStructuresFailureMechanismSectionResultOld, AdoptableFailureMechanismSectionResult>( - new HeightStructuresFailureMechanismSectionResultUpdateStrategy()); + HeightStructuresFailureMechanismSectionsContext, HeightStructuresFailureMechanism, AdoptableFailureMechanismSectionResult>( + new AdoptableFailureMechanismSectionResultUpdateStrategy()); } public override IEnumerable GetExportInfos() Fisheye: Tag f8ec654e0f44c9b320aa5a3a2eb702a67fb9f485 refers to a dead (removed) revision in file `Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategyTest.cs'. Fisheye: No comparison available. Pass `N' to diff?