Skip to content

Console Output

Skipping 5,076 KB.. Full Log
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[55] 
	Set potentiallyRemovedElements = new HashSet();
	                                     ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[65] 
	private void handleRemoved(Set removedElements) {
	                           ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[74] 
	fResult.removeMatch(matche);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DLTKSearchResult.removeMatch(Match)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[83] 
	fResult.removeMatch(matche);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DLTKSearchResult.removeMatch(Match)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[93] 
	private boolean isContainedInRemoved(Set removedElements, Object object) {
	                                     ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[94] 
	for (Iterator elements = removedElements.iterator(); elements.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[118] 
	private void collectRemoved(Set potentiallyRemovedSet, Set removedElements, IModelElementDelta delta) {
	                            ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[118] 
	private void collectRemoved(Set potentiallyRemovedSet, Set removedElements, IModelElementDelta delta) {
	                                                       ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[151] 
	private void collectRemovals(Set removals, IResourceDelta delta) {
	                             ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusBrowsingPerspectiveAction.java:[20] 
	import org.eclipse.core.runtime.Preferences.PropertyChangeEvent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusBrowsingPerspectiveAction.java:[104] 
	public void propertyChange(PropertyChangeEvent event) {
	                           ^^^^^^^^^^^^^^^^^^^
The type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[23] 
	import org.eclipse.dltk.internal.ui.actions.SelectionConverter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[58] 
	StatusHandler.fail(new Status(IStatus.ERROR, DLTKUiBridgePlugin.ID_PLUGIN, "Could not open editor for: " //$NON-NLS-1$
					+ node, t));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fail(IStatus) from the type StatusHandler is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[133] 
	return SelectionConverter.resolveEnclosingElement(editor, textSelection);
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[133] 
	return SelectionConverter.resolveEnclosingElement(editor, textSelection);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ToggleActiveFoldingAction.java:[65] 
	StatusHandler.fail(new Status(IStatus.ERROR, DLTKUiBridgePlugin.ID_PLUGIN,
					"Could not enable editor management", t)); //$NON-NLS-1$
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fail(IStatus) from the type StatusHandler is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[68] 
	public List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[70] 
	List proposals = super.computeCompletionProposals(context, monitor);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[102] 
	try {
			collector.setIgnored(ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION, false);
		} catch (IllegalArgumentException e) {
			// ignore
		}
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[22] 
	import org.eclipse.dltk.internal.ui.StandardModelElementContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[23] 
	import org.eclipse.dltk.internal.ui.actions.SelectionConverter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[24] 
	import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[25] 
	import org.eclipse.dltk.internal.ui.scriptview.ToggleLinkingAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ToggleLinkingAction' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[54] 
	IModelElement javaElement = SelectionConverter.resolveEnclosingElement(part, textSelection);
	                            ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[54] 
	IModelElement javaElement = SelectionConverter.resolveEnclosingElement(part, textSelection);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[64] 
	if (viewer.getContentProvider() instanceof StandardModelElementContentProvider) {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[65] 
	if (!((StandardModelElementContentProvider) viewer.getContentProvider()).getProvideMembers()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StandardModelElementContentProvider.getProvideMembers()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[65] 
	if (!((StandardModelElementContentProvider) viewer.getContentProvider()).getProvideMembers()) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[89] 
	if (part instanceof ScriptExplorerPart) {
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[90] 
	for (IContributionItem item : ((ScriptExplorerPart) part).getViewSite()
	                                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[96] 
	if (actionItem.getAction() instanceof ToggleLinkingAction) {
	                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ToggleLinkingAction' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[101] 
	for (IContributionItem item : ((ScriptExplorerPart) part).getViewSite()
	                                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[138] 
	if (part instanceof ScriptExplorerPart) {
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[139] 
	((ScriptExplorerPart) part).setLinkingEnabled(on);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.setLinkingEnabled(boolean)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[139] 
	((ScriptExplorerPart) part).setLinkingEnabled(on);
	  ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[146] 
	if (part instanceof ScriptExplorerPart) {
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[147] 
	return ((ScriptExplorerPart) part).isLinkingEnabled();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.isLinkingEnabled()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[147] 
	return ((ScriptExplorerPart) part).isLinkingEnabled();
	         ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[157] 
	if (part instanceof ScriptExplorerPart) {
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[158] 
	viewers.add(((ScriptExplorerPart) part).getTreeViewer());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[158] 
	viewers.add(((ScriptExplorerPart) part).getTreeViewer());
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[16] 
	import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[55] 
	ScriptExplorerPart packageExplorer = ScriptExplorerPart
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[55] 
	ScriptExplorerPart packageExplorer = ScriptExplorerPart
	                                     ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[55] 
	ScriptExplorerPart packageExplorer = ScriptExplorerPart
				.getFromActivePerspective();
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getFromActivePerspective()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[58] 
	for (int i = 0; i < packageExplorer.getTreeViewer().getFilters().length; i++) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[59] 
	ViewerFilter filter = packageExplorer.getTreeViewer().getFilters()[i];
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[65] 
	packageExplorer.getTreeViewer().removeFilter(existingFilter);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[67] 
	packageExplorer.getTreeViewer().addFilter(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/AutoFoldPreferenceBlock.java:[79] 
	StatusHandler.fail(new Status(IStatus.ERROR, DLTKUiBridgePlugin.ID_PLUGIN,
					"Could not create folding preferences page", t)); //$NON-NLS-1$
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fail(IStatus) from the type StatusHandler is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[35] 
	import org.eclipse.dltk.internal.core.ScriptProject;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[38] 
	import org.eclipse.dltk.internal.ui.search.DLTKSearchQuery;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchQuery' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[39] 
	import org.eclipse.dltk.internal.ui.search.DLTKSearchResult;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[46] 
	import org.eclipse.mylyn.internal.context.core.AbstractRelationProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractRelationProvider' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[47] 
	import org.eclipse.mylyn.internal.context.core.ContextCorePlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextCorePlugin' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[48] 
	import org.eclipse.mylyn.internal.context.core.DegreeOfSeparation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[49] 
	import org.eclipse.mylyn.internal.context.core.IActiveSearchListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[50] 
	import org.eclipse.mylyn.internal.context.core.IActiveSearchOperation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[51] 
	import org.eclipse.mylyn.internal.context.core.IDegreeOfSeparation;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[52] 
	import org.eclipse.mylyn.internal.resources.ui.ResourcesUiBridgePlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResourcesUiBridgePlugin' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.18.0.v20151013-1847/org.eclipse.mylyn.resources.ui-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[54] 
	import org.eclipse.search2.internal.ui.InternalSearchUI;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalSearchUI' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[60] 
	AbstractRelationProvider {
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractRelationProvider' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[76] 
	super(structureKind, id);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractRelationProvider(String, String)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[80] 
	public List<IDegreeOfSeparation> getDegreesOfSeparation() {
	            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[81] 
	List<IDegreeOfSeparation> separations = new ArrayList<IDegreeOfSeparation>();
	     ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[81] 
	List<IDegreeOfSeparation> separations = new ArrayList<IDegreeOfSeparation>();
	                                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] 
	separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] 
	separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] 
	separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_0_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] 
	separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] 
	separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] 
	separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_1_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] 
	separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] 
	separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] 
	separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_2_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] 
	separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] 
	separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] 
	separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_3_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] 
	separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] 
	separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] 
	separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_4_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] 
	separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] 
	separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5));
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] 
	separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5));
	                                       ^^^^^^^^^^^
Discouraged access: The field 'AbstractRelationProvider.DOS_5_LABEL' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[119] 
	runJob(node, degreeOfSeparation, getId());
	                                 ^^^^^^^
Discouraged access: The method 'AbstractRelationProvider.getId()' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[183] 
	IResource resource = ResourcesUiBridgePlugin.getDefault()
	                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResourcesUiBridgePlugin' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.18.0.v20151013-1847/org.eclipse.mylyn.resources.ui-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[183] 
	IResource resource = ResourcesUiBridgePlugin.getDefault()
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ResourcesUiBridgePlugin.getDefault()' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.18.0.v20151013-1847/org.eclipse.mylyn.resources.ui-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[183] 
	IResource resource = ResourcesUiBridgePlugin.getDefault()
							.getResourceForElement(interesting, true);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ResourcesUiBridgePlugin.getResourceForElement(IInteractionElement, boolean)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.18.0.v20151013-1847/org.eclipse.mylyn.resources.ui-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[188] 
	&& ScriptProject.hasScriptNature(project)
	   ^^^^^^^^^^^^^
Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[188] 
	&& ScriptProject.hasScriptNature(project)
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptProject.hasScriptNature(IProject)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[277] 
	JavaSearchJob job = new JavaSearchJob(query.getLabel(), query);
	                                      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DLTKSearchQuery.getLabel()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[278] 
	query.addListener(new IActiveSearchListener() {
	                      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[286] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[287] 
	public void searchCompleted(List l) {
	                            ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[303] 
	incrementInterest(node, DLTKStructureBridge.CONTENT_TYPE,
							element.getHandleIdentifier(), degreeOfSeparation);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractRelationProvider.incrementInterest(IInteractionElement, String, String, int)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[307] 
	AbstractJavaRelationProvider.this.searchCompleted(node);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractRelationProvider.searchCompleted(IInteractionElement)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[311] 
	InternalSearchUI.getInstance();
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'InternalSearchUI' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[311] 
	InternalSearchUI.getInstance();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalSearchUI.getInstance()' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[319] 
	public IActiveSearchOperation getSearchOperation(IInteractionElement node,
	       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[362] 
	protected static class JavaSearchOperation extends DLTKSearchQuery
	                                                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchQuery' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[363] 
	implements IActiveSearchOperation {
	           ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[369] 
	result = new DLTKSearchResult(this);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DLTKSearchResult(DLTKSearchQuery)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[369] 
	result = new DLTKSearchResult(this);
	             ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[371] 
	new DLTKActiveSearchResultUpdater((DLTKSearchResult) result);
	                                   ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[378] 
	IStatus runStatus = super.run(monitor);
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DLTKSearchQuery.run(IProgressMonitor)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[380] 
	if (result instanceof DLTKSearchResult) {
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[382] 
	Object[] objs = ((DLTKSearchResult) result).getElements();
	                  ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[401] 
	ContextCorePlugin.ID_PLUGIN,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContextCorePlugin' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[401] 
	ContextCorePlugin.ID_PLUGIN,
	                  ^^^^^^^^^
Discouraged access: The field 'ContextCorePlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[415] 
	super(data);
	^^^^^^^^^^^^
Discouraged access: The constructor 'DLTKSearchQuery(QuerySpecification)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[420] 
	private final List<IActiveSearchListener> listeners = new ArrayList<IActiveSearchListener>();
	                   ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[420] 
	private final List<IActiveSearchListener> listeners = new ArrayList<IActiveSearchListener>();
	                                                                    ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[428] 
	public void addListener(IActiveSearchListener l) {
	                        ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[439] 
	public void removeListener(IActiveSearchListener l) {
	                           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[456] 
	for (IActiveSearchListener listener : listeners) {
	     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[457] 
	listener.searchCompleted(l);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IActiveSearchListener.searchCompleted(List<?>)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.18.0.v20151013-1847/org.eclipse.mylyn.context.core-3.18.0.v20151013-1847.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[23] 
	import org.eclipse.search.internal.ui.text.FileSearchResult;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[36] 
	private final FileSearchResult fResult;
	              ^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[38] 
	public XmlActiveSearchUpdater(FileSearchResult result) {
	                              ^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.10.0.v20150318-0856/org.eclipse.search-3.10.0.v20150318-0856.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[17] 
	import org.eclipse.debug.internal.ui.views.launch.LaunchView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.101.v20160203-1230/org.eclipse.debug.ui-3.11.101.v20160203-1230.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[36] 
	if (view instanceof LaunchView) {
	                    ^^^^^^^^^^
Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.101.v20160203-1230/org.eclipse.debug.ui-3.11.101.v20160203-1230.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[37] 
	LaunchView launchView = (LaunchView) view;
	^^^^^^^^^^
Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.101.v20160203-1230/org.eclipse.debug.ui-3.11.101.v20160203-1230.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[37] 
	LaunchView launchView = (LaunchView) view;
	                         ^^^^^^^^^^
Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.101.v20160203-1230/org.eclipse.debug.ui-3.11.101.v20160203-1230.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/InterestUpdateDeltaListener.java:[100] 
	ContextCore.getContextManager().deleteElement(element);
	                                ^^^^^^^^^^^^^^^^^^^^^^
The method deleteElement(IInteractionElement) from the type IInteractionContextManager is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/InterestUpdateDeltaListener.java:[106] 
	ContextCore.getContextManager().deleteElement(element);
	                                ^^^^^^^^^^^^^^^^^^^^^^
The method deleteElement(IInteractionElement) from the type IInteractionContextManager is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/LandmarkMarkerManager.java:[52] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant ELEMENTS_DELETED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/LandmarkMarkerManager.java:[52] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant INTEREST_CHANGED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/LandmarkMarkerManager.java:[52] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant PRE_ACTIVATED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[19] 
	import org.eclipse.core.runtime.Preferences.IPropertyChangeListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Preferences.IPropertyChangeListener is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[20] 
	import org.eclipse.core.runtime.Preferences.PropertyChangeEvent;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[52] 
	private final IPropertyChangeListener PREFERENCE_LISTENER = new IPropertyChangeListener() {
	              ^^^^^^^^^^^^^^^^^^^^^^^
The type Preferences.IPropertyChangeListener is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[52] 
	private final IPropertyChangeListener PREFERENCE_LISTENER = new IPropertyChangeListener() {
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^
The type Preferences.IPropertyChangeListener is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[53] 
	public void propertyChange(PropertyChangeEvent event) {
	                           ^^^^^^^^^^^^^^^^^^^
The type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[54] 
	if (event.getProperty().equals(DLTKUiBridgePlugin.AUTO_FOLDING_ENABLED)) {
	          ^^^^^^^^^^^^^
The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[55] 
	if (event.getNewValue().equals(Boolean.TRUE.toString())) {
	          ^^^^^^^^^^^^^
The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[68] 
	DLTKUiBridgePlugin.getDefault().getPluginPreferences().addPropertyChangeListener(PREFERENCE_LISTENER);
	                                ^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[68] 
	DLTKUiBridgePlugin.getDefault().getPluginPreferences().addPropertyChangeListener(PREFERENCE_LISTENER);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[90] 
	DLTKUiBridgePlugin.getDefault().getPluginPreferences().removePropertyChangeListener(PREFERENCE_LISTENER);
	                                ^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[90] 
	DLTKUiBridgePlugin.getDefault().getPluginPreferences().removePropertyChangeListener(PREFERENCE_LISTENER);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[184] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant ELEMENTS_DELETED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[184] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant LANDMARKS_ADDED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[184] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant LANDMARKS_REMOVED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[184] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant PRE_ACTIVATED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKProposalProcessor.java:[84] 
	public List projectInterestModel(IScriptCompletionProposalComputer proposalComputer, List proposals) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKProposalProcessor.java:[84] 
	public List projectInterestModel(IScriptCompletionProposalComputer proposalComputer, List proposals) {
	                                                                                     ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusBreakpointsViewAction.java:[41] 
	updateMarkerViewLabelProvider((StructuredViewer) viewer);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method updateMarkerViewLabelProvider(StructuredViewer) from the type AbstractFocusMarkerViewAction is deprecated
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[20] 
	import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[21] 
	import org.eclipse.dltk.internal.corext.util.OpenTypeHistory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[37] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant LANDMARKS_ADDED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[37] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant LANDMARKS_REMOVED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[37] 
	switch (event.getEventKind()) {
	        ^^^^^^^^^^^^^^^^^^^^
The enum constant PRE_ACTIVATED needs a corresponding case label in this enum switch on ContextChangeEvent.ContextChangeKind
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[73] 
	DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags());
	^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[73] 
	DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[73] 
	DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[76] 
	final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit);
	      ^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[76] 
	final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit);
	                                ^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[76] 
	final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OpenTypeHistory.getInstance(IDLTKUILanguageToolkit)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[77] 
	if (add && !history.contains(typeNameMatch)) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OpenTypeHistory.contains(TypeNameMatch)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[78] 
	history.accessed(typeNameMatch);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OpenTypeHistory.accessed(TypeNameMatch)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[80] 
	history.remove(typeNameMatch);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'OpenTypeHistory.remove(TypeNameMatch)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[14] 
	import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[20] 
	import org.eclipse.mylyn.internal.context.ui.BrowseFilteredListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[33] 
	private BrowseFilteredListener browseFilteredListener;
	        ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[40] 
	if (targetPart instanceof ScriptExplorerPart) {
	                          ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[41] 
	treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[41] 
	treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[42] 
	browseFilteredListener = new BrowseFilteredListener(treeViewer);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BrowseFilteredListener(StructuredViewer)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[42] 
	browseFilteredListener = new BrowseFilteredListener(treeViewer);
	                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[47] 
	if (targetPart instanceof ScriptExplorerPart) {
	                          ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[48] 
	treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[48] 
	treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[49] 
	browseFilteredListener = new BrowseFilteredListener(treeViewer);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BrowseFilteredListener(StructuredViewer)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[49] 
	browseFilteredListener = new BrowseFilteredListener(treeViewer);
	                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[55] 
	browseFilteredListener.unfilterSelection(treeViewer, selection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BrowseFilteredListener.unfilterSelection(TreeViewer, IStructuredSelection)' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.18.0.v20151014-2324/org.eclipse.mylyn.context.ui-3.18.0.v20151014-2324.jar')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[25] 
	import org.eclipse.dltk.internal.ui.actions.SelectionConverter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[85] 
	selectedElement = SelectionConverter.resolveEnclosingElement(currentEditor, textSelection);
	                  ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[85] 
	selectedElement = SelectionConverter.resolveEnclosingElement(currentEditor, textSelection);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[90] 
	IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor);
	                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[90] 
	IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.codeResolve(IEditorPart)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
219 problems (219 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.mylyn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.mylyn ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.mylyn ---
[INFO] Searching org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:eclipse-plugin:5.5.1-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:java-source:sources:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.mylyn ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.dltk.mylyn 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.mylyn ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.mylyn ---
[INFO] Searching org.eclipse.dltk.mylyn-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.features:org.eclipse.dltk.mylyn:eclipse-feature:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.dltk.mylyn.sdk 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] Searching org.eclipse.dltk.mylyn.sdk-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:eclipse-feature:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn.sdk ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Doc plugin 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.doc ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.doc ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.doc ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.doc ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.doc ---
[INFO] Searching org.eclipse.dltk.sh.doc-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc:eclipse-plugin:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.doc ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.doc ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Core plugin 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.core ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.dltk.sh.core ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/classes
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/org/eclipse/dltk/sh/internal/core/parser/ShellModuleDeclaration.java:[33] 
	getFunctionList().addAll(functions);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/org/eclipse/dltk/sh/internal/core/parser/ShellModuleDeclaration.java:[46] 
	getVariablesList().addAll(variables);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.core ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.core ---
[INFO] Searching org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.core:eclipse-plugin:5.5.1-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.core:java-source:sources:5.5.1-SNAPSHOT in 4 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.core ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.core ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd UI plugin 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.ui ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.dltk.sh.ui ---
[INFO] Compiling 64 source files to /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.ui ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.ui ---
[INFO] Searching org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui:eclipse-plugin:5.5.1-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui:java-source:sources:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.ui ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd core test plugin 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core.tests ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Compiling 2 source files to /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core.tests ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Searching org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests:eclipse-test-plugin:5.5.1-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests:java-source:sources:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.7.0_80/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data, -install, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work, -configuration, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.dltk.sh.core.tests.AllTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.105 sec - in org.eclipse.dltk.sh.core.tests.AllTests
testParse(org.eclipse.dltk.sh.internal.core.parser.tests.ShellScriptSourceParserTest) skipped

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd UI test plugin 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui.tests ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Pack200 normalizing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Searching org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests:eclipse-test-plugin:5.5.1-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests:java-source:sources:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Pack200 packing jar /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.7.0_80/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk-stable/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data, -install, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work, -configuration, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide]
Xlib:  extension "RANDR" missing on display ":1014.0".

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.dltk.sh.internal.ui.tests.AllTests
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in org.eclipse.dltk.sh.internal.ui.tests.AllTests
testArrayIndexAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0.001 sec
testNonAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0 sec
testAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest)  Time elapsed: 0 sec
testSimpleMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 sec
testEndOfLineMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0.001 sec
testEndOfFileMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0.001 sec
testEscapedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 sec
testNestedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 sec
testDollarMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0 sec
testPositionalSpecialMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0.002 sec
testDollarBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest)  Time elapsed: 0 sec
testEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.051 sec
testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.001 sec
testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.001 sec
testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.001 sec
testDollarEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0.001 sec
testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0.001 sec
testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 sec
testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 sec

Results :

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
29/06/2016 07:42:05 Xvnc version X.org/xf4vnc custom version
29/06/2016 07:42:05 Copyright (C) 2001-2004 Alan Hourihane.
29/06/2016 07:42:05 Copyright (C) 2000-2004 Constantin Kaplinsky
29/06/2016 07:42:05 Copyright (C) 1999 AT&T Laboratories Cambridge
29/06/2016 07:42:05 All Rights Reserved.
29/06/2016 07:42:05 See http://www.tightvnc.com/ for information on TightVNC
29/06/2016 07:42:05 See http://xf4vnc.sf.net for xf4vnc-specific information
29/06/2016 07:42:05 Desktop name 'x11' (hipp3:1014)
29/06/2016 07:42:05 Protocol versions supported: 3.7, 3.3
29/06/2016 07:42:05 RGB format 8 8 8
29/06/2016 07:42:05 Listening for VNC connections on TCP port 6914
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF, removing from list!
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Feature 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target/org.eclipse.dltk.sh-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh ---
[INFO] Searching org.eclipse.dltk.sh-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh:eclipse-feature:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Feature (SDK) 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.dltk.sh.sdk ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh.sdk ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target/org.eclipse.dltk.sh.sdk-5.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.dltk.sh.sdk ---
[INFO] Searching org.eclipse.dltk.sh.sdk-5.5.1-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk:eclipse-feature:5.5.1-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ org.eclipse.dltk.sh.sdk ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building update.site 5.5.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ update.site ---
[INFO] Deleting /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.releng/build/update.site/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ update.site ---
[INFO] The project's OSGi version is 5.5.1.201606291108
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ update.site ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ update.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.releng/build/update.site/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ update.site ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-categories (default-publish-categories) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:attach-artifacts (default-attach-artifacts) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.24.0:assemble-repository (default-assemble-repository) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.24.0:archive-repository (default-archive-repository) @ update.site ---
[INFO] Building zip: /jobs/genie.dltk/dltk-stable/workspace/org.eclipse.dltk.releng/build/update.site/target/update.site-5.5.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.24.0:normalize (pack200-normalize) @ update.site ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ update.site ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.24.0:pack (pack200-pack) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (p2-metadata) @ update.site ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-summary) @ update.site ---
[INFO] Executing tasks

main:

init:
     [echo] plugins/org.eclipse.dltk.annotations/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.console.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.console/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core.index.lucene/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core.index.sql.h2/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core.index.sql/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core.manipulation/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core.tools.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.debug.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.debug/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.formatter/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.launching/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.logconsole.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.logconsole/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.testing/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.validators.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.validators.externalchecker/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.validators.ui/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.core.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.debug.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.debug.ui.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.formatter.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.ui.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.validators.core.tests/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.core.manipulation/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.debug.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.debug/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.formatter/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.jdt.integration.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.jdt.integration/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.jsjdtdebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.launching/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.parser/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.rhino.dbgp/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.rhino/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.javascript.ui/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.javascript.core.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.javascript.formatter.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.javascript.parser.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.javascript.ui.tests/target/logfiles/@dot.xml
     [echo] itcl/plugins/org.eclipse.dltk.itcl.core/target/logfiles/@dot.xml
     [echo] itcl/plugins/org.eclipse.dltk.itcl.ui/target/logfiles/@dot.xml
     [echo] itcl/tests/org.eclipse.dltk.itcl.core.tests/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.core/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.debug/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.formatter/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.launching/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.parser/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.testing/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.ui/target/logfiles/@dot.xml
     [echo] tcl/plugins/org.eclipse.dltk.tcl.validators/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.core.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/logfiles/@dot.xml
     [echo] tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/logfiles/@dot.xml
     [echo] xotcl/plugins/org.eclipse.dltk.xotcl.core/target/logfiles/@dot.xml
     [echo] xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/logfiles/@dot.xml
     [echo] xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/logfiles/@dot.xml
     [echo] xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.abstractdebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.activestatedebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.basicdebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.debug.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.debug/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.fastdebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.formatter/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.launching/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.testing/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ruby.ui/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.ruby.core.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.ruby.formatter.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.ruby.testing.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.ruby.ui.tests/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.rse.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.rse.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.ssh.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.activestatedebugger/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.debug.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.debug/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.launching/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.python.ui/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.mylyn/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.sh.core/target/logfiles/@dot.xml
     [echo] plugins/org.eclipse.dltk.sh.ui/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.sh.core.tests/target/logfiles/@dot.xml
     [echo] tests/org.eclipse.dltk.sh.ui.tests/target/logfiles/@dot.xml
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Dynamic Language Toolkit (DLTK) ................... SUCCESS [0.157s]
[INFO] dltk .............................................. SUCCESS [0.500s]
[INFO] core .............................................. SUCCESS [0.053s]
[INFO] org.eclipse.dltk.core.targetplatform .............. SUCCESS [0.477s]
[INFO] org.eclipse.dltk.annotations ...................... SUCCESS [4.008s]
[INFO] org.eclipse.dltk.core ............................. SUCCESS [33.302s]
[INFO] org.eclipse.dltk.console .......................... SUCCESS [5.707s]
[INFO] org.eclipse.dltk.debug ............................ SUCCESS [17.425s]
[INFO] org.eclipse.dltk.launching ........................ SUCCESS [15.370s]
[INFO] org.eclipse.dltk.console.ui ....................... SUCCESS [6.861s]
[INFO] org.eclipse.dltk.core.manipulation ................ SUCCESS [3.723s]
[INFO] org.eclipse.dltk.ui ............................... SUCCESS [41.924s]
[INFO] org.eclipse.dltk.debug.ui ......................... SUCCESS [11.399s]
[INFO] org.eclipse.dltk.validators.core .................. SUCCESS [3.701s]
[INFO] org.eclipse.dltk.validators.ui .................... SUCCESS [5.126s]
[INFO] org.eclipse.dltk .................................. SUCCESS [1.963s]
[INFO] org.eclipse.dltk.testing .......................... SUCCESS [42.461s]
[INFO] org.eclipse.dltk.validators.externalchecker ....... SUCCESS [5.448s]
[INFO] org.eclipse.dltk.formatter ........................ SUCCESS [5.989s]
[INFO] org.eclipse.dltk.logconsole ....................... SUCCESS [2.562s]
[INFO] org.eclipse.dltk.logconsole.ui .................... SUCCESS [2.315s]
[INFO] org.eclipse.dltk.core ............................. SUCCESS [23.038s]
[INFO] org.eclipse.dltk.core.doc.isv ..................... SUCCESS [1.461s]
[INFO] org.eclipse.dltk.core.sdk ......................... SUCCESS [1.828s]
[INFO] core.tests ........................................ SUCCESS [0.047s]
[INFO] org.eclipse.dltk.core.tests ....................... SUCCESS [2:38.293s]
[INFO] org.eclipse.dltk.debug.tests ...................... SUCCESS [57.597s]
[INFO] org.eclipse.dltk.ui.tests ......................... SUCCESS [2:29.856s]
[INFO] org.eclipse.dltk.validators.core.tests ............ SUCCESS [16.230s]
[INFO] org.eclipse.dltk.formatter.tests .................. SUCCESS [37.747s]
[INFO] org.eclipse.dltk.debug.ui.tests ................... SUCCESS [39.961s]
[INFO] org.eclipse.dltk.core.tests ....................... SUCCESS [1.528s]
[INFO] org.eclipse.dltk.core.index.sql ................... SUCCESS [2.877s]
[INFO] org.eclipse.dltk.core.index.sql.h2 ................ SUCCESS [4.398s]
[INFO] org.eclipse.dltk.core.index ....................... SUCCESS [1.155s]
[INFO] org.eclipse.dltk.core.index ....................... SUCCESS [1.186s]
[INFO] org.eclipse.dltk.core.index.sdk ................... SUCCESS [13.405s]
[INFO] org.eclipse.dltk.core.index.lucene ................ SUCCESS [12.600s]
[INFO] org.eclipse.dltk.core.index.lucene ................ SUCCESS [1.431s]
[INFO] org.eclipse.dltk.core.index.lucene.sdk ............ SUCCESS [1.681s]
[INFO] org.eclipse.dltk.core.tools.ui .................... SUCCESS [3.241s]
[INFO] javascript ........................................ SUCCESS [0.049s]
[INFO] org.eclipse.dltk.javascript.parser ................ SUCCESS [6.498s]
[INFO] org.eclipse.dltk.javascript.core .................. SUCCESS [20.739s]
[INFO] org.eclipse.dltk.javascript.core.manipulation ..... SUCCESS [7.953s]
[INFO] org.eclipse.dltk.javascript.debug ................. SUCCESS [3.292s]
[INFO] org.eclipse.dltk.javascript.launching ............. SUCCESS [3.988s]
[INFO] org.eclipse.dltk.javascript.ui .................... SUCCESS [8.960s]
[INFO] org.eclipse.dltk.javascript.debug.ui .............. SUCCESS [5.782s]
[INFO] org.eclipse.dltk.javascript.jdt.integration ....... SUCCESS [3.990s]
[INFO] org.eclipse.dltk.javascript.rhino ................. SUCCESS [5.886s]
[INFO] org.eclipse.dltk.javascript.rhino.dbgp ............ SUCCESS [3.401s]
[INFO] org.eclipse.dltk.javascript.jsjdtdebugger ......... SUCCESS [2.427s]
[INFO] org.eclipse.dltk.javascript.formatter ............. SUCCESS [5.665s]
[INFO] org.eclipse.dltk.javascript ....................... SUCCESS [1.755s]
[INFO] org.eclipse.dltk.javascript.sdk ................... SUCCESS [1.393s]
[INFO] org.eclipse.dltk.javascript.jdt.integration.ui .... SUCCESS [2.681s]
[INFO] javascript.tests .................................. SUCCESS [0.046s]
[INFO] org.eclipse.dltk.javascript.parser.tests .......... SUCCESS [1:38.097s]
[INFO] org.eclipse.dltk.javascript.core.tests ............ SUCCESS [2:12.369s]
[INFO] org.eclipse.dltk.javascript.formatter.tests ....... SUCCESS [30.144s]
[INFO] org.eclipse.dltk.javascript.ui.tests .............. SUCCESS [1:49.935s]
[INFO] tcl-all ........................................... SUCCESS [0.049s]
[INFO] tcl ............................................... SUCCESS [0.054s]
[INFO] org.eclipse.dltk.tcl.parser ....................... SUCCESS [5.191s]
[INFO] org.eclipse.dltk.tcl.core ......................... SUCCESS [10.038s]
[INFO] org.eclipse.dltk.tcl.debug ........................ SUCCESS [2.433s]
[INFO] org.eclipse.dltk.tcl.launching .................... SUCCESS [8.000s]
[INFO] org.eclipse.dltk.tcl.ui ........................... SUCCESS [9.881s]
[INFO] org.eclipse.dltk.tcl.validators ................... SUCCESS [2.785s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger .......... SUCCESS [10.962s]
[INFO] org.eclipse.dltk.tcl.debug.ui ..................... SUCCESS [13.203s]
[INFO] org.eclipse.dltk.tcl.tclchecker ................... SUCCESS [4.481s]
[INFO] org.eclipse.dltk.tcl .............................. SUCCESS [1.395s]
[INFO] org.eclipse.dltk.tcl.testing ...................... SUCCESS [2.630s]
[INFO] org.eclipse.dltk.tcl.testing.tcltest .............. SUCCESS [3.704s]
[INFO] org.eclipse.dltk.tcl.doc.user ..................... SUCCESS [4.377s]
[INFO] org.eclipse.dltk.tcl.tcllib ....................... SUCCESS [1.154s]
[INFO] org.eclipse.dltk.tcl.formatter .................... SUCCESS [5.015s]
[INFO] org.eclipse.dltk.tcl .............................. SUCCESS [2.119s]
[INFO] org.eclipse.dltk.tcl.sdk .......................... SUCCESS [2.279s]
[INFO] itcl .............................................. SUCCESS [0.047s]
[INFO] org.eclipse.dltk.itcl.core ........................ SUCCESS [2.967s]
[INFO] xotcl ............................................. SUCCESS [0.044s]
[INFO] org.eclipse.dltk.xotcl.core ....................... SUCCESS [13.375s]
[INFO] org.eclipse.dltk.tcl.core.indexer ................. SUCCESS [2.727s]
[INFO] tcl.tests ......................................... SUCCESS [0.045s]
[INFO] org.eclipse.dltk.tcl.tests ........................ SUCCESS [18.575s]
[INFO] org.eclipse.dltk.tcl.parser.tests ................. SUCCESS [41.705s]
[INFO] org.eclipse.dltk.tcl.core.tests ................... SUCCESS [57.480s]
[INFO] org.eclipse.dltk.tcl.formatter.tests .............. SUCCESS [20.024s]
[INFO] org.eclipse.dltk.tcl.validators.tests ............. SUCCESS [27.743s]
[INFO] org.eclipse.dltk.tcl.ui.tests ..................... SUCCESS [38.228s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger.tests .... SUCCESS [37.642s]
[INFO] org.eclipse.dltk.itcl.ui .......................... SUCCESS [2.620s]
[INFO] org.eclipse.dltk.itcl ............................. SUCCESS [1.281s]
[INFO] org.eclipse.dltk.itcl ............................. SUCCESS [1.923s]
[INFO] org.eclipse.dltk.itcl.sdk ......................... SUCCESS [1.147s]
[INFO] org.eclipse.dltk.itcl.core.tests .................. SUCCESS [34.099s]
[INFO] org.eclipse.dltk.xotcl.ui ......................... SUCCESS [2.982s]
[INFO] org.eclipse.dltk.xotcl.testing.xounit ............. SUCCESS [2.484s]
[INFO] org.eclipse.dltk.xotcl ............................ SUCCESS [2.129s]
[INFO] org.eclipse.dltk.xotcl ............................ SUCCESS [1.597s]
[INFO] org.eclipse.dltk.xotcl.sdk ........................ SUCCESS [1.514s]
[INFO] org.eclipse.dltk.xotcl.core.tests ................. SUCCESS [36.612s]
[INFO] ruby .............................................. SUCCESS [0.047s]
[INFO] org.eclipse.dltk.ruby.abstractdebugger ............ SUCCESS [7.030s]
[INFO] org.eclipse.dltk.ruby.debug ....................... SUCCESS [2.740s]
[INFO] org.eclipse.dltk.ruby.core ........................ SUCCESS [12.544s]
[INFO] org.eclipse.dltk.ruby.launching ................... SUCCESS [2.904s]
[INFO] org.eclipse.dltk.ruby.activestatedebugger ......... SUCCESS [2.529s]
[INFO] org.eclipse.dltk.ruby.basicdebugger ............... SUCCESS [3.591s]
[INFO] org.eclipse.dltk.ruby.ui .......................... SUCCESS [3.774s]
[INFO] org.eclipse.dltk.ruby.debug.ui .................... SUCCESS [2.732s]
[INFO] org.eclipse.dltk.ruby.fastdebugger ................ SUCCESS [2.477s]
[INFO] org.eclipse.dltk.ruby ............................. SUCCESS [1.276s]
[INFO] org.eclipse.dltk.ruby.formatter ................... SUCCESS [13.851s]
[INFO] org.eclipse.dltk.ruby.testing ..................... SUCCESS [3.875s]
[INFO] org.eclipse.dltk.ruby ............................. SUCCESS [1.675s]
[INFO] org.eclipse.dltk.ruby.sdk ......................... SUCCESS [2.848s]
[INFO] org.eclipse.dltk.ruby.core.tests .................. SUCCESS [50.059s]
[INFO] org.eclipse.dltk.ruby.formatter.tests ............. SUCCESS [22.682s]
[INFO] org.eclipse.dltk.ruby.ui.tests .................... SUCCESS [33.417s]
[INFO] org.eclipse.dltk.ruby.testing.tests ............... SUCCESS [44.506s]
[INFO] rse ............................................... SUCCESS [0.043s]
[INFO] org.eclipse.dltk.ssh.core ......................... SUCCESS [3.610s]
[INFO] org.eclipse.dltk.rse.core ......................... SUCCESS [4.245s]
[INFO] org.eclipse.dltk.rse.ui ........................... SUCCESS [3.216s]
[INFO] org.eclipse.dltk.rse .............................. SUCCESS [1.340s]
[INFO] org.eclipse.dltk.rse.sdk .......................... SUCCESS [1.355s]
[INFO] org.eclipse.dltk.rse .............................. SUCCESS [1.502s]
[INFO] python ............................................ SUCCESS [0.044s]
[INFO] org.eclipse.dltk.python.debug ..................... SUCCESS [12.663s]
[INFO] org.eclipse.dltk.python.core ...................... SUCCESS [3.771s]
[INFO] org.eclipse.dltk.python.activestatedebugger ....... SUCCESS [3.832s]
[INFO] org.eclipse.dltk.python.launching ................. SUCCESS [3.131s]
[INFO] org.eclipse.dltk.python.ui ........................ SUCCESS [4.747s]
[INFO] org.eclipse.dltk.python.debug.ui .................. SUCCESS [4.575s]
[INFO] org.eclipse.dltk.python ........................... SUCCESS [1.428s]
[INFO] org.eclipse.dltk.python.sdk ....................... SUCCESS [1.503s]
[INFO] mylyn ............................................. SUCCESS [0.043s]
[INFO] org.eclipse.dltk.mylyn ............................ SUCCESS [3.460s]
[INFO] org.eclipse.dltk.mylyn ............................ SUCCESS [1.775s]
[INFO] org.eclipse.dltk.mylyn.sdk ........................ SUCCESS [1.464s]
[INFO] ShellEd ........................................... SUCCESS [0.047s]
[INFO] ShellEd Doc plugin ................................ SUCCESS [1.498s]
[INFO] ShellEd Core plugin ............................... SUCCESS [17.317s]
[INFO] ShellEd UI plugin ................................. SUCCESS [5.028s]
[INFO] ShellEd core test plugin .......................... SUCCESS [16.573s]
[INFO] ShellEd UI test plugin ............................ SUCCESS [43.941s]
[INFO] ShellEd Feature ................................... SUCCESS [1.410s]
[INFO] ShellEd Feature (SDK) ............................. SUCCESS [2.497s]
[INFO] update.site ....................................... SUCCESS [1:02.197s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46:15.863s
[INFO] Finished at: Wed Jun 29 07:43:11 EDT 2016
[INFO] Final Memory: 748M/10309M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
Terminating xvnc.
Recording test results
Archiving artifacts
Sending e-mails to: kaloyan.r@zend.com alex.panchenko@gmail.com haiodo@xored.com zulus@w3des.net
Finished: SUCCESS