Community
Participate
Working Groups
bValid = false;
}
if (!name.contains(" ")) {
if (!(name.indexOf(' ') > -1)) {
StringTokenizer stok = new StringTokenizer(name, "."); //$NON-NLS-1$
outer : while (stok.hasMoreTokens()) {
String token = stok.nextToken();
#Thu Jun 08 00:49:36 EDT 2006
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
org.eclipse.jdt.core.compiler.source=1.3
if(LOG_WARNINGS) {
/* the third entry in the array is this stack frame, we walk back from there. */
StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
StackTraceElement[] stackTrace = (new Exception()).getStackTrace();
if(stackTrace.length > 4) {
StringBuffer warningMessage = new StringBuffer("WTPResourceFactoryRegistry.registerLastFileSegment() was called explicitly from " + stackTrace[3]);
warningMessage.append("\nThis happened around: \n");