From 47f4c5682c2339b11c36f7c83b68a0275cfac52d Mon Sep 17 00:00:00 2001
From: Simon Barner <barner@fortiss.org>
Date: Wed, 15 Nov 2017 12:50:46 +0000
Subject: [PATCH] YELLOW

---
 .../ui/internal/perspective/StoragePerspective.java       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/perspective/StoragePerspective.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/perspective/StoragePerspective.java
index 52f28969d..10ea3cf96 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/perspective/StoragePerspective.java
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/perspective/StoragePerspective.java
@@ -28,7 +28,7 @@ import org.eclipse.ui.IPerspectiveFactory;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating RED Hash: 8D40D954DBA6DFFC2798B79C9D79169E
+ * @ConQAT.Rating YELLOW Hash: E168A1D0FE4ED2A7D64F8F429C7B4940
  */
 public class StoragePerspective implements IPerspectiveFactory {
 
@@ -36,14 +36,14 @@ public class StoragePerspective implements IPerspectiveFactory {
 	public static final String ID = StoragePerspective.class.getName();
 
 	/** {@inheritDoc} */
-	@SuppressWarnings("deprecation")
 	@Override
 	public void createInitialLayout(IPageLayout layout) {
 		IFolderLayout left =
 				layout.createFolder("left", IPageLayout.LEFT, 0.2f, layout.getEditorArea());
-		// although it is deprecated, using the resource navigator in the storage
+		// Although it is deprecated, using the resource navigator in the storage
 		// perspective is sufficient (from the point of requirements for this perspective).
-		left.addView(IPageLayout.ID_RES_NAV);
+		// See: IPageLayout.ID_RES_NAV.
+		left.addView("org.eclipse.ui.views.ResourceNavigator");
 
 		IFolderLayout bottom =
 				layout.createFolder("bottom", IPageLayout.BOTTOM, 0.75f, layout.getEditorArea());
-- 
GitLab