Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20060419-0840 (Timestamp: 200604190840):Automated JUnit testing complete. Test failures/errors occurred.

Releng tests failures come from:

/builds/N200604190840/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/XMLSearchParticipant.java:333: 
warning - @return tag has no arguments.
/builds/N200604190840/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchIndex.java:46: 
warning - @param argument "locale" is not a parameter name.
/builds/N200604190840/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/LuceneSearchParticipant.java:69: 
warning - @param argument "index" is not a parameter name.




Here is a patch for them.

Olivier




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2006-04-19 13:51
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build N20060419-0840 (Timestamp: 
200604190840):Automated JUnit testing complete. Test failures/errors 
occurred.






Build N20060419-0840 (Timestamp: 200604190840):  Automated JUnit testing 
is complete.  Test failures/errors occurred in the following: 

org.eclipse.ant.tests.ui_macosx.carbon.ppc
org.eclipse.core.tests.resources_linux.gtk.x86
org.eclipse.core.tests.resources_macosx.carbon.ppc
org.eclipse.jdt.ui.tests.refactoring_macosx.carbon.ppc
org.eclipse.releng.tests_linux.gtk.x86
org.eclipse.releng.tests_macosx.carbon.ppc
org.eclipse.releng.tests_win32.win32.x86
org.eclipse.swt.tests_linux.gtk.x86
org.eclipse.team.tests.cvs_linux.gtk.x86
org.eclipse.team.tests.cvs_macosx.carbon.ppc
org.eclipse.team.tests.cvs_win32.win32.x86
org.eclipse.ui.tests_linux.gtk.x86
org.eclipse.ui.tests_macosx.carbon.ppc
org.eclipse.ui.tests_win32.win32.x86

HTTP Download:

                 
http://download.eclipse.org/eclipse/downloads/drops/N20060419-0840 

FTP Download:

                 user: anonymous
                 password: (e-mail address or leave blank)
                 server:  download.eclipse.org
                 cd to directory:  N20060419-0840

                 or

                 ftp://download.eclipse.org/N20060419-0840
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

### Eclipse Workspace Patch 1.0
#P org.eclipse.help.base
Index: src/org/eclipse/help/search/LuceneSearchParticipant.java
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.help.base/src/org/eclipse/help/search/LuceneSearchParticipant.java,v
retrieving revision 1.3
diff -u -r1.3 LuceneSearchParticipant.java
--- src/org/eclipse/help/search/LuceneSearchParticipant.java	23 Feb 2006 22:50:53 -0000	1.3
+++ src/org/eclipse/help/search/LuceneSearchParticipant.java	19 Apr 2006 17:56:56 -0000
@@ -62,8 +62,6 @@
 	 * 
 	 * @param id
 	 *            the unique identifier of this participant
-	 * @param index
-	 *            the search index for the current locale
 	 */
 
 	public final void init(String id) {
Index: src/org/eclipse/help/search/XMLSearchParticipant.java
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.help.base/src/org/eclipse/help/search/XMLSearchParticipant.java,v
retrieving revision 1.5
diff -u -r1.5 XMLSearchParticipant.java
--- src/org/eclipse/help/search/XMLSearchParticipant.java	2 Mar 2006 00:10:04 -0000	1.5
+++ src/org/eclipse/help/search/XMLSearchParticipant.java	19 Apr 2006 17:56:56 -0000
@@ -327,7 +327,7 @@
 	/**
 	 * Returns the name of the element that is currently at the top of the element stack.
 	 * 
-	 * @return
+	 * @return the name of the element that is currently at the top of the element stack
 	 */
 
 	protected String getTopElement() {
Index: src/org/eclipse/help/search/ISearchIndex.java
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.help.base/src/org/eclipse/help/search/ISearchIndex.java,v
retrieving revision 1.2
diff -u -r1.2 ISearchIndex.java
--- src/org/eclipse/help/search/ISearchIndex.java	17 Apr 2006 15:19:45 -0000	1.2
+++ src/org/eclipse/help/search/ISearchIndex.java	19 Apr 2006 17:56:56 -0000
@@ -37,8 +37,6 @@
 	 *            the URL of the document using format '/pluginId/href'
 	 * @param id
 	 *            the unique id of this document as defined in the participant
-	 * @param locale
-	 *            the index locale
 	 * @param doc
 	 *            the Lucene document
 	 * @return the status of the operation

Back to the top