// 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)
/*
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;
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
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