Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Branch SDK Build: 4.7.0 Y-Build: Y20160811-1000

The unanticipated comparator messages don't indicate a problem.

The diffs in SWT occurred because SWT only does a build input for I-builds on Tuesdays.

The diffs in org.eclipse.equinox.p2.ui.discovery are due to the fixes for these two bugs:

Bug 460491: [compiler] don't consider parameter-less static member type with generic enclosing as parameterized
Bug 499539: Update JDT core and apt to use Oxygen M1 to produce M2

These lines got deleted from the disassembled class file http://build.eclipse.org/eclipse/builds/4Y/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/artifactcomparison/no-classifier/org/eclipse/equinox/internal/p2/ui/discovery/util/ControlListViewer$5.class-baseline:
// signature Ljava/lang/Object;Lorg/eclipse/equinox/internal/p2/ui/discovery/util/ControlListItem$IndexListener;
// declaration: org/eclipse/equinox/internal/p2/ui/discovery/util/ControlListViewer$5 implements org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListItem$IndexListener

This is OK, because IndexListener is a nested (and therefore static) interface that is not parameterized (although its enclosing type ControlListItem<T> is parameterized).

I'll touch the p2 bundle via bug Bug 499539.

Markus



From:        genie.releng@xxxxxxxxxxx
To:        sravankumarl@xxxxxxxxxx, jdt-core-dev@xxxxxxxxxxx
Date:        2016-08-11 18:11
Subject:        [jdt-core-dev] Branch SDK Build: 4.7.0 Y-Build: Y20160811-1000
Sent by:        jdt-core-dev-bounces@xxxxxxxxxxx




Eclipse downloads:
 
http://download.eclipse.org/eclipse/downloads/drops4/Y20160811-1000/

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

   Check unanticipated comparator messages:
     
http://download.eclipse.org/eclipse/downloads/drops4/Y20160811-1000/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt

Software site repository:
 
http://download.eclipse.org/eclipse/updates/4.7-Y-builds

Specific (simple) site repository:
 
http://download.eclipse.org/eclipse/updates/4.7-Y-builds/Y20160811-1000_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev



Back to the top