PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / TemplateSet.java
index d7de172..7e17912 100644 (file)
@@ -21,6 +21,7 @@ import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.ParserConfigurationException;
 
 import net.sourceforge.phpeclipse.PHPeclipsePlugin;
+
 import org.apache.xml.serialize.OutputFormat;
 import org.apache.xml.serialize.Serializer;
 import org.apache.xml.serialize.SerializerFactory;
@@ -33,13 +34,9 @@ import org.w3c.dom.NodeList;
 import org.w3c.dom.Text;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
-//import org.eclipse.jdt.internal.ui.JavaUIStatus;
-//import org.eclipse.jdt.internal.ui.JavaUIException;
-
-import net.sourceforge.phpeclipse.PHPeclipsePlugin;
 
 /**
- * <code>TemplateSet</code> manages a collection of templates and makes them
+ * <code>ObfuscatorIgnoreSet</code> manages a collection of templates and makes them
  * persistent.
  */
 public class TemplateSet {
@@ -231,14 +228,14 @@ public class TemplateSet {
        private static void throwReadException(Throwable t) throws CoreException {
     PHPeclipsePlugin.log(t);
 //             IStatus status= new JavaUIStatus(JavaStatusConstants.TEMPLATE_IO_EXCEPTION,
-//                     TemplateMessages.getString("TemplateSet.error.read"), t); //$NON-NLS-1$
+//                     ObfuscatorMessages.getString("TemplateSet.error.read"), t); //$NON-NLS-1$
 //             throw new JavaUIException(status);
        }
        
        private static void throwWriteException(Throwable t) throws CoreException {
     PHPeclipsePlugin.log(t);
 //             IStatus status= new JavaUIStatus(JavaStatusConstants.TEMPLATE_IO_EXCEPTION,
-//                     TemplateMessages.getString("TemplateSet.error.write"), t); //$NON-NLS-1$
+//                     ObfuscatorMessages.getString("TemplateSet.error.write"), t); //$NON-NLS-1$
 //             throw new JavaUIException(status);
        }