|
From: <caw...@us...> - 2007-06-12 16:18:49
|
Revision: 2606
http://svn.sourceforge.net/rubyeclipse/?rev=2606&view=rev
Author: cawilliams
Date: 2007-06-12 09:18:48 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/BasicSearchEngine.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/BasicSearchEngine.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/BasicSearchEngine.java 2007-06-12 16:18:42 UTC (rev 2605)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/BasicSearchEngine.java 2007-06-12 16:18:48 UTC (rev 2606)
@@ -266,7 +266,7 @@
return RubyModelManager.getRubyModelManager().getWorkspaceScope();
}
- public static Collection<? extends IType> findType(String simpleTypeName) {
+ public static Collection<IType> findType(String simpleTypeName) {
SearchPattern pattern = SearchPattern.createPattern(IRubyElement.TYPE, "*" + simpleTypeName + "*", IRubySearchConstants.DECLARATIONS, SearchPattern.R_PATTERN_MATCH);
SearchParticipant[] participants = new SearchParticipant[] {getDefaultSearchParticipant()};
IRubySearchScope scope = createWorkspaceScope();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|