### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.performance Index: src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java,v retrieving revision 1.37 diff -u -r1.37 FullSourceWorkspaceSearchTests.java --- src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java 19 Oct 2007 15:57:18 -0000 1.37 +++ src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java 20 Mar 2008 10:49:26 -0000 @@ -633,8 +633,12 @@ /** * Performance tests for search: Package Declarations. + * @deprecated because this test does not last enough to be pertinent + * @see #testSearchPackageDeclarationsWorkspace() This test is the only + * valid test to ensure that no regression occurs while searching for package + * declarations */ - public void testSearchPackageDeclarations() throws CoreException { + public void _testSearchPackageDeclarations() throws CoreException { tagAsSummary("Search package declarations", false); // do NOT put in fingerprint // Wait for indexing end @@ -707,6 +711,7 @@ * This action searches all package declarations on the entire workspace. * Not activated, as this is more a JDT/UI performance tests, but released * to keep a trace in the repository... + * @deprecated */ public void _testGotoPackage() throws CoreException {