Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] New compiler warnings in the recent N-Builds


I too saw these errors in M2.  I believe this is from the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=203241.  The JDT team might have more information if you are curious.

Brian Bauman
    IBM Software Group - Austin, TX
    Eclipse Committer
    baumanbr@xxxxxxxxxx
    (512) 838 -2938 (T/L 678-2938)



From: Thomas Watson/Austin/IBM@IBMUS
To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date: 10/15/2007 10:03 AM
Subject: [platform-releng-dev] New compiler warnings in the recent N-Builds





I have noticed some additional compiler warnings since the N20071012-0010 build. In particular the compiler is now flagging abstract classes which extend Serializable classes if they do not have a serialVersionUID. For example:

abstract class BundlePermissionCollection extends PermissionCollection {
The serializable class BundlePermissionCollection does not declare a static final serialVersionUID field of type long

Are these valid warnings? Did something change in the compiler settings to trigger the new warnings. As far as I can tell this type of thing was not flagged in previous builds.

Tom



Inactive hide details for eclipse-releng---10/15/2007 08:29:38 AM---Build N20071015-0010 (Timestamp: 200710150010): Automated Jeclipse-releng---10/15/2007 08:29:38 AM---Build N20071015-0010 (Timestamp: 200710150010): Automated JUnit testing is complete. Test failures/errors occurred in the fol

From:

eclipse-releng@xxxxxxxxxxx

To:

platform-releng-dev@xxxxxxxxxxx

Date:

10/15/2007 08:29 AM

Subject:

[platform-releng-dev] [eclipse-build]Build N20071015-0010 (Timestamp: 200710150010):Automated JUnit testing complete. Test failures/errors occurred.





Build N20071015-0010 (Timestamp: 200710150010):  Automated JUnit testing is complete.  Test failures/errors occurred in the following:  

org.eclipse.jdt.ui.tests_linux.gtk.x86
org.eclipse.jdt.ui.tests_macosx.carbon.ppc_5.0
org.eclipse.jdt.ui.tests_win32.win32.x86
org.eclipse.ua.tests_linux.gtk.x86
org.eclipse.ua.tests_macosx.carbon.ppc_5.0
org.eclipse.ua.tests_win32.win32.x86
org.eclipse.releng.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.pde.ui.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.pde.build.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.apt.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.core.tests.builder_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.core.tests.compiler_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.core.tests.model_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.core.tests.performance_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.debug.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.text.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.ui.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jdt.ui.tests.refactoring_linux.gtk.x86_5.0 (file missing)
org.eclipse.ant.tests.core_linux.gtk.x86_5.0 (file missing)
org.eclipse.ant.tests.ui_linux.gtk.x86_5.0 (file missing)
org.eclipse.compare.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.core.filebuffers.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.core.tests.resources_linux.gtk.x86_5.0 (file missing)
org.eclipse.jface.text.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.team.tests.core_linux.gtk.x86_5.0 (file missing)
org.eclipse.team.tests.cvs.core_linux.gtk.x86_5.0 (file missing)
org.eclipse.core.tests.net_linux.gtk.x86_5.0 (file missing)
org.eclipse.text.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.ua.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.editors.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.tests.navigator_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.tests.views.properties.tabbed_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.workbench.texteditor.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.update.tests.core_linux.gtk.x86_5.0 (file missing)
org.eclipse.ltk.core.refactoring.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.ltk.ui.refactoring.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.core.tests.runtime_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.jface.tests.databinding_linux.gtk.x86_5.0 (file missing)
org.eclipse.swt.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.core.expressions.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.osgi.tests_linux.gtk.x86_5.0 (file missing)
org.eclipse.ui.tests.rcp_linux.gtk.x86_5.0 (file missing)

HTTP Download:

http://download.eclipse.org/eclipse/downloads/drops/N20071015-0010


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

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


Back to the top