Skip to content

Console Output

Skipping 990 KB.. Full Log
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[254] 
[ERROR] 	gradientImage.setBackground(getBackground());
[ERROR] 	                            ^^^^^^^^^^^^^
[ERROR] The method getBackground() is undefined for the type GradientCanvas
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[255] 
[ERROR] 	GC gc = new GC(gradientImage);
[ERROR] 	^^
[ERROR] GC cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[255] 
[ERROR] 	GC gc = new GC(gradientImage);
[ERROR] 	            ^^
[ERROR] GC cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[255] 
[ERROR] 	GC gc = new GC(gradientImage);
[ERROR] 	               ^^^^^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[256] 
[ERROR] 	gc.drawImage(backgroundImage, 0, 0);
[ERROR] 	             ^^^^^^^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[259] 
[ERROR] 	setBackgroundImage(gradientImage);
[ERROR] 	                   ^^^^^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[263] 
[ERROR] 	private void drawTextGradient(GC gc, int width, int height) {
[ERROR] 	                              ^^
[ERROR] GC cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[264] 
[ERROR] 	final Color oldBackground = gc.getBackground();
[ERROR] 	      ^^^^^
[ERROR] Color cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[265] 
[ERROR] 	if (gradientInfo.gradientColors.length == 1) {
[ERROR] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Color cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[266] 
[ERROR] 	if (gradientInfo.gradientColors[0] != null) {
[ERROR] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Color cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[323] 
[ERROR] 	if (alignment == SWT.BOTTOM) {
[ERROR] 	                 ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[331] 
[ERROR] 	return (flags & BOTTOM_SEPARATOR) != 0 ? SWT.BOTTOM : SWT.TOP;
[ERROR] 	                                         ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[335] 
[ERROR] 	public void putColor(String key, Color color) {
[ERROR] 	                                 ^^^^^
[ERROR] Color cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/GradientCanvas.java:[343] 
[ERROR] 	public Color getColor(String key) {
[ERROR] 	       ^^^^^
[ERROR] Color cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[18] 
[ERROR] 	import org.eclipse.swt.SWT;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.SWT cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[19] 
[ERROR] 	import org.eclipse.swt.widgets.Shell;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Shell cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[42] 
[ERROR] 	public static Shell getShell() {
[ERROR] 	              ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[46] 
[ERROR] 	Shell modal = getModalShellExcluding(null);
[ERROR] 	^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[46] 
[ERROR] 	Shell modal = getModalShellExcluding(null);
[ERROR] 	              ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getModalShellExcluding(Shell) from the type DiscoveryUiUtil refers to the missing type Shell
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[50] 
[ERROR] 	return getNonModalShell();
[ERROR] 	       ^^^^^^^^^^^^^^^^
[ERROR] The method getNonModalShell() from the type DiscoveryUiUtil refers to the missing type Shell
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[60] 
[ERROR] 	public static Shell getNonModalShell() {
[ERROR] 	              ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[65] 
[ERROR] 	return windows[0].getShell();
[ERROR] 	                  ^^^^^^^^
[ERROR] The method getShell() from the type IWorkbenchWindow refers to the missing type Shell
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[68] 
[ERROR] 	return window.getShell();
[ERROR] 	              ^^^^^^^^
[ERROR] The method getShell() from the type IWorkbenchWindow refers to the missing type Shell
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[84] 
[ERROR] 	public static Shell getModalShellExcluding(Shell shell) {
[ERROR] 	              ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[84] 
[ERROR] 	public static Shell getModalShellExcluding(Shell shell) {
[ERROR] 	                                           ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[86] 
[ERROR] 	Shell[] shells = workbench.getDisplay().getShells();
[ERROR] 	^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[86] 
[ERROR] 	Shell[] shells = workbench.getDisplay().getShells();
[ERROR] 	                           ^^^^^^^^^^
[ERROR] The method getDisplay() from the type IWorkbench refers to the missing type Display
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[87] 
[ERROR] 	int modal = SWT.APPLICATION_MODAL | SWT.SYSTEM_MODAL | SWT.PRIMARY_MODAL;
[ERROR] 	            ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[87] 
[ERROR] 	int modal = SWT.APPLICATION_MODAL | SWT.SYSTEM_MODAL | SWT.PRIMARY_MODAL;
[ERROR] 	                                    ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[87] 
[ERROR] 	int modal = SWT.APPLICATION_MODAL | SWT.SYSTEM_MODAL | SWT.PRIMARY_MODAL;
[ERROR] 	                                                       ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[88] 
[ERROR] 	for (Shell shell2 : shells) {
[ERROR] 	     ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[103] 
[ERROR] 	public static void displayStatus(Shell shell, final String title, final IStatus status, boolean showLinkToErrorLog) {
[ERROR] 	                                 ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/DiscoveryUiUtil.java:[127] 
[ERROR] 	public static MessageDialog createDialog(Shell shell, String title, String message, int type) {
[ERROR] 	                                         ^^^^^
[ERROR] Shell cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[1] 
[ERROR] 	/*******************************************************************************
[ERROR] 	^
[ERROR] The type org.eclipse.swt.events.SelectionListener cannot be resolved. It is indirectly referenced from required .class files
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[28] 
[ERROR] 	import org.eclipse.swt.SWT;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.SWT cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[29] 
[ERROR] 	import org.eclipse.swt.custom.StyledText;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.custom cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[30] 
[ERROR] 	import org.eclipse.swt.events.DisposeEvent;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.events.DisposeEvent cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[31] 
[ERROR] 	import org.eclipse.swt.events.DisposeListener;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.events.DisposeListener cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[32] 
[ERROR] 	import org.eclipse.swt.events.SelectionEvent;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.events.SelectionEvent cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[33] 
[ERROR] 	import org.eclipse.swt.events.SelectionListener;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.events.SelectionListener cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[34] 
[ERROR] 	import org.eclipse.swt.graphics.Image;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.graphics.Image cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[35] 
[ERROR] 	import org.eclipse.swt.graphics.Point;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.graphics.Point cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[36] 
[ERROR] 	import org.eclipse.swt.graphics.Rectangle;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.graphics.Rectangle cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[37] 
[ERROR] 	import org.eclipse.swt.layout.GridData;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.layout.GridData cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[38] 
[ERROR] 	import org.eclipse.swt.widgets.Composite;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Composite cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[39] 
[ERROR] 	import org.eclipse.swt.widgets.Control;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Control cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[40] 
[ERROR] 	import org.eclipse.swt.widgets.Display;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Display cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[41] 
[ERROR] 	import org.eclipse.swt.widgets.Event;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Event cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[42] 
[ERROR] 	import org.eclipse.swt.widgets.Label;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Label cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[43] 
[ERROR] 	import org.eclipse.swt.widgets.Link;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.swt.widgets.Link cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[49] 
[ERROR] 	public class OverviewToolTip extends GradientToolTip {
[ERROR] 	             ^^^^^^^^^^^^^^^
[ERROR] The type OverviewToolTip must implement the inherited abstract method ToolTip.createToolTipContentArea(Event, Composite)
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[49] 
[ERROR] 	public class OverviewToolTip extends GradientToolTip {
[ERROR] 	             ^^^^^^^^^^^^^^^
[ERROR] The type OverviewToolTip must implement the inherited abstract method GradientToolTip.createToolTipArea(Event, Composite)
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[55] 
[ERROR] 	private final Control parent;
[ERROR] 	              ^^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[57] 
[ERROR] 	private final Image leftImage;
[ERROR] 	              ^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[59] 
[ERROR] 	public OverviewToolTip(Control control, Resource source, Overview overview, Image leftImage) {
[ERROR] 	                       ^^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[59] 
[ERROR] 	public OverviewToolTip(Control control, Resource source, Overview overview, Image leftImage) {
[ERROR] 	                                                                            ^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[63] 
[ERROR] 	this.parent = control;
[ERROR] 	^^^^^^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[66] 
[ERROR] 	this.leftImage = leftImage;
[ERROR] 	^^^^^^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[71] 
[ERROR] 	protected Composite createToolTipArea(Event event, final Composite parent) {
[ERROR] 	          ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[71] 
[ERROR] 	protected Composite createToolTipArea(Event event, final Composite parent) {
[ERROR] 	                                      ^^^^^
[ERROR] Event cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[71] 
[ERROR] 	protected Composite createToolTipArea(Event event, final Composite parent) {
[ERROR] 	                                                         ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[74] 
[ERROR] 	Composite container = new Composite(parent, SWT.NULL);
[ERROR] 	^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[74] 
[ERROR] 	Composite container = new Composite(parent, SWT.NULL);
[ERROR] 	                          ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[74] 
[ERROR] 	Composite container = new Composite(parent, SWT.NULL);
[ERROR] 	                                            ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[77] 
[ERROR] 	Image image = null;
[ERROR] 	^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[79] 
[ERROR] 	image = computeImage(source, overview.getScreenshot());
[ERROR] 	        ^^^^^^^^^^^^
[ERROR] The method computeImage(Resource, String) from the type OverviewToolTip refers to the missing type Image
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[81] 
[ERROR] 	final Image fimage = image;
[ERROR] 	      ^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[82] 
[ERROR] 	container.addDisposeListener(new DisposeListener() {
[ERROR] 	                                 ^^^^^^^^^^^^^^^
[ERROR] DisposeListener cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[83] 
[ERROR] 	public void widgetDisposed(DisposeEvent e) {
[ERROR] 	                           ^^^^^^^^^^^^
[ERROR] DisposeEvent cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[100] 
[ERROR] 	GridDataFactory.fillDefaults().grab(true, true).hint(image == null ? containerWidthHintWithoutImage : containerWidthHintWithImage, SWT.DEFAULT).applyTo(container);
[ERROR] 	                                                                                                                                   ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[102] 
[ERROR] 	GridLayoutFactory.fillDefaults().numColumns((leftImage != null) ? 3 : 2).margins(5, 5).spacing(3, 0).applyTo(container);
[ERROR] 	                                             ^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[104] 
[ERROR] 	if (leftImage != null) {
[ERROR] 	    ^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[105] 
[ERROR] 	Label imageLabel = new Label(container, SWT.NONE);
[ERROR] 	^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[105] 
[ERROR] 	Label imageLabel = new Label(container, SWT.NONE);
[ERROR] 	                       ^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[105] 
[ERROR] 	Label imageLabel = new Label(container, SWT.NONE);
[ERROR] 	                                        ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[106] 
[ERROR] 	imageLabel.setImage(leftImage);
[ERROR] 	                    ^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[107] 
[ERROR] 	int imageWidthHint = leftImage.getBounds().width + 5;
[ERROR] 	                     ^^^^^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[108] 
[ERROR] 	GridDataFactory.fillDefaults().align(SWT.BEGINNING, SWT.BEGINNING).hint(imageWidthHint, SWT.DEFAULT).applyTo(imageLabel);
[ERROR] 	                                     ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[108] 
[ERROR] 	GridDataFactory.fillDefaults().align(SWT.BEGINNING, SWT.BEGINNING).hint(imageWidthHint, SWT.DEFAULT).applyTo(imageLabel);
[ERROR] 	                                                    ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[108] 
[ERROR] 	GridDataFactory.fillDefaults().align(SWT.BEGINNING, SWT.BEGINNING).hint(imageWidthHint, SWT.DEFAULT).applyTo(imageLabel);
[ERROR] 	                                                                                        ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[113] 
[ERROR] 	Composite summaryContainer = new Composite(container, SWT.NULL);
[ERROR] 	^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[113] 
[ERROR] 	Composite summaryContainer = new Composite(container, SWT.NULL);
[ERROR] 	                                 ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[113] 
[ERROR] 	Composite summaryContainer = new Composite(container, SWT.NULL);
[ERROR] 	                                                      ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[123] 
[ERROR] 	StyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS);
[ERROR] 	^^^^^^^^^^
[ERROR] StyledText cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[123] 
[ERROR] 	StyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS);
[ERROR] 	                              ^^^^^^^^^^
[ERROR] StyledText cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[123] 
[ERROR] 	StyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS);
[ERROR] 	                                                           ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[123] 
[ERROR] 	StyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS);
[ERROR] 	                                                                      ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[123] 
[ERROR] 	StyledText summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS);
[ERROR] 	                                                                                      ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[125] 
[ERROR] 	Point size = summaryLabel.computeSize(widthHint, SWT.DEFAULT);
[ERROR] 	^^^^^
[ERROR] Point cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[125] 
[ERROR] 	Point size = summaryLabel.computeSize(widthHint, SWT.DEFAULT);
[ERROR] 	                                                 ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[128] 
[ERROR] 	summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SCROLL);
[ERROR] 	                   ^^^^^^^^^^
[ERROR] StyledText cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[128] 
[ERROR] 	summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SCROLL);
[ERROR] 	                                                ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[128] 
[ERROR] 	summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SCROLL);
[ERROR] 	                                                           ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[128] 
[ERROR] 	summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SCROLL);
[ERROR] 	                                                                           ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[128] 
[ERROR] 	summaryLabel = new StyledText(summaryContainer, SWT.WRAP | SWT.READ_ONLY | SWT.NO_FOCUS | SWT.V_SCROLL);
[ERROR] 	                                                                                          ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[133] 
[ERROR] 	GridDataFactory.fillDefaults().grab(true, true).align(SWT.BEGINNING, SWT.BEGINNING).applyTo(summaryLabel);
[ERROR] 	                                                      ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[133] 
[ERROR] 	GridDataFactory.fillDefaults().grab(true, true).align(SWT.BEGINNING, SWT.BEGINNING).applyTo(summaryLabel);
[ERROR] 	                                                                     ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[136] 
[ERROR] 	final Composite imageContainer = new Composite(container, SWT.BORDER);
[ERROR] 	      ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[136] 
[ERROR] 	final Composite imageContainer = new Composite(container, SWT.BORDER);
[ERROR] 	                                     ^^^^^^^^^
[ERROR] Composite cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[136] 
[ERROR] 	final Composite imageContainer = new Composite(container, SWT.BORDER);
[ERROR] 	                                                          ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[139] 
[ERROR] 	GridDataFactory.fillDefaults().grab(false, false).align(SWT.CENTER, SWT.BEGINNING).hint(widthHint + (borderWidth * 2), heightHint).applyTo(imageContainer);
[ERROR] 	                                                        ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[139] 
[ERROR] 	GridDataFactory.fillDefaults().grab(false, false).align(SWT.CENTER, SWT.BEGINNING).hint(widthHint + (borderWidth * 2), heightHint).applyTo(imageContainer);
[ERROR] 	                                                                    ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[141] 
[ERROR] 	Label imageLabel = new Label(imageContainer, SWT.NULL);
[ERROR] 	^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[141] 
[ERROR] 	Label imageLabel = new Label(imageContainer, SWT.NULL);
[ERROR] 	                       ^^^^^
[ERROR] Label cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[141] 
[ERROR] 	Label imageLabel = new Label(imageContainer, SWT.NULL);
[ERROR] 	                                             ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[148] 
[ERROR] 	imageContainer.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_BLACK));
[ERROR] 	                                                                ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[151] 
[ERROR] 	Link link = new Link(summaryContainer, SWT.NULL);
[ERROR] 	^^^^
[ERROR] Link cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[151] 
[ERROR] 	Link link = new Link(summaryContainer, SWT.NULL);
[ERROR] 	                ^^^^
[ERROR] Link cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[151] 
[ERROR] 	Link link = new Link(summaryContainer, SWT.NULL);
[ERROR] 	                                       ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[152] 
[ERROR] 	GridDataFactory.fillDefaults().grab(false, false).align(SWT.BEGINNING, SWT.CENTER).applyTo(link);
[ERROR] 	                                                        ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[152] 
[ERROR] 	GridDataFactory.fillDefaults().grab(false, false).align(SWT.BEGINNING, SWT.CENTER).applyTo(link);
[ERROR] 	                                                                       ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[156] 
[ERROR] 	link.addSelectionListener(new SelectionListener() {
[ERROR] 	                              ^^^^^^^^^^^^^^^^^
[ERROR] SelectionListener cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[157] 
[ERROR] 	public void widgetSelected(SelectionEvent e) {
[ERROR] 	                           ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[161] 
[ERROR] 	public void widgetDefaultSelected(SelectionEvent e) {
[ERROR] 	                                  ^^^^^^^^^^^^^^
[ERROR] SelectionEvent cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[168] 
[ERROR] 	Point optimalSize = summaryContainer.computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
[ERROR] 	^^^^^
[ERROR] Point cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[168] 
[ERROR] 	Point optimalSize = summaryContainer.computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
[ERROR] 	                                                 ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[168] 
[ERROR] 	Point optimalSize = summaryContainer.computeSize(SWT.DEFAULT, SWT.DEFAULT, true);
[ERROR] 	                                                              ^^^
[ERROR] SWT cannot be resolved to a variable
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[170] 
[ERROR] 	((GridData) summaryContainer.getLayoutData()).heightHint = heightHint;
[ERROR] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[170] 
[ERROR] 	((GridData) summaryContainer.getLayoutData()).heightHint = heightHint;
[ERROR] 	  ^^^^^^^^
[ERROR] GridData cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[177] 
[ERROR] 	Display.getCurrent().asyncExec(new Runnable() {
[ERROR] 	^^^^^^^
[ERROR] Display cannot be resolved
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[187] 
[ERROR] 	private Image computeImage(Resource discoverySource, String imagePath) {
[ERROR] 	        ^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[199] 
[ERROR] 	Image image = descriptor.createImage();
[ERROR] 	^^^^^
[ERROR] Image cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[199] 
[ERROR] 	Image image = descriptor.createImage();
[ERROR] 	                         ^^^^^^^^^^^
[ERROR] The method createImage() from the type ImageDescriptor refers to the missing type Image
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[205] 
[ERROR] 	public void show(Control titleControl) {
[ERROR] 	                 ^^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[206] 
[ERROR] 	Point titleAbsLocation = titleControl.getParent().toDisplay(titleControl.getLocation());
[ERROR] 	^^^^^
[ERROR] Point cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[207] 
[ERROR] 	Point containerAbsLocation = parent.getParent().toDisplay(parent.getLocation());
[ERROR] 	^^^^^
[ERROR] Point cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[207] 
[ERROR] 	Point containerAbsLocation = parent.getParent().toDisplay(parent.getLocation());
[ERROR] 	                             ^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[207] 
[ERROR] 	Point containerAbsLocation = parent.getParent().toDisplay(parent.getLocation());
[ERROR] 	                                                          ^^^^^^
[ERROR] Control cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[208] 
[ERROR] 	Rectangle bounds = titleControl.getBounds();
[ERROR] 	^^^^^^^^^
[ERROR] Rectangle cannot be resolved to a type
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.discovery.ui/src/org/eclipse/amalgam/discovery/ui/common/internal/OverviewToolTip.java:[213] 
[ERROR] 	show(new Point(relativeX, relativeY));
[ERROR] 	         ^^^^^
[ERROR] Point cannot be resolved to a type
[ERROR] 432 problems (432 errors)
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.eclipse.amalgam.explorer.activity.ui: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.explorer.activity.ui/src/org/eclipse/amalgam/explorer/activity/ui/api/editor/pages/viewers/AbstractActivityExplorerViewer.java: 
[ERROR] 	/*******************************************************************************
[ERROR] 	^
[ERROR] The type org.eclipse.swt.graphics.Image cannot be resolved. It is indirectly referenced from required .class files
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.eclipse.amalgam.explorer.contextual.core: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/workspace/amalgam-plugins-gerrit/plugins/org.eclipse.amalgam.explorer.contextual.core/src/org/eclipse/amalgam/explorer/contextual/core/provider/impl/ReferencedElementCP.java: 
[ERROR] 	/******************************************************************************
[ERROR] 	^
[ERROR] The type org.eclipse.swt.graphics.Color cannot be resolved. It is indirectly referenced from required .class files
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.amalgam.discovery.ui
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: FAILURE