|
From: <caw...@us...> - 2007-05-30 13:25:16
|
Revision: 2558
http://svn.sourceforge.net/rubyeclipse/?rev=2558&view=rev
Author: cawilliams
Date: 2007-05-30 06:25:15 -0700 (Wed, 30 May 2007)
Log Message:
-----------
clean up old todo
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/corext/util/TypeInfoFactory.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/corext/util/TypeInfoFactory.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/corext/util/TypeInfoFactory.java 2007-05-30 13:25:07 UTC (rev 2557)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/corext/util/TypeInfoFactory.java 2007-05-30 13:25:15 UTC (rev 2558)
@@ -40,8 +40,7 @@
String pn= getPackageName(packageName);
String tn= new String(typeName);
TypeInfo result= null;
- // FIXME If the type is in an external file we need to handle that!
- String project = getProject(path);
+ String project = getProject(path);
if (project != null) {
result = createIFileTypeInfo(pn, tn, enclosingName, isModule, path, getIFileTypeInfo(fLast), project);
} else {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|