|
From: <caw...@us...> - 2007-06-12 03:11:18
|
Revision: 2600
http://svn.sourceforge.net/rubyeclipse/?rev=2600&view=rev
Author: cawilliams
Date: 2007-06-11 20:11:17 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
change wording of members sort order. change fields to instance variables?
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/CodeDuplicationDetector.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/CodeDuplicationDetector.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/CodeDuplicationDetector.java 2007-06-11 21:00:56 UTC (rev 2599)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/builder/CodeDuplicationDetector.java 2007-06-12 03:11:17 UTC (rev 2600)
@@ -15,6 +15,7 @@
import org.rubypeople.rdt.internal.core.pmd.Match;
import org.rubypeople.rdt.internal.core.pmd.TokenEntry;
+// XXX Either use this in some way, or remove it!
public class CodeDuplicationDetector implements MultipleFileCompiler {
private IMarkerManager markerManager;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|