|
From: <caw...@us...> - 2007-09-10 15:12:58
|
Revision: 3120
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3120&view=rev
Author: cawilliams
Date: 2007-09-10 08:12:56 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/search/SearchPattern.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/search/SearchPattern.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/search/SearchPattern.java 2007-09-10 14:56:26 UTC (rev 3119)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/search/SearchPattern.java 2007-09-10 15:12:56 UTC (rev 3120)
@@ -952,6 +952,9 @@
char[] declaringQualification = null;
switch (element.getElementType()) {
case IRubyElement.FIELD :
+ case IRubyElement.INSTANCE_VAR :
+ case IRubyElement.CONSTANT :
+ case IRubyElement.CLASS_VAR :
IField field = (IField) element;
if (!ignoreDeclaringType) {
IType declaringClass = field.getDeclaringType();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|