PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPSyntaxRdr.java
index 20f6404..a9b162e 100644 (file)
@@ -298,14 +298,14 @@ public class PHPSyntaxRdr {
        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);
        }