Revision: 17711
          http://sourceforge.net/p/gate/code/17711
Author:   markagreenwood
Date:     2014-03-20 11:48:02 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
added a new method impl to ICompilationUnit so that we can work with a newer 
version of ecj

Modified Paths:
--------------
    gate/trunk/src/main/gate/util/compilers/Eclipse.java

Modified: gate/trunk/src/main/gate/util/compilers/Eclipse.java
===================================================================
--- gate/trunk/src/main/gate/util/compilers/Eclipse.java        2014-03-20 
08:29:45 UTC (rev 17710)
+++ gate/trunk/src/main/gate/util/compilers/Eclipse.java        2014-03-20 
11:48:02 UTC (rev 17711)
@@ -145,6 +145,14 @@
         }
         return result;
       }
+      
+      // should be marked as override but until we have the new version of
+      // ecj available that would cause the build to fail, so far now
+      // we just mark it as unused instead to stop java complaining
+      @SuppressWarnings("unused")
+      public boolean ignoreOptionalProblems() {
+        return false;
+      }
     }
     
     // Name enviroment - maps class names to eclipse objects.  If the class

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to