### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.performance Index: src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java,v retrieving revision 1.49.4.3 diff -u -r1.49.4.3 FullSourceWorkspaceTests.java --- src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java 25 Mar 2009 16:23:13 -0000 1.49.4.3 +++ src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java 30 Mar 2009 14:48:19 -0000 @@ -643,13 +643,17 @@ System.out.println("("+(System.currentTimeMillis()-start)+"ms)"); // Create lib entries for the JDKs + String jreLibPath = JavaCore.getClasspathVariable("JRE_LIB").toOSString(); System.out.print("Create lib entries for the JDKs..."); start = System.currentTimeMillis(); String[] jdkLibs = Util.getJavaClassLibs(); int jdkLibsLength = jdkLibs.length; IClasspathEntry[] jdkEntries = new IClasspathEntry[jdkLibsLength]; + int jdkEntriesCount = 0; for (int i=0; i