Skip to content

Console Output

Skipping 1,664 KB.. Full Log
	selectedElement = SelectionConverter.resolveEnclosingElement(currentEditor, textSelection);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[91] 
	IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor);
	                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[91] 
	IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SelectionConverter.codeResolve(IEditorPart)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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 method new Preferences.IPropertyChangeListener(){}.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.context.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.202.v20161114-0338/org.eclipse.debug.ui-3.11.202.v20161114-0338.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.202.v20161114-0338/org.eclipse.debug.ui-3.11.202.v20161114-0338.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.202.v20161114-0338/org.eclipse.debug.ui-3.11.202.v20161114-0338.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.debug.ui/3.11.202.v20161114-0338/org.eclipse.debug.ui-3.11.202.v20161114-0338.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[18] 
	import org.eclipse.core.internal.resources.Marker;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Marker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[35] 
	import org.eclipse.dltk.internal.core.ProjectFragment;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[36] 
	import org.eclipse.dltk.internal.ui.StandardModelElementContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[37] 
	import org.eclipse.dltk.internal.ui.navigator.ProjectFragmentContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[38] 
	import org.eclipse.dltk.internal.ui.scriptview.BuildPathContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[44] 
	import org.eclipse.ui.internal.WorkingSet;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[45] 
	import org.eclipse.ui.views.markers.internal.ConcreteMarker;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConcreteMarker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.12.2.v20161115-1450/org.eclipse.ui.ide-3.12.2.v20161115-1450.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[54] 
	private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider(
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[54] 
	private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider(
			true);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'StandardModelElementContentProvider(boolean)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[54] 
	private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider(
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[75] 
	if (javaElement != null && modelContentProvider.getParent(javaElement) != null) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StandardModelElementContentProvider.getParent(Object)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[76] 
	return getHandleIdentifier(modelContentProvider.getParent(javaElement));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StandardModelElementContentProvider.getParent(Object)' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[91] 
	children = modelContentProvider.getExtendedChildren(element, parent.getChildren());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'StandardModelElementContentProvider.getExtendedChildren(Object, Object[])' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[210] 
	boolean accepts = object instanceof IModelElement || object instanceof ProjectFragmentContainer
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[212] 
	|| object instanceof IProjectFragment || object instanceof WorkingSet || isWtpClass(object);
	                                                           ^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[223] 
	if (object instanceof BuildPathContainer.RequiredProjectWrapper) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[223] 
	if (object instanceof BuildPathContainer.RequiredProjectWrapper) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BuildPathContainer.RequiredProjectWrapper' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[225] 
	} else if (object instanceof ProjectFragmentContainer) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[227] 
	ProjectFragmentContainer container = (ProjectFragmentContainer) object;
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[227] 
	ProjectFragmentContainer container = (ProjectFragmentContainer) object;
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[229] 
	Object[] children = container.getChildren();
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProjectFragmentContainer.getChildren()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[231] 
	if (element2 instanceof ProjectFragment) {
	                        ^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[232] 
	ProjectFragment element = (ProjectFragment) element2;
	^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[232] 
	ProjectFragment element = (ProjectFragment) element2;
	                           ^^^^^^^^^^^^^^^
Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[234] 
	.getElement(element.getHandleIdentifier());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ModelElement.getHandleIdentifier()' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[240] 
	} else if (object instanceof WorkingSet) {
	                             ^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[242] 
	WorkingSet workingSet = (WorkingSet) object;
	^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[242] 
	WorkingSet workingSet = (WorkingSet) object;
	                         ^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[243] 
	IAdaptable[] elements = workingSet.getElements();
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractWorkingSet.getElements()' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.workbench/3.108.2.v20161025-2029/org.eclipse.ui.workbench-3.108.2.v20161025-2029.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[268] 
	if (object instanceof ConcreteMarker) {
	                      ^^^^^^^^^^^^^^
Discouraged access: The type 'ConcreteMarker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.12.2.v20161115-1450/org.eclipse.ui.ide-3.12.2.v20161115-1450.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[269] 
	marker = ((ConcreteMarker) object).getMarker();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ConcreteMarker.getMarker()' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.12.2.v20161115-1450/org.eclipse.ui.ide-3.12.2.v20161115-1450.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[269] 
	marker = ((ConcreteMarker) object).getMarker();
	           ^^^^^^^^^^^^^^
Discouraged access: The type 'ConcreteMarker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.ui.ide/3.12.2.v20161115-1450/org.eclipse.ui.ide-3.12.2.v20161115-1450.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[270] 
	} else if (object instanceof Marker) {
	                             ^^^^^^
Discouraged access: The type 'Marker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[271] 
	marker = (Marker) object;
	          ^^^^^^
Discouraged access: The type 'Marker' is not API (restriction on classpath entry '/home/hudson/genie.dltk/.hudson/jobs/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.resources.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.resources.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.resources.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.21.0.v20160701-1337/org.eclipse.mylyn.resources.ui-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.21.0.v20160701-1337/org.eclipse.mylyn.context.core-3.21.0.v20160701-1337.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.search/3.11.1.v20161113-1700/org.eclipse.search-3.11.1.v20161113-1700.jar')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[25] 
	import org.eclipse.dltk.internal.ui.search.DLTKSearchResult;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[39] 
	private final DLTKSearchResult fResult;
	              ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[44] 
	public DLTKActiveSearchResultUpdater(DLTKSearchResult result) {
	                                     ^^^^^^^^^^^^^^^^
Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[54] 
	Set removedElements = new HashSet();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[54] 
	Set removedElements = new HashSet();
	                          ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
[WARNING] /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes')
209 problems (209 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.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.7.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.dltk.mylyn 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.mylyn ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.dltk.mylyn.sdk 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn.sdk ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Documentation Plug-in 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.doc ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.doc ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.0.0:eclipse-run (build_indexes) @ org.eclipse.dltk.sh.doc ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/public/common/jdk1.7.0-latest/jre]
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.7.0-latest/jre/bin/java, -jar, /jobs/genie.dltk/dltk.python-gerrit/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, -install, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work, -configuration, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/configuration, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/workspace, -quiet, -buildfile, build.xml]
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 1 second
[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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.doc ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.doc ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Core plugin 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.dltk.sh.core ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/classes
[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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.7.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd UI plugin 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.dltk.sh.ui ---
[INFO] Compiling 63 source files to /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.7.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd core test plugin 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core.tests ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.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.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Compiling 2 source files to /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core.tests ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.7.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.eclipse.dltk.sh.core.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data, -install, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work, -configuration, /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/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.034 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.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.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.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Compiling 9 source files to /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui.tests ---
[WARNING] bundle localization file /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/plugin.properties not found
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.7.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.eclipse.dltk.sh.ui.tests ---
[INFO] Expected eclipse log file: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /jobs/genie.dltk/dltk.python-gerrit/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data, -install, /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work, -configuration, /jobs/genie.dltk/dltk.python-gerrit/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.python-gerrit/workspace/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide]

-------------------------------------------------------
 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.079 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 sec
testEndOfFileMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest)  Time elapsed: 0 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.001 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.027 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 sec
testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0 sec
testDollarEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest)  Time elapsed: 0 sec
testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest)  Time elapsed: 0 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!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Feature 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target/org.eclipse.dltk.sh-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ShellEd Feature (SDK) 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.sdk ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh.sdk ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh.sdk ---
[INFO] Building jar: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target/org.eclipse.dltk.sh.sdk-5.7.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh.sdk ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building update.site 5.7.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ update.site ---
[INFO] Deleting /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.releng/build/update.site/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ update.site ---
[INFO] The project's OSGi version is 5.7.2.201703231114
[INFO] 
[INFO] --- maven-clean-plugin:2.5: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.python-gerrit/workspace/org.eclipse.dltk.releng/build/update.site/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ update.site ---
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ update.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ update.site ---
[INFO] Building zip: /jobs/genie.dltk/dltk.python-gerrit/workspace/org.eclipse.dltk.releng/build/update.site/target/update.site-5.7.2-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Dynamic Language Toolkit (DLTK) .................... SUCCESS [  0.169 s]
[INFO] dltk ............................................... SUCCESS [  0.030 s]
[INFO] core ............................................... SUCCESS [  0.043 s]
[INFO] org.eclipse.dltk.core.targetplatform ............... SUCCESS [  0.972 s]
[INFO] org.eclipse.dltk.annotations ....................... SUCCESS [  3.025 s]
[INFO] org.eclipse.dltk.core .............................. SUCCESS [ 17.439 s]
[INFO] org.eclipse.dltk.console ........................... SUCCESS [  0.537 s]
[INFO] org.eclipse.dltk.debug ............................. SUCCESS [  1.094 s]
[INFO] org.eclipse.dltk.launching ......................... SUCCESS [  1.312 s]
[INFO] org.eclipse.dltk.console.ui ........................ SUCCESS [  0.771 s]
[INFO] org.eclipse.dltk.core.manipulation ................. SUCCESS [  0.760 s]
[INFO] org.eclipse.dltk.ui ................................ SUCCESS [ 12.780 s]
[INFO] org.eclipse.dltk.debug.ui .......................... SUCCESS [  3.327 s]
[INFO] org.eclipse.dltk.validators.core ................... SUCCESS [  2.864 s]
[INFO] org.eclipse.dltk.validators.ui ..................... SUCCESS [  0.504 s]
[INFO] org.eclipse.dltk ................................... SUCCESS [  0.094 s]
[INFO] org.eclipse.dltk.testing ........................... SUCCESS [  6.466 s]
[INFO] org.eclipse.dltk.validators.externalchecker ........ SUCCESS [  0.424 s]
[INFO] org.eclipse.dltk.formatter ......................... SUCCESS [  0.539 s]
[INFO] org.eclipse.dltk.logconsole ........................ SUCCESS [  0.205 s]
[INFO] org.eclipse.dltk.logconsole.ui ..................... SUCCESS [  0.267 s]
[INFO] org.eclipse.dltk.core .............................. SUCCESS [  0.278 s]
[INFO] org.eclipse.dltk.core.doc.isv ...................... SUCCESS [ 10.143 s]
[INFO] org.eclipse.dltk.core.sdk .......................... SUCCESS [  0.330 s]
[INFO] core.tests ......................................... SUCCESS [  0.042 s]
[INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [ 21.071 s]
[INFO] org.eclipse.dltk.debug.tests ....................... SUCCESS [  9.243 s]
[INFO] org.eclipse.dltk.ui.tests .......................... SUCCESS [ 18.892 s]
[INFO] org.eclipse.dltk.validators.core.tests ............. SUCCESS [  6.902 s]
[INFO] org.eclipse.dltk.formatter.tests ................... SUCCESS [  4.928 s]
[INFO] org.eclipse.dltk.debug.ui.tests .................... SUCCESS [  8.738 s]
[INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [  0.479 s]
[INFO] org.eclipse.dltk.core.index.sql .................... SUCCESS [  1.276 s]
[INFO] org.eclipse.dltk.core.index.sql.h2 ................. SUCCESS [  1.667 s]
[INFO] org.eclipse.dltk.core.index ........................ SUCCESS [  0.337 s]
[INFO] org.eclipse.dltk.core.index ........................ SUCCESS [  0.331 s]
[INFO] org.eclipse.dltk.core.index.sdk .................... SUCCESS [  0.451 s]
[INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [  2.669 s]
[INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [  0.137 s]
[INFO] org.eclipse.dltk.core.index.lucene.sdk ............. SUCCESS [  0.138 s]
[INFO] org.eclipse.dltk.core.tools.ui ..................... SUCCESS [  0.300 s]
[INFO] javascript ......................................... SUCCESS [  0.044 s]
[INFO] org.eclipse.dltk.javascript.parser ................. SUCCESS [  1.166 s]
[INFO] org.eclipse.dltk.javascript.core ................... SUCCESS [  2.276 s]
[INFO] org.eclipse.dltk.javascript.core.manipulation ...... SUCCESS [  1.622 s]
[INFO] org.eclipse.dltk.javascript.debug .................. SUCCESS [  0.554 s]
[INFO] org.eclipse.dltk.javascript.launching .............. SUCCESS [  0.656 s]
[INFO] org.eclipse.dltk.javascript.ui ..................... SUCCESS [  1.547 s]
[INFO] org.eclipse.dltk.javascript.debug.ui ............... SUCCESS [  0.780 s]
[INFO] org.eclipse.dltk.javascript.jdt.integration ........ SUCCESS [  0.389 s]
[INFO] org.eclipse.dltk.javascript.rhino .................. SUCCESS [  1.671 s]
[INFO] org.eclipse.dltk.javascript.rhino.dbgp ............. SUCCESS [  0.502 s]
[INFO] org.eclipse.dltk.javascript.jsjdtdebugger .......... SUCCESS [  0.606 s]
[INFO] org.eclipse.dltk.javascript.formatter .............. SUCCESS [  0.880 s]
[INFO] org.eclipse.dltk.javascript ........................ SUCCESS [  0.254 s]
[INFO] org.eclipse.dltk.javascript.sdk .................... SUCCESS [  0.198 s]
[INFO] org.eclipse.dltk.javascript.jdt.integration.ui ..... SUCCESS [  0.530 s]
[INFO] javascript.tests ................................... SUCCESS [  0.043 s]
[INFO] org.eclipse.dltk.javascript.parser.tests ........... SUCCESS [ 11.108 s]
[INFO] org.eclipse.dltk.javascript.core.tests ............. SUCCESS [ 12.547 s]
[INFO] org.eclipse.dltk.javascript.formatter.tests ........ SUCCESS [ 10.171 s]
[INFO] org.eclipse.dltk.javascript.ui.tests ............... SUCCESS [ 27.321 s]
[INFO] tcl-all ............................................ SUCCESS [  0.044 s]
[INFO] tcl ................................................ SUCCESS [  0.044 s]
[INFO] org.eclipse.dltk.tcl.parser ........................ SUCCESS [  1.138 s]
[INFO] org.eclipse.dltk.tcl.core .......................... SUCCESS [  1.550 s]
[INFO] org.eclipse.dltk.tcl.debug ......................... SUCCESS [  0.462 s]
[INFO] org.eclipse.dltk.tcl.launching ..................... SUCCESS [  0.516 s]
[INFO] org.eclipse.dltk.tcl.ui ............................ SUCCESS [  1.632 s]
[INFO] org.eclipse.dltk.tcl.validators .................... SUCCESS [  7.865 s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger ........... SUCCESS [  0.943 s]
[INFO] org.eclipse.dltk.tcl.debug.ui ...................... SUCCESS [ 15.606 s]
[INFO] org.eclipse.dltk.tcl.tclchecker .................... SUCCESS [  9.227 s]
[INFO] org.eclipse.dltk.tcl ............................... SUCCESS [  0.205 s]
[INFO] org.eclipse.dltk.tcl.testing ....................... SUCCESS [  0.599 s]
[INFO] org.eclipse.dltk.tcl.testing.tcltest ............... SUCCESS [  0.528 s]
[INFO] org.eclipse.dltk.tcl.doc.user ...................... SUCCESS [  9.168 s]
[INFO] org.eclipse.dltk.tcl.tcllib ........................ SUCCESS [  0.208 s]
[INFO] org.eclipse.dltk.tcl.formatter ..................... SUCCESS [  0.583 s]
[INFO] org.eclipse.dltk.tcl ............................... SUCCESS [  0.301 s]
[INFO] org.eclipse.dltk.tcl.sdk ........................... SUCCESS [  0.221 s]
[INFO] itcl ............................................... SUCCESS [  0.044 s]
[INFO] org.eclipse.dltk.itcl.core ......................... SUCCESS [  0.676 s]
[INFO] xotcl .............................................. SUCCESS [  0.043 s]
[INFO] org.eclipse.dltk.xotcl.core ........................ SUCCESS [  0.761 s]
[INFO] org.eclipse.dltk.tcl.core.indexer .................. SUCCESS [  0.436 s]
[INFO] tcl.tests .......................................... SUCCESS [  0.039 s]
[INFO] org.eclipse.dltk.tcl.tests ......................... SUCCESS [  7.736 s]
[INFO] org.eclipse.dltk.tcl.parser.tests .................. SUCCESS [  8.927 s]
[INFO] org.eclipse.dltk.tcl.core.tests .................... SUCCESS [ 11.247 s]
[INFO] org.eclipse.dltk.tcl.formatter.tests ............... SUCCESS [  9.256 s]
[INFO] org.eclipse.dltk.tcl.validators.tests .............. SUCCESS [ 15.619 s]
[INFO] org.eclipse.dltk.tcl.ui.tests ...................... SUCCESS [ 11.120 s]
[INFO] org.eclipse.dltk.tcl.activestatedebugger.tests ..... SUCCESS [  7.807 s]
[INFO] org.eclipse.dltk.itcl.ui ........................... SUCCESS [  1.030 s]
[INFO] org.eclipse.dltk.itcl .............................. SUCCESS [  0.083 s]
[INFO] org.eclipse.dltk.itcl .............................. SUCCESS [  0.174 s]
[INFO] org.eclipse.dltk.itcl.sdk .......................... SUCCESS [  0.095 s]
[INFO] org.eclipse.dltk.itcl.core.tests ................... SUCCESS [  7.551 s]
[INFO] org.eclipse.dltk.xotcl.ui .......................... SUCCESS [  0.297 s]
[INFO] org.eclipse.dltk.xotcl.testing.xounit .............. SUCCESS [  0.266 s]
[INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [  0.088 s]
[INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [  0.172 s]
[INFO] org.eclipse.dltk.xotcl.sdk ......................... SUCCESS [  0.103 s]
[INFO] org.eclipse.dltk.xotcl.core.tests .................. SUCCESS [  8.197 s]
[INFO] ruby ............................................... SUCCESS [  0.044 s]
[INFO] org.eclipse.dltk.ruby.abstractdebugger ............. SUCCESS [  0.282 s]
[INFO] org.eclipse.dltk.ruby.debug ........................ SUCCESS [  0.203 s]
[INFO] org.eclipse.dltk.ruby.core ......................... SUCCESS [  1.921 s]
[INFO] org.eclipse.dltk.ruby.launching .................... SUCCESS [  0.244 s]
[INFO] org.eclipse.dltk.ruby.activestatedebugger .......... SUCCESS [  0.354 s]
[INFO] org.eclipse.dltk.ruby.basicdebugger ................ SUCCESS [  0.338 s]
[INFO] org.eclipse.dltk.ruby.ui ........................... SUCCESS [  0.755 s]
[INFO] org.eclipse.dltk.ruby.debug.ui ..................... SUCCESS [  0.471 s]
[INFO] org.eclipse.dltk.ruby.fastdebugger ................. SUCCESS [  0.329 s]
[INFO] org.eclipse.dltk.ruby .............................. SUCCESS [  0.078 s]
[INFO] org.eclipse.dltk.ruby.formatter .................... SUCCESS [  1.771 s]
[INFO] org.eclipse.dltk.ruby.testing ...................... SUCCESS [  0.599 s]
[INFO] org.eclipse.dltk.ruby .............................. SUCCESS [  0.185 s]
[INFO] org.eclipse.dltk.ruby.sdk .......................... SUCCESS [  0.116 s]
[INFO] org.eclipse.dltk.ruby.core.tests ................... SUCCESS [ 20.171 s]
[INFO] org.eclipse.dltk.ruby.formatter.tests .............. SUCCESS [  6.261 s]
[INFO] org.eclipse.dltk.ruby.ui.tests ..................... SUCCESS [  7.940 s]
[INFO] org.eclipse.dltk.ruby.testing.tests ................ SUCCESS [  6.489 s]
[INFO] rse ................................................ SUCCESS [  0.041 s]
[INFO] org.eclipse.dltk.ssh.core .......................... SUCCESS [  0.204 s]
[INFO] org.eclipse.dltk.rse.core .......................... SUCCESS [  0.300 s]
[INFO] org.eclipse.dltk.rse.ui ............................ SUCCESS [  0.289 s]
[INFO] org.eclipse.dltk.rse ............................... SUCCESS [  0.130 s]
[INFO] org.eclipse.dltk.rse.sdk ........................... SUCCESS [  0.093 s]
[INFO] org.eclipse.dltk.rse ............................... SUCCESS [  0.081 s]
[INFO] python ............................................. SUCCESS [  0.042 s]
[INFO] org.eclipse.dltk.python.debug ...................... SUCCESS [  0.144 s]
[INFO] org.eclipse.dltk.python.core ....................... SUCCESS [  0.712 s]
[INFO] org.eclipse.dltk.python.activestatedebugger ........ SUCCESS [  0.288 s]
[INFO] org.eclipse.dltk.python.launching .................. SUCCESS [  0.212 s]
[INFO] org.eclipse.dltk.python.ui ......................... SUCCESS [  0.500 s]
[INFO] org.eclipse.dltk.python.debug.ui ................... SUCCESS [  0.341 s]
[INFO] org.eclipse.dltk.python ............................ SUCCESS [  0.142 s]
[INFO] org.eclipse.dltk.python.sdk ........................ SUCCESS [  0.103 s]
[INFO] mylyn .............................................. SUCCESS [  0.040 s]
[INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [  0.589 s]
[INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [  0.138 s]
[INFO] org.eclipse.dltk.mylyn.sdk ......................... SUCCESS [  0.105 s]
[INFO] ShellEd ............................................ SUCCESS [  0.040 s]
[INFO] ShellEd Documentation Plug-in ...................... SUCCESS [  8.993 s]
[INFO] ShellEd Core plugin ................................ SUCCESS [  1.355 s]
[INFO] ShellEd UI plugin .................................. SUCCESS [  4.004 s]
[INFO] ShellEd core test plugin ........................... SUCCESS [  6.683 s]
[INFO] ShellEd UI test plugin ............................. SUCCESS [  9.552 s]
[INFO] ShellEd Feature .................................... SUCCESS [  0.081 s]
[INFO] ShellEd Feature (SDK) .............................. SUCCESS [  0.064 s]
[INFO] update.site ........................................ SUCCESS [ 14.574 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:40 min
[INFO] Finished at: 2017-03-23T07:23:56-04:00
[INFO] Final Memory: 301M/5441M
[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: akurtako@redhat.com
Finished: SUCCESS