Skip to content
Success

Console Output

Skipping 6,051 KB.. Full Log
	Graph graph = new Graph.Builder().nodes(node).build();
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method nodes(Node[]) from the type Graph.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[40] 
	Graph graph = new Graph.Builder().nodes(node).build();
	                  ^^^^^^^^^^^^^
Discouraged access: The type Graph.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[40] 
	Graph graph = new Graph.Builder().nodes(node).build();
	                  ^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[41] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[41] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor GraphLayoutContext(Graph) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[41] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[42] 
	GraphNodeLayout nodeLayout = new GraphNodeLayout(glc, node);
	^^^^^^^^^^^^^^^
Discouraged access: The type GraphNodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[42] 
	GraphNodeLayout nodeLayout = new GraphNodeLayout(glc, node);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor GraphNodeLayout(GraphLayoutContext, Node) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[42] 
	GraphNodeLayout nodeLayout = new GraphNodeLayout(glc, node);
	                                 ^^^^^^^^^^^^^^^
Discouraged access: The type GraphNodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[46] 
	private NodeLayoutPolicy createPolicy(final Point location, final Dimension size) {
	        ^^^^^^^^^^^^^^^^
Discouraged access: The type NodeLayoutPolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[46] 
	private NodeLayoutPolicy createPolicy(final Point location, final Dimension size) {
	                                            ^^^^^
Discouraged access: The type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[46] 
	private NodeLayoutPolicy createPolicy(final Point location, final Dimension size) {
	                                                                  ^^^^^^^^^
Discouraged access: The type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[47] 
	NodeLayoutPolicy policy = new NodeLayoutPolicy() {
	^^^^^^^^^^^^^^^^
Discouraged access: The type NodeLayoutPolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[47] 
	NodeLayoutPolicy policy = new NodeLayoutPolicy() {
	                              ^^^^^^^^^^^^^^^^
Discouraged access: The type NodeLayoutPolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[48] 
	private IContentPart<javafx.scene.Node, ? extends javafx.scene.Node> host;
	        ^^^^^^^^^^^^
Discouraged access: The type IContentPart<Node,? extends Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[48] 
	private IContentPart<javafx.scene.Node, ? extends javafx.scene.Node> host;
	                     ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[48] 
	private IContentPart<javafx.scene.Node, ? extends javafx.scene.Node> host;
	                                                  ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[51] 
	public IVisualPart<javafx.scene.Node, ? extends javafx.scene.Node> getHost() {
	                   ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[51] 
	public IVisualPart<javafx.scene.Node, ? extends javafx.scene.Node> getHost() {
	                                                ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[53] 
	host = new AbstractFXContentPart<Pane>() {
	           ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type AbstractFXContentPart<Pane> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[53] 
	host = new AbstractFXContentPart<Pane>() {
	                                 ^^^^
Access restriction: The type Pane is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[55] 
	setAdapter(AdapterKey.get(FXResizeRelocatePolicy.class), new FXResizeRelocatePolicy() {
								@Override
								public IUndoableOperation commit() {
									return null;
								}
							});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setAdapter(AdapterKey<? super new FXResizeRelocatePolicy(){}>, new FXResizeRelocatePolicy(){}) from the type AbstractVisualPart<Node,Pane> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[55] 
	setAdapter(AdapterKey.get(FXResizeRelocatePolicy.class), new FXResizeRelocatePolicy() {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method get(Class<FXResizeRelocatePolicy>) from the type AdapterKey is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.common/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[55] 
	setAdapter(AdapterKey.get(FXResizeRelocatePolicy.class), new FXResizeRelocatePolicy() {
	           ^^^^^^^^^^
Discouraged access: The type AdapterKey<T> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.common/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[55] 
	setAdapter(AdapterKey.get(FXResizeRelocatePolicy.class), new FXResizeRelocatePolicy() {
	                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXResizeRelocatePolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[55] 
	setAdapter(AdapterKey.get(FXResizeRelocatePolicy.class), new FXResizeRelocatePolicy() {
	                                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXResizeRelocatePolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[64] 
	protected Pane createVisual() {
	          ^^^^
Access restriction: The type Pane is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[65] 
	Pane visual = new Pane();
	^^^^
Access restriction: The type Pane is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[65] 
	Pane visual = new Pane();
	              ^^^^^^^^^^
Access restriction: The constructor Pane() is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[65] 
	Pane visual = new Pane();
	                  ^^^^
Access restriction: The type Pane is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[66] 
	visual.setLayoutX(location.x);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setLayoutX(double) from the type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[66] 
	visual.setLayoutX(location.x);
	                           ^
Discouraged access: The field x from the type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[67] 
	visual.setLayoutY(location.y);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setLayoutY(double) from the type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[67] 
	visual.setLayoutY(location.y);
	                           ^
Discouraged access: The field y from the type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[68] 
	visual.resize(size.width, size.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method resize(double, double) from the type Region is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[68] 
	visual.resize(size.width, size.height);
	                   ^^^^^
Discouraged access: The field width from the type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[68] 
	visual.resize(size.width, size.height);
	                               ^^^^^^
Discouraged access: The field height from the type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[73] 
	protected void doRefreshVisual(Pane visual) {
	                               ^^^^
Access restriction: The type Pane is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[77] 
	FXRootPart rootPart = new FXRootPart();
	^^^^^^^^^^
Discouraged access: The type FXRootPart is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[77] 
	FXRootPart rootPart = new FXRootPart();
	                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor FXRootPart() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[77] 
	FXRootPart rootPart = new FXRootPart();
	                          ^^^^^^^^^^
Discouraged access: The type FXRootPart is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[78] 
	rootPart.setAdaptable(new FXViewer());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setAdaptable(IViewer<Node>) from the type AbstractFXRootPart<ScrollPane> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[78] 
	rootPart.setAdaptable(new FXViewer());
	                      ^^^^^^^^^^^^^^
Discouraged access: The constructor FXViewer() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[78] 
	rootPart.setAdaptable(new FXViewer());
	                          ^^^^^^^^
Discouraged access: The type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[79] 
	host.setParent(rootPart);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setParent(IVisualPart<Node,? extends Node>) from the type IVisualPart<Node,capture#3-of ? extends Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[89] 
	NodeLayoutPolicy policy = createPolicy(new Point(), new Dimension());
	^^^^^^^^^^^^^^^^
Discouraged access: The type NodeLayoutPolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[89] 
	NodeLayoutPolicy policy = createPolicy(new Point(), new Dimension());
	                                       ^^^^^^^^^^^
Discouraged access: The constructor Point() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[89] 
	NodeLayoutPolicy policy = createPolicy(new Point(), new Dimension());
	                                           ^^^^^
Discouraged access: The type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[89] 
	NodeLayoutPolicy policy = createPolicy(new Point(), new Dimension());
	                                                    ^^^^^^^^^^^^^^^
Discouraged access: The constructor Dimension() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[89] 
	NodeLayoutPolicy policy = createPolicy(new Point(), new Dimension());
	                                                        ^^^^^^^^^
Discouraged access: The type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[91] 
	Point location = new Point(1, 5);
	^^^^^
Discouraged access: The type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[91] 
	Point location = new Point(1, 5);
	                 ^^^^^^^^^^^^^^^
Discouraged access: The constructor Point(double, double) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[91] 
	Point location = new Point(1, 5);
	                     ^^^^^
Discouraged access: The type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[92] 
	Dimension size = new Dimension(100, 200);
	^^^^^^^^^
Discouraged access: The type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[92] 
	Dimension size = new Dimension(100, 200);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Dimension(double, double) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[92] 
	Dimension size = new Dimension(100, 200);
	                     ^^^^^^^^^
Discouraged access: The type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[93] 
	GraphNodeLayout nodeLayout = createNodeLayout();
	^^^^^^^^^^^^^^^
Discouraged access: The type GraphNodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[94] 
	LayoutProperties.setLocation(nodeLayout, location.x, location.y);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setLocation(EntityLayout, double, double) from the type LayoutProperties is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[94] 
	LayoutProperties.setLocation(nodeLayout, location.x, location.y);
	^^^^^^^^^^^^^^^^
Discouraged access: The type LayoutProperties is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[94] 
	LayoutProperties.setLocation(nodeLayout, location.x, location.y);
	                                                  ^
Discouraged access: The field x from the type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[94] 
	LayoutProperties.setLocation(nodeLayout, location.x, location.y);
	                                                              ^
Discouraged access: The field y from the type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[95] 
	LayoutProperties.setSize(nodeLayout, size.getWidth(), size.getHeight());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setSize(EntityLayout, double, double) from the type LayoutProperties is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[95] 
	LayoutProperties.setSize(nodeLayout, size.getWidth(), size.getHeight());
	^^^^^^^^^^^^^^^^
Discouraged access: The type LayoutProperties is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[95] 
	LayoutProperties.setSize(nodeLayout, size.getWidth(), size.getHeight());
	                                     ^^^^^^^^^^^^^^^
Discouraged access: The method getWidth() from the type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[95] 
	LayoutProperties.setSize(nodeLayout, size.getWidth(), size.getHeight());
	                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The method getHeight() from the type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[97] 
	policy.adaptLayoutInformation(nodeLayout);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method adaptLayoutInformation(NodeLayout) from the type NodeLayoutPolicy is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[99] 
	javafx.scene.Node visual = policy.getHost().getVisual();
	^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[99] 
	javafx.scene.Node visual = policy.getHost().getVisual();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getVisual() from the type IVisualPart<Node,capture#5-of ? extends Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[99] 
	javafx.scene.Node visual = policy.getHost().getVisual();
	                           ^^^^^^^^^^^^^^^^
Discouraged access: The method getHost() from the type AbstractPolicy<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTranslated(Dimension) from the type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	                                    ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getScaled(double) from the type Dimension is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Point(double, double) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	                                                               ^^^^^
Discouraged access: The type Point is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.geometry/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	                                                                     ^^^^^^^^^^^^^^^^^^^
Access restriction: The method getLayoutX() from the type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/NodeLayoutPolicyTests.java:[105] 
	assertEquals(location.getTranslated(size.getScaled(-0.5)), new Point(visual.getLayoutX(), visual.getLayoutY()));
	                                                                                          ^^^^^^^^^^^^^^^^^^^
Access restriction: The method getLayoutY() from the type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[24] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[25] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[26] 
	import org.eclipse.gef4.graph.Graph.Attr.Key;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[27] 
	import org.eclipse.gef4.graph.Node;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[28] 
	import org.eclipse.gef4.layout.interfaces.ConnectionLayout;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[29] 
	import org.eclipse.gef4.layout.interfaces.EntityLayout;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[30] 
	import org.eclipse.gef4.layout.interfaces.NodeLayout;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type NodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[31] 
	import org.eclipse.gef4.zest.fx.layout.GraphLayoutContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[45] 
	public static Edge e(Node n, Node m) {
	              ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[45] 
	public static Edge e(Node n, Node m) {
	                     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[45] 
	public static Edge e(Node n, Node m) {
	                             ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[46] 
	return new Edge.Builder(n, m).build();
	       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Edge.Builder(Node, Node) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[46] 
	return new Edge.Builder(n, m).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[46] 
	return new Edge.Builder(n, m).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[46] 
	return new Edge.Builder(n, m).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[49] 
	public static List<Edge> edges(List<Node> nodes, int... indices) {
	                   ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[49] 
	public static List<Edge> edges(List<Node> nodes, int... indices) {
	                                    ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[50] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[50] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[57] 
	public static Node n(String label) {
	              ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Node.Builder() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
				.build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	           ^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	           ^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	                               ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	                                   ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	                                                      ^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	                                                          ^^
Discouraged access: The field ID from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[62] 
	public static List<Node> nodes(String... labels) {
	                   ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[63] 
	Node[] nodes = new Node[labels.length];
	^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[63] 
	Node[] nodes = new Node[labels.length];
	                   ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[96] 
	private void checkEdgeIdentity(List<Edge> edges, GraphLayoutContext glc,
	                                    ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[96] 
	private void checkEdgeIdentity(List<Edge> edges, GraphLayoutContext glc,
	                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[98] 
	ConnectionLayout layout = glc.getConnections()[x];
	^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[98] 
	ConnectionLayout layout = glc.getConnections()[x];
	                          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[99] 
	NodeLayout source = layout.getSource();
	^^^^^^^^^^
Discouraged access: The type NodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[99] 
	NodeLayout source = layout.getSource();
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method getSource() from the type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[100] 
	NodeLayout target = layout.getTarget();
	^^^^^^^^^^
Discouraged access: The type NodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[100] 
	NodeLayout target = layout.getTarget();
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTarget() from the type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[101] 
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getSource() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[101] 
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTarget() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections(EntityLayout, EntityLayout) from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                 ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                                   ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	                  ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor GraphLayoutContext(Graph) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                    ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                                       ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[163] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                             ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                                               ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[184] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[185] 
	assertEquals(nodes.size(), glc.getNodes().length);
	                           ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[186] 
	assertEquals(edges.size(), glc.getConnections().length);
	                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[187] 
	assertEquals(nodes.size(), glc.getEntities().length);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The method getEntities() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[192] 
	List<Node> nodes = nodes("1");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[193] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[199] 
	List<Node> nodes = nodes("1", "2");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[200] 
	List<Edge> edges = edges(nodes, 0, 1);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[206] 
	List<Node> nodes = nodes("1", "2", "3", "4");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[207] 
	List<Edge> edges = edges(nodes, 0, 1, 1, 2, 2, 3, 0, 3);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[213] 
	List<Node> nodes = nodes();
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[214] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
176 problems (176 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Expected eclipse log file: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data/.metadata/.log
[INFO] Command line:
	/bin/sh -c cd /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests && /opt/public/common/jdk1.8.0_x64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx512m -XX:MaxPermSize=256m -Dosgi.framework.extensions=org.eclipse.fx.osgi -Dosgi.clean=true -jar /opt/public/jobs/gef4-master/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar -data /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data -install /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work -configuration /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/surefire.properties
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Could not acquire PlatformAdmin server

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.gef4.zest.fx.tests.AllTests
ES2 Prism: Error - reported GLX version = 1.2
    GLX version 1.3 or higher is required
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec

Results :

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Parameter tasks is deprecated, use target instead
15/12/2014 11:57:34 Xvnc version X.org/xf4vnc custom version
15/12/2014 11:57:34 Copyright (C) 2001-2004 Alan Hourihane.
15/12/2014 11:57:34 Copyright (C) 2000-2004 Constantin Kaplinsky
15/12/2014 11:57:34 Copyright (C) 1999 AT&T Laboratories Cambridge
15/12/2014 11:57:34 All Rights Reserved.
15/12/2014 11:57:34 See http://www.tightvnc.com/ for information on TightVNC
15/12/2014 11:57:34 See http://xf4vnc.sf.net for xf4vnc-specific information
15/12/2014 11:57:34 Desktop name 'x11' (hudson:102)
15/12/2014 11:57:34 Protocol versions supported: 3.7, 3.3
15/12/2014 11:57:34 RGB format 8 8 8
15/12/2014 11:57:34 Listening for VNC connections on TCP port 6002
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF, removing from list!
[INFO] Executing tasks

main:
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:eclipse-test-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.example 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.example ---
[INFO] The project's OSGi version is 0.1.0.201412151605
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

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

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Compiling 3 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[15] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[17] 
	import org.eclipse.gef4.mvc.fx.parts.FXDefaultFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[18] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPart<VR,V> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[19] 
	import org.eclipse.gef4.mvc.parts.IVisualPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IVisualPart<VR,V> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[21] 
	public class ZestFxExampleFeedbackPartFactory extends FXDefaultFeedbackPartFactory {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/parts/ZestFxExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	                            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[15] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[17] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[18] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[23] 
	public class ZestFxExampleModule extends ZestFxModule {
	                                         ^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                              ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFxExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                                                   ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[21] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[22] 
	import javafx.application.Platform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[23] 
	import javafx.beans.value.ChangeListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type ChangeListener<T> is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[24] 
	import javafx.beans.value.ObservableValue;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type ObservableValue<T> is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[25] 
	import javafx.stage.Stage;
	       ^^^^^^^^^^^^^^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[27] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[28] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[29] 
	import org.eclipse.gef4.graph.Graph.Attr.Key;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[30] 
	import org.eclipse.gef4.mvc.fx.domain.FXDomain;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDomain is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[31] 
	import org.eclipse.gef4.mvc.fx.viewer.FXStageSceneContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXStageSceneContainer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[32] 
	import org.eclipse.gef4.mvc.fx.viewer.FXViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[33] 
	import org.eclipse.gef4.mvc.models.ContentModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ContentModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[34] 
	import org.eclipse.gef4.mvc.models.ViewportModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ViewportModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[35] 
	import org.eclipse.gef4.mvc.viewer.IViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IViewer<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[40] 
	public class ZestFXExampleApplication extends Application {
	                                              ^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[42] 
	private static Graph build09() {
	               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[44] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[44] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[46] 
	n(Key.LABEL.toString(), "0", "tooltip", "zero"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[46] 
	n(Key.LABEL.toString(), "0", "tooltip", "zero"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[47] 
	n(Key.LABEL.toString(), "1", "tooltip", "one"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[47] 
	n(Key.LABEL.toString(), "1", "tooltip", "one"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[48] 
	n(Key.LABEL.toString(), "2", "tooltip", "two"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[48] 
	n(Key.LABEL.toString(), "2", "tooltip", "two"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[49] 
	n(Key.LABEL.toString(), "3", "tooltip", "three"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[49] 
	n(Key.LABEL.toString(), "3", "tooltip", "three"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[50] 
	n(Key.LABEL.toString(), "4", "tooltip", "four"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[50] 
	n(Key.LABEL.toString(), "4", "tooltip", "four"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[51] 
	n(Key.LABEL.toString(), "5", "tooltip", "five"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[51] 
	n(Key.LABEL.toString(), "5", "tooltip", "five"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[52] 
	n(Key.LABEL.toString(), "6", "tooltip", "six"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[52] 
	n(Key.LABEL.toString(), "6", "tooltip", "six"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[53] 
	n(Key.LABEL.toString(), "7", "tooltip", "seven"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[53] 
	n(Key.LABEL.toString(), "7", "tooltip", "seven"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[54] 
	n(Key.LABEL.toString(), "8", "tooltip", "eight"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[54] 
	n(Key.LABEL.toString(), "8", "tooltip", "eight"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[55] 
	n(Key.LABEL.toString(), "9", "tooltip", "nine")));
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[55] 
	n(Key.LABEL.toString(), "9", "tooltip", "nine")));
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[58] 
	nodes.get(0).setNestedGraph(buildAC());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setNestedGraph(Graph) from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[61] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[61] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[71] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[71] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[71] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[71] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[72] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[72] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[72] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[72] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	                 ^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_DIRECTED from the type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[73] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[73] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[76] 
	private static Graph buildAC() {
	               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[78] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[78] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[80] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[80] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[81] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[81] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[82] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma")));
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[82] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma")));
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[85] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[85] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[91] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[91] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[91] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[91] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[92] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[92] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[92] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[92] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	                 ^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_DIRECTED from the type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[93] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[93] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[96] 
	private static Edge e(org.eclipse.gef4.graph.Node n,
	               ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[96] 
	private static Edge e(org.eclipse.gef4.graph.Node n,
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[97] 
	org.eclipse.gef4.graph.Node m) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[98] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                        ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[98] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                                         ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[98] 
	String label = (String) n.getAttrs().get(Key.LABEL.toString())
	                                             ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[99] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	           ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[99] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	                            ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[99] 
	+ (String) m.getAttrs().get(Key.LABEL.toString());
	                                ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Edge.Builder(Node, Node) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(Graph.Attr.Key, Object) from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	           ^^^^^^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	                                   ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[100] 
	return new Edge.Builder(n, m).attr(Key.LABEL, label).build();
	                                       ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[104] 
	Application.launch(args);
	^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method launch(String[]) from the type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[104] 
	Application.launch(args);
	^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[107] 
	private static org.eclipse.gef4.graph.Node n(String... attr) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[108] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[108] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[108] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Node.Builder() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[108] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[108] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[110] 
	builder.attr(attr[i], attr[i + 1]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[112] 
	return builder.build();
	       ^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[115] 
	public static Graph DEFAULT_GRAPH = build09();
	              ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/org/eclipse/gef4/zest/fx/example/ZestFXExampleApplication.java:[118] 
	public void start(final Stage primaryStage) throws Exception {
	                        ^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
117 problems (117 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.example ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.example ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/org.eclipse.gef4.zest.fx.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.example ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.example:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.fx.ui.example 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] The project's OSGi version is 0.1.0.201412151605
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example
     [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.ui.example ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Compiling 2 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/ZestFxUiExampleModule.java:[3] 
	import org.eclipse.gef4.zest.fx.ui.ZestFxUiModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/ZestFxUiExampleModule.java:[5] 
	public class ZestFxUiExampleModule extends ZestFxUiModule {
	                                           ^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[15] 
	import org.eclipse.gef4.zest.fx.example.ZestFXExampleApplication;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFXExampleApplication is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[16] 
	import org.eclipse.gef4.zest.fx.example.ZestFxExampleModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[18] 
	import org.eclipse.gef4.zest.fx.ui.view.ZestFxUiView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[23] 
	public class ZestFxUiExampleView extends ZestFxUiView {
	                                         ^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
				.with(new ZestFxUiExampleModule())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxUiView(Injector) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxExampleModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestFxExampleModule())
	                                                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[28] 
	setGraph(ZestFXExampleApplication.DEFAULT_GRAPH);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) from the type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[28] 
	setGraph(ZestFXExampleApplication.DEFAULT_GRAPH);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFXExampleApplication is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/org/eclipse/gef4/zest/fx/ui/example/view/ZestFxUiExampleView.java:[28] 
	setGraph(ZestFXExampleApplication.DEFAULT_GRAPH);
	                                  ^^^^^^^^^^^^^
Discouraged access: The field DEFAULT_GRAPH from the type ZestFXExampleApplication is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.example/target/classes
12 problems (12 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.ui.example ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui.example/target/org.eclipse.gef4.zest.fx.ui.example-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.ui.example ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.fx.ui.example:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 0.1.0.201412151605
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[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.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.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:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.repository 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.repository ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.repository ---
[INFO] The project's OSGi version is 0.1.0.201412151605
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[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.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-products (default-publish-products) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-categories (default-publish-categories) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:assemble-repository (default-assemble-repository) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:archive-repository (default-archive-repository) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.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/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.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.19.0:pack (pack200-pack) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef4.releng ........................... SUCCESS [1.392s]
[INFO] org.eclipse.gef4.target ........................... SUCCESS [0.399s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [6.755s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [3.937s]
[INFO] org.eclipse.gef4.common.tests ..................... SUCCESS [6.084s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [6:28.503s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [1.919s]
[INFO] org.eclipse.gef4.common.sdk ....................... SUCCESS [1.781s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [5.704s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [3.613s]
[INFO] org.eclipse.gef4.geometry.tests ................... SUCCESS [14.238s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.767s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.291s]
[INFO] org.eclipse.gef4.geometry.convert.swt.tests ....... SUCCESS [6.004s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.633s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.520s]
[INFO] org.eclipse.gef4.geometry.convert.fx.tests ........ SUCCESS [6.388s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [7:03.849s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [1.963s]
[INFO] org.eclipse.gef4.geometry.sdk ..................... SUCCESS [1.923s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [5.082s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [3.827s]
[INFO] org.eclipse.gef4.fx.tests ......................... SUCCESS [6.579s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [4.207s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [3.253s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [7:02.645s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [1.914s]
[INFO] org.eclipse.gef4.fx.sdk ........................... SUCCESS [1.955s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [4.501s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [3.191s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [3.731s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [3.789s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [5.309s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [3.611s]
[INFO] org.eclipse.gef4.mvc.fx.tests ..................... SUCCESS [6.683s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [4.419s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.373s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [7:10.856s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [2.017s]
[INFO] org.eclipse.gef4.mvc.sdk .......................... SUCCESS [1.959s]
[INFO] org.eclipse.gef4.mvc.fx.example ................... SUCCESS [4.684s]
[INFO] org.eclipse.gef4.mvc.fx.ui.example ................ SUCCESS [3.888s]
[INFO] org.eclipse.gef4.mvc.fx.example.web ............... SUCCESS [13.515s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [3.618s]
[INFO] org.eclipse.gef4.cloudio .......................... SUCCESS [4.518s]
[INFO] org.eclipse.gef4.cloudio .......................... SUCCESS [3.411s]
[INFO] org.eclipse.gef4.cloudio.tests .................... SUCCESS [12.549s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [3:52.798s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [1.849s]
[INFO] org.eclipse.gef4.cloudio.sdk ...................... SUCCESS [2.035s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [4.102s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [4.094s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [3:16.297s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [2.635s]
[INFO] org.eclipse.gef4.graph.sdk ........................ SUCCESS [1.914s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [5.100s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [39.137s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [3.483s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [3.509s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [4.543s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [4.102s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [5.935s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [3.465s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [3:50.754s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [2.096s]
[INFO] org.eclipse.gef4.dot.tests ........................ SUCCESS [14.248s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [3:54.347s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [1.736s]
[INFO] org.eclipse.gef4.layout.sdk ....................... SUCCESS [1.885s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [3:55.572s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [3.505s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [3.554s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [2.231s]
[INFO] org.eclipse.gef4.zest.sdk ......................... SUCCESS [1.760s]
[INFO] org.eclipse.gef4.dot.sdk .......................... SUCCESS [1.810s]
[INFO] org.eclipse.gef4.zest.core ........................ SUCCESS [5.469s]
[INFO] org.eclipse.gef4.zest.jface ....................... SUCCESS [4.296s]
[INFO] org.eclipse.gef4.zest.tests ....................... SUCCESS [21.743s]
[INFO] org.eclipse.gef4.zest.fx.tests .................... SUCCESS [7.872s]
[INFO] org.eclipse.gef4.zest.fx.example .................. SUCCESS [3.731s]
[INFO] org.eclipse.gef4.zest.fx.ui.example ............... SUCCESS [3.901s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [3.747s]
[INFO] org.eclipse.gef4.repository ....................... SUCCESS [12.219s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56:31.131s
[INFO] Finished at: Mon Dec 15 11:58:02 EST 2014
[INFO] Final Memory: 114M/340M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[workspace] $ /bin/sh -xe /tmp/hudson7296120003001136095.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.fx.example.web-files ']'
+ rm -fr org.eclipse.gef4.mvc.fx.example.web-files
+ mkdir org.eclipse.gef4.mvc.fx.example.web-files
+ cp -R org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject_3.0.0.v201312141243.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/com.google.inject_3.0.0.v201312141243_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/index.html org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.inject_1.0.0.v20091030.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.inject_1.0.0.v20091030_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.xml_1.3.4.v201005080400.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/javax.xml_1.3.4.v201005080400_resigned.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.commands_3.6.100.v20141026-0121.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.jobs_3.6.100.v20140929-1332.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.core.runtime_3.10.0.v20140724-1132.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.common_3.6.200.v20140819-0835.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.fx.javafx_2.2.0.201411050602.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.common_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.fx_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.geometry.convert.fx_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.geometry_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx.example.web.jnlp org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx.example_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc.fx_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.gef4.mvc_0.1.0.201412151605.jar org.eclipse.gef4.mvc.fx.example.web/target/web-files/org.eclipse.osgi_3.10.100.v20141020-1414.jar org.eclipse.gef4.mvc.fx.example.web-files/
Terminating xvnc.
Archiving artifacts
Recording test results
[DEBUG] Skipping watched dependency update; build not configured with trigger: gef4-master #2063
Finished: SUCCESS