From 8ada8d5d462bb66d3b5c38917d4c543a152358c4 Mon Sep 17 00:00:00 2001
From: Daniel Ratiu <ratiu@fortiss.org>
Date: Wed, 19 Feb 2014 15:19:56 +0000
Subject: [PATCH] RED refs 1940

---
 .../tooling/kernel/ui/util/EObjectSelectionUtils.java       | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java
index 17cba06f7..08887dd58 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java
@@ -73,7 +73,11 @@ public final class EObjectSelectionUtils {
 		return null;
 	}
 
-	/** Try to retrieve an EObject from an Object. */
+	/**
+	 * TODO (dan): the name of this method is really strange - it breaks the Java and AF3 naming
+	 * conventions
+	 * Try to retrieve an EObject from an Object.
+	 */
 	private static EObject EObjectOfObject(Object o) {
 		if(o instanceof EObject) {
 			return (EObject)o;
-- 
GitLab