switched off debugging information
authorkhartlage <khartlage>
Wed, 16 Jun 2004 19:55:24 +0000 (19:55 +0000)
committerkhartlage <khartlage>
Wed, 16 Jun 2004 19:55:24 +0000 (19:55 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/Compiler.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/JavaModelManager.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/builder/PHPBuilder.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/DecoratingJavaLabelProvider.java

index 45967fc..274b056 100644 (file)
@@ -42,7 +42,7 @@ public class Compiler implements ITypeRequestor, ProblemSeverities {
   // name lookup
   public LookupEnvironment lookupEnvironment;
   // ONCE STABILIZED, THESE SHOULD RETURN TO A FINAL FIELD
-  public static boolean DEBUG = true;
+  public static boolean DEBUG = false;
   public int parseThreshold = -1;
   // number of initial units parsed at once (-1: none)
   /*
index c99dfcc..04597a0 100644 (file)
@@ -608,7 +608,7 @@ public class JavaModelManager implements ISaveParticipant {
                        return buffer.toString();
                }
        }
-       public static boolean VERBOSE = true;
+       public static boolean VERBOSE = false;
        public static boolean CP_RESOLVE_VERBOSE = false;
        public static boolean ZIP_ACCESS_VERBOSE = false;
        
index e694619..b345248 100644 (file)
@@ -58,7 +58,7 @@ public class PHPBuilder extends IncrementalProjectBuilder {
   char[][] extraResourceFileFilters;
   String[] extraResourceFolderFilters;
   public static final String CLASS_EXTENSION = "class"; //$NON-NLS-1$
-  public static boolean DEBUG = true;
+  public static boolean DEBUG = false;
   /**
    * A list of project names that have been built. This list is used to reset
    * the JavaModel.existingExternalFiles cache when a build cycle begins so
index 921fe54..5712683 100644 (file)
@@ -20,7 +20,6 @@ import org.eclipse.swt.graphics.Image;
 import org.eclipse.ui.IDecoratorManager;
 import org.eclipse.ui.PlatformUI;
 
-
 /**
  * Decorator prepared for the switch to use lightweight label decorators:
  * uncomment the lbale decorator entries in plugin.xml and change