Skip to content

Console Output

Skipping 8,324 KB.. Full Log
						.setAll(Collections.singletonList(graph));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'ObservableList<Object>.setAll(Collection<? extends Object>)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[120] 
	viewer.getAdapter(ContentModel.class).getContents()
	                  ^^^^^^^^^^^^
Discouraged access: The type 'ContentModel' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[126] 
	protected Scene createScene(FXViewer viewer) {
	          ^^^^^
Access restriction: The type 'Scene' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[126] 
	protected Scene createScene(FXViewer viewer) {
	                            ^^^^^^^^
Discouraged access: The type 'FXViewer' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	return new Scene(viewer.getCanvas());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The constructor 'Scene(Parent)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	return new Scene(viewer.getCanvas());
	           ^^^^^
Access restriction: The type 'Scene' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	return new Scene(viewer.getCanvas());
	                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FXViewer.getCanvas()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[139] 
	return new ZestFxModule();
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ZestFxModule()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[139] 
	return new ZestFxModule();
	           ^^^^^^^^^^^^
Discouraged access: The type 'ZestFxModule' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[19] 
	import org.eclipse.gef4.common.adapt.inject.AdaptableScopes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AdaptableScopes' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.common/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[20] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[21] 
	import org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SugiyamaLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[22] 
	import org.eclipse.gef4.mvc.behaviors.IBehavior;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBehavior<VR>' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[23] 
	import org.eclipse.gef4.mvc.fx.viewer.FXViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FXViewer' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[24] 
	import org.eclipse.gef4.mvc.parts.IContentPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IContentPart<VR,V>' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[25] 
	import org.eclipse.gef4.mvc.parts.IContentPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IContentPartFactory<VR>' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[26] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestFxModule' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[27] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[28] 
	import org.eclipse.gef4.zest.fx.parts.NodePart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NodePart' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[29] 
	import org.eclipse.gef4.zest.fx.parts.ZestFxContentPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestFxContentPartFactory' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[36] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Application' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[37] 
	import javafx.scene.Group;
	       ^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Group' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[38] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type 'Node' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[39] 
	import javafx.scene.image.ImageView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'ImageView' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[40] 
	import javafx.scene.layout.VBox;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'VBox' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[41] 
	import javafx.scene.shape.Polyline;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Polyline' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[42] 
	import javafx.scene.text.Text;
	       ^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Text' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[47] 
	extends ZestFxContentPartFactory {
	        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestFxContentPartFactory' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[52] 
	public IContentPart<Node, ? extends Node> createContentPart(
	                    ^^^^
Access restriction: The type 'Node' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[52] 
	public IContentPart<Node, ? extends Node> createContentPart(
	                                    ^^^^
Access restriction: The type 'Node' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[53] 
	Object content, IBehavior<Node> contextBehavior,
	                          ^^^^
Access restriction: The type 'Node' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[55] 
	if (content instanceof org.eclipse.gef4.graph.Node) {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[57] 
	org.eclipse.gef4.graph.Node n = (org.eclipse.gef4.graph.Node) content;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[57] 
	org.eclipse.gef4.graph.Node n = (org.eclipse.gef4.graph.Node) content;
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[58] 
	Object isCustom = n.attributesProperty().get(ATTR_CUSTOM);
	                  ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Node.attributesProperty()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[58] 
	Object isCustom = n.attributesProperty().get(ATTR_CUSTOM);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'MapExpression<String,Object>.get(Object)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[67] 
	return super.createContentPart(content, contextBehavior,
					contextMap);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestFxContentPartFactory.createContentPart(Object, IBehavior<Node>, Map<Object,Object>)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[72] 
	public static class CustomModule extends ZestFxModule {
	                                         ^^^^^^^^^^^^
Discouraged access: The type 'ZestFxModule' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[75] 
	binder().bind(new TypeLiteral<IContentPartFactory<Node>>() {
	                              ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IContentPartFactory<Node>' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[75] 
	binder().bind(new TypeLiteral<IContentPartFactory<Node>>() {
	                                                  ^^^^
Access restriction: The type 'Node' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[77] 
	.in(AdaptableScopes.typed(FXViewer.class));
	    ^^^^^^^^^^^^^^^
Discouraged access: The type 'AdaptableScopes' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.common/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[77] 
	.in(AdaptableScopes.typed(FXViewer.class));
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AdaptableScopes.typed(Class<? extends FXViewer>)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.common/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[77] 
	.in(AdaptableScopes.typed(FXViewer.class));
	                          ^^^^^^^^
Discouraged access: The type 'FXViewer' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.mvc.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[81] 
	public static class CustomNodeContentPart extends NodePart {
	                                                  ^^^^^^^^
Discouraged access: The type 'NodePart' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[82] 
	private VBox vbox;
	        ^^^^
Access restriction: The type 'VBox' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[83] 
	private Text labelText;
	        ^^^^
Access restriction: The type 'Text' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[86] 
	protected Group createVisual() {
	          ^^^^^
Access restriction: The type 'Group' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[87] 
	ImageView ian = new ImageView(new javafx.scene.image.Image(
	^^^^^^^^^
Access restriction: The type 'ImageView' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[87] 
	ImageView ian = new ImageView(new javafx.scene.image.Image(
					getClass().getResource("ibull.jpg").toExternalForm()));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The constructor 'ImageView(Image)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[87] 
	ImageView ian = new ImageView(new javafx.scene.image.Image(
	                    ^^^^^^^^^
Access restriction: The type 'ImageView' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[87] 
	ImageView ian = new ImageView(new javafx.scene.image.Image(
					getClass().getResource("ibull.jpg").toExternalForm()));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The constructor 'Image(String)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[87] 
	ImageView ian = new ImageView(new javafx.scene.image.Image(
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Image' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[89] 
	Polyline body = new Polyline(0, 0, 0, 60, 25, 90, 0, 60, -25, 90, 0,
	^^^^^^^^
Access restriction: The type 'Polyline' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[89] 
	Polyline body = new Polyline(0, 0, 0, 60, 25, 90, 0, 60, -25, 90, 0,
					60, 0, 25, 25, 0, 0, 25, -25, 0);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The constructor 'Polyline(double[])' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[89] 
	Polyline body = new Polyline(0, 0, 0, 60, 25, 90, 0, 60, -25, 90, 0,
	                    ^^^^^^^^
Access restriction: The type 'Polyline' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[91] 
	body.setTranslateX(ian.getLayoutBounds().getWidth() / 2
					- body.getLayoutBounds().getWidth() / 2 - 5);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Node.setTranslateX(double)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[91] 
	body.setTranslateX(ian.getLayoutBounds().getWidth() / 2
	                   ^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Node.getLayoutBounds()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[91] 
	body.setTranslateX(ian.getLayoutBounds().getWidth() / 2
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Bounds.getWidth()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[92] 
	- body.getLayoutBounds().getWidth() / 2 - 5);
	  ^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Node.getLayoutBounds()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[92] 
	- body.getLayoutBounds().getWidth() / 2 - 5);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Bounds.getWidth()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[93] 
	body.setTranslateY(-15);
	^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Node.setTranslateY(double)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[94] 
	labelText = new Text();
	            ^^^^^^^^^^
Access restriction: The constructor 'Text()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[94] 
	labelText = new Text();
	                ^^^^
Access restriction: The type 'Text' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[95] 
	vbox = new VBox();
	       ^^^^^^^^^^
Access restriction: The constructor 'VBox()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[95] 
	vbox = new VBox();
	           ^^^^
Access restriction: The type 'VBox' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[96] 
	vbox.getChildren().addAll(ian, body, labelText);
	^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Pane.getChildren()' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[96] 
	vbox.getChildren().addAll(ian, body, labelText);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'ObservableList<Node>.addAll(Node[])' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[97] 
	return new Group(vbox);
	       ^^^^^^^^^^^^^^^
Access restriction: The constructor 'Group(Node[])' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[97] 
	return new Group(vbox);
	           ^^^^^
Access restriction: The type 'Group' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[101] 
	protected Text getLabelText() {
	          ^^^^
Access restriction: The type 'Text' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[107] 
	Application.launch(args);
	^^^^^^^^^^^
Access restriction: The type 'Application' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[107] 
	Application.launch(args);
	^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Application.launch(String[])' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[117] 
	protected Graph createGraph() {
	          ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[118] 
	Graph g = new Graph();
	^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[118] 
	Graph g = new Graph();
	          ^^^^^^^^^^^
Discouraged access: The constructor 'Graph()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[118] 
	Graph g = new Graph();
	              ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[120] 
	g.attributesProperty().put(ZestProperties.GRAPH_LAYOUT_ALGORITHM,
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Graph.attributesProperty()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[120] 
	g.attributesProperty().put(ZestProperties.GRAPH_LAYOUT_ALGORITHM,
				new SugiyamaLayoutAlgorithm());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'MapExpression<String,Object>.put(String, Object)' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[120] 
	g.attributesProperty().put(ZestProperties.GRAPH_LAYOUT_ALGORITHM,
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[120] 
	g.attributesProperty().put(ZestProperties.GRAPH_LAYOUT_ALGORITHM,
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.GRAPH_LAYOUT_ALGORITHM' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[121] 
	new SugiyamaLayoutAlgorithm());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SugiyamaLayoutAlgorithm()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/CustomNodeExample.java:[121] 
	new SugiyamaLayoutAlgorithm());
	    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SugiyamaLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[17] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[18] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[19] 
	import org.eclipse.gef4.graph.Node;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[20] 
	import org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SpringLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[21] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[23] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Application' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[28] 
	Application.launch(args);
	^^^^^^^^^^^
Access restriction: The type 'Application' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[28] 
	Application.launch(args);
	^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method 'Application.launch(String[])' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[36] 
	protected Graph createGraph() {
	          ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[37] 
	Node n = n(LABEL, "Paper");
	^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[38] 
	Node n2 = n(LABEL, "Rock");
	^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[39] 
	Node n3 = n(LABEL, "Scissors");
	^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[40] 
	Edge e12 = new Edge(n, n2);
	^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[40] 
	Edge e12 = new Edge(n, n2);
	           ^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Edge(Node, Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[40] 
	Edge e12 = new Edge(n, n2);
	               ^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[41] 
	Edge e23 = new Edge(n2, n3);
	^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[41] 
	Edge e23 = new Edge(n2, n3);
	           ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Edge(Node, Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[41] 
	Edge e23 = new Edge(n2, n3);
	               ^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[42] 
	Edge e31 = new Edge(n3, n);
	^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[42] 
	Edge e31 = new Edge(n3, n);
	           ^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Edge(Node, Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[42] 
	Edge e31 = new Edge(n3, n);
	               ^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
	       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Graph.Builder()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Graph.Builder.nodes(Node[])' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Graph.Builder.edges(Edge[])' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
				.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Graph.Builder.attr(String, Object)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
				.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
				.build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Graph.Builder.build()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
	           ^^^^^^^^^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[43] 
	return new Graph.Builder().nodes(n, n2, n3).edges(e12, e23, e31)
	           ^^^^^^^^^^^^^
Discouraged access: The type 'Graph.Builder' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[44] 
	.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[44] 
	.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
	                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.GRAPH_LAYOUT_ALGORITHM' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[44] 
	.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SpringLayoutAlgorithm()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/SimpleExample.java:[44] 
	.attr(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm())
	                                                 ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SpringLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
192 problems (192 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ org.eclipse.gef4.zest.examples ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[WARNING] bundle localization file /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/plugin.properties not found
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples
   [delete] Deleting: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] Pack200 normalizing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:eclipse-plugin:1.0.0-SNAPSHOT in 0 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:java-source:sources:1.0.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] Pack200 packing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Compiling 1 source file to /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[20] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[21] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[22] 
	import org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SpringLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[24] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[26] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type 'Application' is not API (restriction on classpath entry '/opt/public/common/jdk1.7.0_80/jre/lib/jfxrt.jar')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[30] 
	private static Graph buildAC(String id) {
	               ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[32] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[34] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[35] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[35] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[36] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                                                         ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	ZestProperties.ELEMENT_CSS_ID, id + "C")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	ZestProperties.ELEMENT_CSS_ID, id + "C")));
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	List<Edge> edges = new ArrayList<>();
	     ^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.GRAPH_LAYOUT_ALGORITHM' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SpringLayoutAlgorithm()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                                                     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SpringLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Graph(Map<String,Object>, Collection<? extends Node>, Collection<? extends Edge>)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[52] 
	private static Graph buildAE(String id) {
	               ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[54] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[56] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[56] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[56] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[56] 
	n(ZestProperties.ELEMENT_LABEL, "A", ZestProperties.NODE_TOOLTIP, "Alpha",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[57] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[57] 
	ZestProperties.ELEMENT_CSS_ID, id + "A"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(ZestProperties.ELEMENT_LABEL, "B", ZestProperties.NODE_TOOLTIP, "Beta", ZestProperties.ELEMENT_CSS_ID,
	                                                                                         ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(ZestProperties.ELEMENT_LABEL, "C", ZestProperties.NODE_TOOLTIP, "Gamma",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[61] 
	ZestProperties.ELEMENT_CSS_ID, id + "C"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[61] 
	ZestProperties.ELEMENT_CSS_ID, id + "C"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "D", ZestProperties.NODE_TOOLTIP, "Delta",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "D", ZestProperties.NODE_TOOLTIP, "Delta",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "D", ZestProperties.NODE_TOOLTIP, "Delta",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[62] 
	n(ZestProperties.ELEMENT_LABEL, "D", ZestProperties.NODE_TOOLTIP, "Delta",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[63] 
	ZestProperties.ELEMENT_CSS_ID, id + "D"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[63] 
	ZestProperties.ELEMENT_CSS_ID, id + "D"),
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	n(ZestProperties.ELEMENT_LABEL, "E", ZestProperties.NODE_TOOLTIP, "Epsilon",
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	n(ZestProperties.ELEMENT_LABEL, "E", ZestProperties.NODE_TOOLTIP, "Epsilon",
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	n(ZestProperties.ELEMENT_LABEL, "E", ZestProperties.NODE_TOOLTIP, "Epsilon",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[64] 
	n(ZestProperties.ELEMENT_LABEL, "E", ZestProperties.NODE_TOOLTIP, "Epsilon",
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	ZestProperties.ELEMENT_CSS_ID, id + "E")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	ZestProperties.ELEMENT_CSS_ID, id + "E")));
	               ^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_CSS_ID' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	nodes.get(4).setNestedGraph(buildAC("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Node.setNestedGraph(Graph)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	List<Edge> edges = new ArrayList<>();
	     ^^^^
Discouraged access: The type 'Edge' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                         ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.GRAPH_LAYOUT_ALGORITHM' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'SpringLayoutAlgorithm()' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	attrs.put(ZestProperties.GRAPH_LAYOUT_ALGORITHM, new SpringLayoutAlgorithm());
	                                                     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SpringLayoutAlgorithm' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.layout/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[78] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Graph(Map<String,Object>, Collection<? extends Node>, Collection<? extends Edge>)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[78] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[81] 
	public static Graph createDefaultGraph() {
	              ^^^^^
Discouraged access: The type 'Graph' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[83] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	nodes.addAll(Arrays.asList(n(ZestProperties.ELEMENT_LABEL, "0", ZestProperties.NODE_TOOLTIP, "zero"),
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	nodes.addAll(Arrays.asList(n(ZestProperties.ELEMENT_LABEL, "0", ZestProperties.NODE_TOOLTIP, "zero"),
	                                            ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	nodes.addAll(Arrays.asList(n(ZestProperties.ELEMENT_LABEL, "0", ZestProperties.NODE_TOOLTIP, "zero"),
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	nodes.addAll(Arrays.asList(n(ZestProperties.ELEMENT_LABEL, "0", ZestProperties.NODE_TOOLTIP, "zero"),
	                                                                               ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(ZestProperties.ELEMENT_LABEL, "1", ZestProperties.NODE_TOOLTIP, "one"),
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(ZestProperties.ELEMENT_LABEL, "1", ZestProperties.NODE_TOOLTIP, "one"),
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(ZestProperties.ELEMENT_LABEL, "1", ZestProperties.NODE_TOOLTIP, "one"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(ZestProperties.ELEMENT_LABEL, "1", ZestProperties.NODE_TOOLTIP, "one"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(ZestProperties.ELEMENT_LABEL, "2", ZestProperties.NODE_TOOLTIP, "two"),
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(ZestProperties.ELEMENT_LABEL, "2", ZestProperties.NODE_TOOLTIP, "two"),
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(ZestProperties.ELEMENT_LABEL, "2", ZestProperties.NODE_TOOLTIP, "two"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(ZestProperties.ELEMENT_LABEL, "2", ZestProperties.NODE_TOOLTIP, "two"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(ZestProperties.ELEMENT_LABEL, "3", ZestProperties.NODE_TOOLTIP, "three"),
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(ZestProperties.ELEMENT_LABEL, "3", ZestProperties.NODE_TOOLTIP, "three"),
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(ZestProperties.ELEMENT_LABEL, "3", ZestProperties.NODE_TOOLTIP, "three"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(ZestProperties.ELEMENT_LABEL, "3", ZestProperties.NODE_TOOLTIP, "three"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(ZestProperties.ELEMENT_LABEL, "4", ZestProperties.NODE_TOOLTIP, "four"),
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(ZestProperties.ELEMENT_LABEL, "4", ZestProperties.NODE_TOOLTIP, "four"),
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(ZestProperties.ELEMENT_LABEL, "4", ZestProperties.NODE_TOOLTIP, "four"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(ZestProperties.ELEMENT_LABEL, "4", ZestProperties.NODE_TOOLTIP, "four"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(ZestProperties.ELEMENT_LABEL, "5", ZestProperties.NODE_TOOLTIP, "five"),
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(ZestProperties.ELEMENT_LABEL, "5", ZestProperties.NODE_TOOLTIP, "five"),
	                 ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.ELEMENT_LABEL' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(ZestProperties.ELEMENT_LABEL, "5", ZestProperties.NODE_TOOLTIP, "five"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(ZestProperties.ELEMENT_LABEL, "5", ZestProperties.NODE_TOOLTIP, "five"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	n(ZestProperties.ELEMENT_LABEL, "6", ZestProperties.NODE_TOOLTIP, "six"),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	n(ZestProperties.ELEMENT_LABEL, "6", ZestProperties.NODE_TOOLTIP, "six"),
	                                                    ^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_TOOLTIP' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
100 problems (100 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] bundle localization file /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/plugin.properties not found
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Pack200 normalizing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:eclipse-plugin:1.0.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:java-source:sources:1.0.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Pack200 packing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph.ui 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Compiling 3 source files to /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target/classes
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[16] 
	import org.eclipse.gef4.zest.fx.ui.parts.ZestFxUiView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestFxUiView' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.ui/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[18] 
	public class ZestGraphExampleView extends ZestFxUiView {
	                                          ^^^^^^^^^^^^
Discouraged access: The type 'ZestFxUiView' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.ui/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[21] 
	setGraph(ZestGraphExample.createDefaultGraph());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestFxUiView.setGraph(Graph)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.ui/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[3] 
	import org.eclipse.gef4.geometry.planar.Dimension;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Dimension' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[4] 
	import org.eclipse.gef4.geometry.planar.Point;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Point' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[5] 
	import org.eclipse.gef4.graph.Node;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[6] 
	import org.eclipse.gef4.zest.fx.ZestProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[21] 
	ZestProperties.NODE_POSITION, ZestProperties.NODE_POSITION);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[21] 
	ZestProperties.NODE_POSITION, ZestProperties.NODE_POSITION);
	               ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_POSITION' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[21] 
	ZestProperties.NODE_POSITION, ZestProperties.NODE_POSITION);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[21] 
	ZestProperties.NODE_POSITION, ZestProperties.NODE_POSITION);
	                                             ^^^^^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_POSITION' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[23] 
	ZestProperties.NODE_SIZE, ZestProperties.NODE_SIZE);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[23] 
	ZestProperties.NODE_SIZE, ZestProperties.NODE_SIZE);
	               ^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_SIZE' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[23] 
	ZestProperties.NODE_SIZE, ZestProperties.NODE_SIZE);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[23] 
	ZestProperties.NODE_SIZE, ZestProperties.NODE_SIZE);
	                                         ^^^^^^^^^
Discouraged access: The field 'ZestProperties.NODE_SIZE' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[24] 
	private Node node;
	        ^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[25] 
	private Dimension initialSize;
	        ^^^^^^^^^
Discouraged access: The type 'Dimension' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[26] 
	private Point initialPosition;
	        ^^^^^
Discouraged access: The type 'Point' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[33] 
	public NodePropertySource(Node node) {
	                          ^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[35] 
	initialPosition = ZestProperties.getPosition(node);
	                  ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[35] 
	initialPosition = ZestProperties.getPosition(node);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getPosition(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[36] 
	initialSize = ZestProperties.getSize(node);
	              ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[36] 
	initialSize = ZestProperties.getSize(node);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getSize(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[52] 
	Point position = ZestProperties.getPosition(node);
	^^^^^
Discouraged access: The type 'Point' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[52] 
	Point position = ZestProperties.getPosition(node);
	                 ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[52] 
	Point position = ZestProperties.getPosition(node);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getPosition(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[53] 
	return position == null ? "null" : position.x + POSITION_DELIMITER + position.y;
	                                            ^
Discouraged access: The field 'Point.x' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[53] 
	return position == null ? "null" : position.x + POSITION_DELIMITER + position.y;
	                                                                              ^
Discouraged access: The field 'Point.y' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[55] 
	Dimension size = ZestProperties.getSize(node);
	^^^^^^^^^
Discouraged access: The type 'Dimension' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[55] 
	Dimension size = ZestProperties.getSize(node);
	                 ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[55] 
	Dimension size = ZestProperties.getSize(node);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getSize(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[56] 
	return size == null ? "null" : size.width + SIZE_DELIMITER + size.height;
	                                    ^^^^^
Discouraged access: The field 'Dimension.width' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[56] 
	return size == null ? "null" : size.width + SIZE_DELIMITER + size.height;
	                                                                  ^^^^^^
Discouraged access: The field 'Dimension.height' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[64] 
	return ZestProperties.getPosition(node) != null;
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[64] 
	return ZestProperties.getPosition(node) != null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getPosition(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[66] 
	return ZestProperties.getSize(node) != null;
	       ^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[66] 
	return ZestProperties.getSize(node) != null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.getSize(Node)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[74] 
	ZestProperties.setPosition(node, initialPosition);
	^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[74] 
	ZestProperties.setPosition(node, initialPosition);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.setPosition(Node, Point)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[76] 
	ZestProperties.setSize(node, initialSize);
	^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[76] 
	ZestProperties.setSize(node, initialSize);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.setSize(Node, Dimension)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[84] 
	ZestProperties.setPosition(node, new Point(Double.parseDouble(xy[0]), Double.parseDouble(xy[1])));
	^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[84] 
	ZestProperties.setPosition(node, new Point(Double.parseDouble(xy[0]), Double.parseDouble(xy[1])));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.setPosition(Node, Point)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[84] 
	ZestProperties.setPosition(node, new Point(Double.parseDouble(xy[0]), Double.parseDouble(xy[1])));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Point(double, double)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[84] 
	ZestProperties.setPosition(node, new Point(Double.parseDouble(xy[0]), Double.parseDouble(xy[1])));
	                                     ^^^^^
Discouraged access: The type 'Point' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[87] 
	ZestProperties.setSize(node, new Dimension(Double.parseDouble(wh[0]), Double.parseDouble(wh[1])));
	^^^^^^^^^^^^^^
Discouraged access: The type 'ZestProperties' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[87] 
	ZestProperties.setSize(node, new Dimension(Double.parseDouble(wh[0]), Double.parseDouble(wh[1])));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ZestProperties.setSize(Node, Dimension)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[87] 
	ZestProperties.setSize(node, new Dimension(Double.parseDouble(wh[0]), Double.parseDouble(wh[1])));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Dimension(double, double)' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/NodePropertySource.java:[87] 
	ZestProperties.setSize(node, new Dimension(Double.parseDouble(wh[0]), Double.parseDouble(wh[1])));
	                                 ^^^^^^^^^
Discouraged access: The type 'Dimension' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.geometry/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/PropertySourceAdapterFactory.java:[15] 
	import org.eclipse.gef4.graph.Node;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/PropertySourceAdapterFactory.java:[29] 
	if (adaptableObject instanceof Node) {
	                               ^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
[WARNING] /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/properties/PropertySourceAdapterFactory.java:[30] 
	return new NodePropertySource((Node) adaptableObject);
	                               ^^^^
Discouraged access: The type 'Node' is not API (restriction on classpath entry '/opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.graph/target/classes')
52 problems (52 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] bundle localization file /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/plugin.properties not found
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Pack200 normalizing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:eclipse-plugin:1.0.0-SNAPSHOT in 0 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:java-source:sources:1.0.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Pack200 packing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.zest.examples ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-1.0.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:1.0.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:sources-feature:1.0.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.compatibility.equinox 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox
     [echo] Replacing @build@ token within about.mappings with build id.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox/target/org.eclipse.gef4.zest.fx.compatibility.equinox-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox
   [delete] Deleting: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Pack200 normalizing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox/target/org.eclipse.gef4.zest.fx.compatibility.equinox-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.compatibility.equinox:eclipse-plugin:1.0.0-SNAPSHOT in 0 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Pack200 packing jar /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox/target/org.eclipse.gef4.zest.fx.compatibility.equinox-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.compatibility.equinox 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Building jar: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.zest.fx.compatibility.equinox-feature/target/org.eclipse.gef4.zest.fx.compatibility.equinox-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.fx.compatibility.equinox:eclipse-feature:1.0.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.compatibility.equinox ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.repository 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gef4.repository ---
[INFO] Deleting /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.repository/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.repository ---
[INFO] The project's OSGi version is 1.0.0.201603211703
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-tokens) @ org.eclipse.gef4.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:publish-products (default-publish-products) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:publish-categories (default-publish-categories) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.21.0:assemble-repository (default-assemble-repository) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.21.0:archive-repository (default-archive-repository) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- repository-utils:0.19.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/users/genie.gef/workspace/gef4-master/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-tokens) @ org.eclipse.gef4.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.21.0:normalize (pack200-normalize) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.21.0:pack (pack200-pack) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef4.releng ........................... SUCCESS [0.872s]
[INFO] org.eclipse.gef4.target ........................... SUCCESS [0.331s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [8.829s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [2.697s]
[INFO] org.eclipse.gef4.common.tests ..................... SUCCESS [8.294s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [8:43.159s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [1.582s]
[INFO] org.eclipse.gef4.common.sdk ....................... SUCCESS [1.337s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [4.289s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [3.110s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [5.512s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.608s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [2.934s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.437s]
[INFO] org.eclipse.gef4.geometry.tests ................... SUCCESS [15.209s]
[INFO] org.eclipse.gef4.geometry.tests.convert.swt ....... SUCCESS [5.970s]
[INFO] org.eclipse.gef4.geometry.tests.convert.fx ........ SUCCESS [6.166s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [4:40.252s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [1.087s]
[INFO] org.eclipse.gef4.geometry.sdk ..................... SUCCESS [1.153s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [3.307s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [2.878s]
[INFO] org.eclipse.gef4.fx.swt ........................... SUCCESS [3.389s]
[INFO] org.eclipse.gef4.fx.swt ........................... SUCCESS [2.818s]
[INFO] org.eclipse.gef4.fx.jface ......................... SUCCESS [2.401s]
[INFO] org.eclipse.gef4.fx.jface ......................... SUCCESS [2.872s]
[INFO] org.eclipse.gef4.fx.tests ......................... SUCCESS [5.283s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [6:55.729s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [1.226s]
[INFO] org.eclipse.gef4.fx.sdk ........................... SUCCESS [1.479s]
[INFO] org.eclipse.gef4.fx.compatibility.equinox ......... SUCCESS [1.180s]
[INFO] org.eclipse.gef4.fx.compatibility.equinox ......... SUCCESS [1.246s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [3.660s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [2.882s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [2.825s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [2.980s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [5.336s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [3.400s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.209s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.206s]
[INFO] org.eclipse.gef4.mvc.tests ........................ SUCCESS [6.454s]
[INFO] org.eclipse.gef4.mvc.tests.fx ..................... SUCCESS [16.510s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [9:08.623s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [1.537s]
[INFO] org.eclipse.gef4.mvc.sdk .......................... SUCCESS [1.255s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [2.775s]
[INFO] org.eclipse.gef4.mvc.examples.logo ................ SUCCESS [3.879s]
[INFO] org.eclipse.gef4.mvc.examples.logo.ui ............. SUCCESS [4.342s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [3.832s]
[INFO] org.eclipse.gef4.mvc.examples.logo.web ............ SUCCESS [2.793s]
[INFO] org.eclipse.gef4.mvc.examples.logo.web.repository . SUCCESS [2.313s]
[INFO] org.eclipse.gef4.mvc.compatibility.equinox ........ SUCCESS [1.214s]
[INFO] org.eclipse.gef4.mvc.compatibility.equinox ........ SUCCESS [1.291s]
[INFO] org.eclipse.gef4.mvc.fx.compatibility.equinox ..... SUCCESS [1.221s]
[INFO] org.eclipse.gef4.mvc.fx.compatibility.equinox ..... SUCCESS [1.550s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [6.156s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [2.509s]
[INFO] org.eclipse.gef4.cloudio.tests.ui ................. SUCCESS [13.022s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [2:33.740s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [1.448s]
[INFO] org.eclipse.gef4.cloudio.doc.user ................. SUCCESS [5.170s]
[INFO] org.eclipse.gef4.cloudio.doc.user ................. SUCCESS [1.221s]
[INFO] org.eclipse.gef4.cloudio.sdk ...................... SUCCESS [1.448s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [2.750s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [2.772s]
[INFO] org.eclipse.gef4.graph.tests ...................... SUCCESS [6.318s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [2:13.602s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [1.448s]
[INFO] org.eclipse.gef4.graph.sdk ........................ SUCCESS [1.360s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [34.920s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [2.860s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [2.683s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [3.648s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [2.638s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [4.064s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [2.579s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [2.867s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [2.643s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [2.909s]
[INFO] org.eclipse.gef4.dot.tests ........................ SUCCESS [12.671s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [2:33.530s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [9:02.309s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [2:43.680s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [1.243s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [1.193s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [1.505s]
[INFO] org.eclipse.gef4.dot.doc.user ..................... SUCCESS [4.425s]
[INFO] org.eclipse.gef4.dot.doc.user ..................... SUCCESS [1.215s]
[INFO] org.eclipse.gef4.layout.sdk ....................... SUCCESS [2.676s]
[INFO] org.eclipse.gef4.zest.fx.jface .................... SUCCESS [3.066s]
[INFO] org.eclipse.gef4.zest.fx.jface .................... SUCCESS [2.958s]
[INFO] org.eclipse.gef4.zest.sdk ......................... SUCCESS [1.290s]
[INFO] org.eclipse.gef4.dot.sdk .......................... SUCCESS [1.540s]
[INFO] org.eclipse.gef4.layout.tests ..................... SUCCESS [7.522s]
[INFO] org.eclipse.gef4.zest.tests.fx .................... SUCCESS [9.564s]
[INFO] org.eclipse.gef4.zest.tests.fx.jface .............. SUCCESS [13.296s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [2.485s]
[INFO] org.eclipse.gef4.zest.examples.graph .............. SUCCESS [2.691s]
[INFO] org.eclipse.gef4.zest.examples.graph.ui ........... SUCCESS [2.651s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [2.898s]
[INFO] org.eclipse.gef4.zest.fx.compatibility.equinox .... SUCCESS [1.208s]
[INFO] org.eclipse.gef4.zest.fx.compatibility.equinox .... SUCCESS [1.487s]
[INFO] org.eclipse.gef4.repository ....................... SUCCESS [21.317s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57:47.690s
[INFO] Finished at: Mon Mar 21 13:58:36 EDT 2016
[INFO] Final Memory: 170M/583M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[gef4-master] $ /bin/sh -xe /tmp/hudson2879590628931316200.sh
+ '[' -d update-site ']'
+ rm -fr update-site
+ mkdir update-site
+ cp -R org.eclipse.gef4.repository/target/repository/artifacts.jar org.eclipse.gef4.repository/target/repository/content.jar org.eclipse.gef4.repository/target/repository/features org.eclipse.gef4.repository/target/repository/index.html org.eclipse.gef4.repository/target/repository/plugins org.eclipse.gef4.repository/target/repository/site.properties org.eclipse.gef4.repository/target/repository/site.xml org.eclipse.gef4.repository/target/repository/web update-site/
+ '[' -d org.eclipse.gef4.mvc.examples.logo.web-files ']'
+ rm -fr org.eclipse.gef4.mvc.examples.logo.web-files
+ mkdir org.eclipse.gef4.mvc.examples.logo.web-files
+ cp -R org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/com.google.guava.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/com.google.inject.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/com.google.inject.multibindings.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/com.google.jnlp org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/index.html org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/javax.inject.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/javax.jnlp org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/javax.xml.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.core.commands.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.core.contenttype.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.core.jobs.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.core.runtime.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.equinox.app.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.equinox.common.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.equinox.jnlp org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.equinox.preferences.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.equinox.registry.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.common.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.fx.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.geometry.convert.fx.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.geometry.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.examples.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.examples.logo.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.examples.logo.web.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.examples.logo.web.jnlp org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.fx.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.gef4.mvc.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.osgi.jar org.eclipse.gef4.mvc.examples.logo.web.repository/target/web-files/org.eclipse.osgi.jnlp org.eclipse.gef4.mvc.examples.logo.web-files/
Terminating xvnc.
Recording test results
Archiving artifacts
Finished: SUCCESS