Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.6.0 N-Build: N20151214-2000 => many generics-related warnings

This build contains tons of compile warnings due to
Bug 483395: Don't ignore unavoidableGenericProblems in production code by default

I'll revert that change for the I-build, to avoid that other (more important) warnings go undetected.
Components should still have a look at their warnings and fix them ASAP.

There's one bigger API in JDT Core  that may require a few bundles to keep suppressing unavoidableGenericProblems, see
Bug 421101: [dom ast] Use generics in DOM APIs
This will not get fixed right away.

Since Tycho does not support javacWarnings..=-unavoidableGenericProblems in the build.properties, the solution for bundles that can't fix all warnings will be to add this at the top of their pom.xml:

  <properties>
    <code.ignoredWarnings>${code.ignoredWarningsUnavoidable}</code.ignoredWarnings>
  </properties>

You should only start doing this tomorrow, after this property has been propagated to the aggregator that's being used for Gerrit builds.

Thanks,
Markus



From:        e4Builder@xxxxxxxxxxx
To:        platform-releng-dev@xxxxxxxxxxx
Date:        2015-12-15 03:33
Subject:        [platform-releng-dev] 4.6.0 N-Build: N20151214-2000
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Eclipse downloads:
 
http://download.eclipse.org/eclipse/downloads/drops4/N20151214-2000/

   Build logs and/or test results (eventually):
     
http://download.eclipse.org/eclipse/downloads/drops4/N20151214-2000/testResults.php

Software site repository:
 
http://download.eclipse.org/eclipse/updates/4.6-N-builds

Specific (simple) site repository:
 
http://download.eclipse.org/eclipse/updates/4.6-N-builds/N20151214-2000

Equinox downloads:
 
http://download.eclipse.org/equinox/drops/N20151214-2000_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Back to the top