Skip to content

Console Output

Skipping 642 KB.. Full Log
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[66] 
	return "Scissors";
	       ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[67] 
	} else if ("Scissors2Rock".equals(rel)) {
	           ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[68] 
	return "Rock";
	       ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[77] 
	public double getWeight(Object connection) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object) from the type GraphJFaceSnippet5.MyContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[118] 
	shell.setText("GraphJFaceSnippet2");
	              ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[136] 
	button.setText("Refresh");
	               ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] 
	contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" });
	                                           ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] 
	contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" });
	                                                         ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] 
	contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" });
	                                                                           ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[49] 
	GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1);
	                                          ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[50] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2);
	                                          ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[51] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3);
	                                          ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[55] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[60] 
	b.setText("Take Screenshot");
	          ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[64] 
	GraphNode n = new GraphNode(g, SWT.NONE, "Paper");
	                                         ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[65] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock");
	                                          ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[66] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors");
	                                          ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[91] 
	popup.setText("Image");
	              ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[47] 
	if ("Rock2Paper".equals(rel)) {
	    ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[48] 
	return "Rock";
	       ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[49] 
	} else if ("Paper2Scissors".equals(rel)) {
	           ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[50] 
	return "Paper";
	       ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[51] 
	} else if ("Scissors2Rock".equals(rel)) {
	           ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[52] 
	return "Scissors";
	       ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] 
	return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" };
	                      ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] 
	return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" };
	                                    ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] 
	return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" };
	                                                      ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[64] 
	if ("Rock2Paper".equals(rel)) {
	    ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[65] 
	return "Paper";
	       ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[66] 
	} else if ("Paper2Scissors".equals(rel)) {
	           ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[67] 
	return "Scissors";
	       ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[68] 
	} else if ("Scissors2Rock".equals(rel)) {
	           ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[69] 
	return "Rock";
	       ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[74] 
	public double getWeight(Object connection) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object) from the type GraphJFaceSnippet2.MyContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] 
	if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) {
	                   ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] 
	if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) {
	                                             ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] 
	if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) {
	                                                                        ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[114] 
	shell.setText("GraphJFaceSnippet2");
	              ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[42] 
	shell.setText("GraphSnippet14");
	              ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[48] 
	GraphNode n = new GraphNode(g, SWT.NONE, "Paper");
	                                         ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[49] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock");
	                                          ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[50] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors");
	                                          ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[58] 
	Button revealAllButton = new Button("Reveal All");
	                                    ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[40] 
	GraphContainer a = new GraphContainer(g, SWT.NONE, "SomeClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[45] 
	GraphContainer b = new GraphContainer(g, SWT.NONE, "SomeNestedClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[51] 
	GraphContainer c = new GraphContainer(g, SWT.NONE, "DefaultAction.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[61] 
	GraphNode a = new GraphNode(c, ZestStyles.NODES_FISHEYE | ZestStyles.NODES_HIDE_TEXT, "SomeClass.java",
	                                                                                      ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[65] 
	"SomeNestedClass.java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[69] 
	"DefaultAction.java", classImage);
	^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[74] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[79] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[108] 
	image1 = new Image(Display.getDefault(), NestedGraphSnippet.class.getResourceAsStream("package_obj.gif"));
	                                                                                      ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[109] 
	classImage = new Image(Display.getDefault(), NestedGraphSnippet.class.getResourceAsStream("class_obj.gif"));
	                                                                                          ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[112] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[43] 
	if (entity.equals("First")) {
	                  ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[44] 
	return new Object[] { "First", "Second" };
	                      ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[44] 
	return new Object[] { "First", "Second" };
	                               ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[46] 
	if (entity.equals("Second")) {
	                  ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[47] 
	return new Object[] { "Third" };
	                      ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[49] 
	if (entity.equals("Third")) {
	                  ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[50] 
	return new Object[] { "Second" };
	                      ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[57] 
	return new String[] { "First", "Second", "Third" };
	                      ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[57] 
	return new String[] { "First", "Second", "Third" };
	                               ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[57] 
	return new String[] { "First", "Second", "Third" };
	                                         ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[60] 
	public double getWeight(Object entity1, Object entity2) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object, Object) from the type GraphJFaceSnippet8.MyContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[96] 
	private PolygonDecoration createDecoration(final Color color) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDecoration(Color) from the type GraphJFaceSnippet8.MyLabelProvider can be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[58] 
	final Map figureListing = new HashMap();
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[58] 
	final Map figureListing = new HashMap();
	                              ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[67] 
	shell.setText("Graph Snippet 5");
	              ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[76] 
	GraphNode n1 = new GraphNode(g, SWT.NONE, "org.eclipse.Information", image1);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[77] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "org.eclipse.Warning", image2);
	                                          ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[78] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "org.eclipse.Error", image3);
	                                          ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[79] 
	figureListing.put(n1.getText().toLowerCase(), n1);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[80] 
	figureListing.put(n2.getText().toLowerCase(), n2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[81] 
	figureListing.put(n3.getText().toLowerCase(), n3);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[104] 
	Iterator iterator = figureListing.keySet().iterator();
	^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[105] 
	List list = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[105] 
	List list = new ArrayList();
	                ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[110] 
	list.add(figureListing.get(string));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[114] 
	g.setSelection((GraphItem[]) list.toArray(new GraphItem[list.size()]));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[46] 
	Label classLabel1 = new Label("Table", classImage);
	                              ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[50] 
	Label attribute1 = new Label("columns: Column[]", privateField);
	                             ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[52] 
	Label attribute2 = new Label("rows: Row[]", privateField);
	                             ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[54] 
	Label method1 = new Label("getColumns(): Column[]", publicField);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[55] 
	Label method2 = new Label("getRows(): Row[]", publicField);
	                          ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[66] 
	Label classLabel2 = new Label("Column", classImage);
	                              ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[70] 
	Label attribute3 = new Label("columnID: int", privateField);
	                             ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[71] 
	Label attribute4 = new Label("items: List", privateField);
	                             ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[73] 
	Label method3 = new Label("getColumnID(): int", publicField);
	                          ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[74] 
	Label method4 = new Label("getItems(): List", publicField);
	                          ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[110] 
	Font classFont = new Font(null, "Arial", 12, SWT.BOLD);
	                                ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[111] 
	Image classImage = new Image(Display.getDefault(), UMLClassFigure.class.getResourceAsStream("class_obj.gif"));
	                                                                                            ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[113] 
	UMLClassFigure.class.getResourceAsStream("field_private_obj.gif"));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[115] 
	UMLClassFigure.class.getResourceAsStream("methpub_obj.gif"));
	                                         ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[120] 
	c.setText("A UML Container");
	          ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[57] 
	GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1);
	                                          ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[58] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2);
	                                          ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[59] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3);
	                                          ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet3.java:[91] 
	public double getWeight(Object connection) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object) from the type GraphJFaceSnippet3.SimpleGraphContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet6.java:[76] 
	public double getWeight(Object entity1, Object entity2) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object, Object) from the type GraphJFaceSnippet6.MyContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[43] 
	GraphContainer a = new GraphContainer(g, SWT.NONE, "SomeClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[48] 
	GraphContainer b = new GraphContainer(g, SWT.NONE, "SomeNestedClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[54] 
	GraphContainer c = new GraphContainer(g, SWT.NONE, "DefaultAction.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[64] 
	GraphNode a = new GraphNode(c, ZestStyles.NODES_FISHEYE | ZestStyles.NODES_HIDE_TEXT, "SomeClass.java",
	                                                                                      ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[68] 
	"SomeNestedClass.java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[72] 
	"DefaultAction.java", classImage);
	^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[77] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[82] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[111] 
	image1 = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("package_obj.gif"));
	                                                                               ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[112] 
	classImage = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("class_obj.gif"));
	                                                                                   ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[115] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[35] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[43] 
	machine1.setText("Machine 1 (prop:1)");
	                 ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[45] 
	machine2.setText("Machine 2");
	                 ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[47] 
	machine3.setText("Machine 3");
	                 ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[51] 
	networkConnection.setText("Network (bandwidth:1) ");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[56] 
	container1.setText("Host 1");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[58] 
	container2.setText("Host 2");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[61] 
	container3.setText("Host 3");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[63] 
	container4.setText("Host 4");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[66] 
	GraphNode object1 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object");
	                                                                        ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[67] 
	GraphNode object2 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object 2");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[68] 
	GraphNode object3 = new GraphNode(container2, ZestStyles.NODES_FISHEYE, "JSP Object 3");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[69] 
	GraphNode object4 = new GraphNode(container3, ZestStyles.NODES_FISHEYE, "JSP Object 4");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[70] 
	GraphNode object5 = new GraphNode(container4, ZestStyles.NODES_FISHEYE, "JSP Object 5");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[43] 
	shell.setText("GraphSnippet7");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[49] 
	GraphNode n = new GraphNode(g, SWT.NONE, "Paper");
	                                         ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[50] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock");
	                                          ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[51] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors");
	                                          ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                       ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                                           ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                                                       ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet7.java:[103] 
	public double getWeight(Object entity1, Object entity2) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object, Object) from the type GraphJFaceSnippet7.MyContentProvider can potentially be declared as static
246 problems (246 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.examples ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 164 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.zest.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] -------------< org.eclipse.gef.feature:org.eclipse.draw2d >-------------
[INFO] Building [feature] GEF Classic Draw2d 3.19.0-SNAPSHOT            [20/27]
[INFO]   from org.eclipse.draw2d-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.draw2d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 7 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --------------< org.eclipse.gef.feature:org.eclipse.gef >---------------
[INFO] Building [feature] GEF Classic GEF (MVC) 3.19.0-SNAPSHOT         [21/27]
[INFO]   from org.eclipse.gef-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target/org.eclipse.gef-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target/org.eclipse.gef-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef ---
[INFO] 
[INFO] ----------< org.eclipse.gef.feature:org.eclipse.gef.examples >----------
[INFO] Building [feature] GEF Classic GEF (MVC) Examples 3.19.0-SNAPSHOT [22/27]
[INFO]   from org.eclipse.gef.examples-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.examples:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.examples ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 81 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] ------------< org.eclipse.gef.feature:org.eclipse.gef.sdk >-------------
[INFO] Building [feature] GEF Classic GEF (MVC) SDK 3.19.0-SNAPSHOT     [23/27]
[INFO]   from org.eclipse.gef.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402091800
	org.eclipse.gef.source_3.19.0.202402091800

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --------------< org.eclipse.gef.feature:org.eclipse.zest >--------------
[INFO] Building [feature] GEF Classic Zest 3.19.0-SNAPSHOT              [24/27]
[INFO]   from org.eclipse.zest-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.zest ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.zest ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target/org.eclipse.zest-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target/org.eclipse.zest-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest ---
[INFO] 
[INFO] ------------< org.eclipse.gef.feature:org.eclipse.zest.sdk >------------
[INFO] Building [feature] GEF Classic Zest SDK 3.19.0-SNAPSHOT          [25/27]
[INFO]   from org.eclipse.zest.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.zest.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.zest.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402091800
	org.eclipse.zest.source_3.19.0.202402091800

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] -----------< org.eclipse.gef.feature:org.eclipse.draw2d.sdk >-----------
[INFO] Building [feature] GEF Classic Draw2d SDK 3.19.0-SNAPSHOT        [26/27]
[INFO]   from org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.draw2d.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 7 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.draw2d.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.draw2d.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402091800

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --< org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository >--
[INFO] Building [updatesite] org.eclipse.gef.repository.eclipse-repository 3.19.0-SNAPSHOT [27/27]
[INFO]   from org.eclipse.gef.repository/.polyglot.category.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/.polyglot.category.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] The project's OSGi version is 3.19.0.202402091800
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/target/org.eclipse.gef.repository.eclipse-repository-3.19.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] ------------< org.eclipse.gef_root:org.eclipse.gef.releng >-------------
[INFO] Building org.eclipse.gef.releng 3.19.0-SNAPSHOT                  [28/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.eclipse.gef.releng ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.0.0.52633
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=394ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Loading required plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=407ms
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=2176ms
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'gef-classic'
[INFO] Load project settings for component key: 'gef-classic' (done) | time=578ms
[INFO] Process project properties
[INFO] Project key: gef-classic
[INFO] Base dir: /home/jenkins/agent/workspace/build-classic_PR-374
[INFO] Working dir: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=359ms
[INFO] Check ALM binding of project 'gef-classic'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'gef-classic' (done) | time=326ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=340ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=1ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=410ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=11440ms
[INFO] Organization key: eclipse
[INFO] Preprocessing files...
[INFO] 2 languages detected in 1395 preprocessed files
[INFO] 33 files ignored because of inclusion/exclusion patterns
[INFO] 1 file ignored because of scm ignore settings
[INFO] Loading plugins for detected languages
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=841ms
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=371ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module 'org.eclipse.draw2d.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic Draw2d'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic Draw2d SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC) Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC) SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic Zest'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[feature] GEF Classic Zest SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic GEF Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module 'org.eclipse.gef.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.examples
[INFO]   Source paths: .tycho-consumer-pom.xml, sandbox, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic GEF (MVC)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Flow Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.flow
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Logic Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.logic
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Shape Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.shapes
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Text Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.text
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.capabilities
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Examples PDE integration'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.pde
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[updatesite] org.eclipse.gef.repository.eclipse-repository'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository
[INFO]   Source paths: .polyglot.category.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Zest Core'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.core
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Zest Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Zest Layouts'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.layouts
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module '[bundle] GEF Classic Zest Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module 'org.eclipse.zest.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] Indexing files of module 'org.eclipse.gef.releng'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/*.adoc, **/*.html, **/*.md
[INFO] 1395 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module [bundle] GEF Classic Text Editor Example
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=338ms
[INFO] Sensor cache enabled
[INFO] Load sensor cache
[INFO] Load sensor cache (404) | time=277ms
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 78 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 78 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=11768ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.text/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=2ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=363ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 79 source files to be analyzed
[INFO] 79/79 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1288ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=60ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC)
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=73ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.gef.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=803ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=27ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=42ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=132ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC) Examples
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=16ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=45ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=36ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Flow Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 58 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 58 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=3179ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.flow/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 59 source files to be analyzed
[INFO] 59/59 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=345ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Zest SDK
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=107ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.draw2d.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 45 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=5914ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=34ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 46 source files to be analyzed
[INFO] 46/46 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=591ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic GEF Developer Documentation
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=43ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Examples
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 33 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=3275ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=79ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 34 source files to be analyzed
[INFO] 34/34 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=399ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Examples PDE integration
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=2069ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.pde/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=16ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=86ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Examples
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d Examples
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 87 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 87 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=6861ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.examples/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 88 source files to be analyzed
[INFO] 88/88 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1063ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Logic Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 117 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 117 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=6715ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.logic/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 118 source files to be analyzed
[INFO] 118/118 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=706ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Draw2d SDK
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=55ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 282 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 282 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=29462ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 283 source files to be analyzed
[INFO] 283/283 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3101ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=15ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Developer Documentation
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=82ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic GEF (MVC)
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 331 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 331 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=22897ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 332 source files to be analyzed
[INFO] 332/332 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3404ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d Developer Documentation
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=4ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Shape Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 26 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1276ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.shapes/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 27 source files to be analyzed
[INFO] 27/27 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=281ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Zest
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC) SDK
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.zest.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=269ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=4ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=16ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=78ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Core
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 49 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 49 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=6447ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 50 source files to be analyzed
[INFO] 50/50 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=824ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Draw2d
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=51ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [updatesite] org.eclipse.gef.repository.eclipse-repository
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=28ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Layouts
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 45 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=4576ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.layouts/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 46 source files to be analyzed
[INFO] 46/46 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=701ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.gef.releng
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=91ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=93ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] Sensor javabugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ir/java
[INFO] Analyzing 10763 functions to detect bugs.
Exception in thread "HttpClient-6-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Active Thread: Equinox Container: 93699809-679c-4373-8878-e02620bcdd6e" Exception in thread "HttpClient-10-SelectorManager" java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef.releng 3.19.0-SNAPSHOT ............. FAILURE [06:32 min]
[INFO] [bundle] GEF Classic Draw2d 3.15.0-SNAPSHOT ........ SUCCESS [ 19.564 s]
[INFO] [bundle] GEF Classic GEF (MVC) 3.17.0-SNAPSHOT ..... SUCCESS [  7.244 s]
[INFO] [bundle] GEF Classic Zest Layouts 1.4.0-SNAPSHOT ... SUCCESS [  0.956 s]
[INFO] [bundle] GEF Classic Zest Core 1.11.0-SNAPSHOT ..... SUCCESS [  1.541 s]
[INFO] [bundle] GEF Classic Zest Developer Documentation 1.8.600-SNAPSHOT SUCCESS [ 21.107 s]
[INFO] [bundle] GEF Classic Draw2d Developer Documentation 3.13.0-SNAPSHOT SUCCESS [ 16.410 s]
[INFO] [bundle] GEF Classic GEF Developer Documentation 3.13.400-SNAPSHOT SUCCESS [ 16.801 s]
[INFO] org.eclipse.draw2d.tests 3.13.0-SNAPSHOT ........... SUCCESS [ 10.643 s]
[INFO] org.eclipse.zest.tests 1.8.500-SNAPSHOT ............ SUCCESS [ 10.185 s]
[INFO] org.eclipse.gef.tests 3.13.300-SNAPSHOT ............ SUCCESS [  4.038 s]
[INFO] [bundle] GEF Classic Draw2d Examples 3.15.200-SNAPSHOT SUCCESS [  1.129 s]
[INFO] [bundle] GEF Classic Flow Editor Example 3.15.200-SNAPSHOT SUCCESS [  1.265 s]
[INFO] [bundle] GEF Classic Logic Editor Example 3.14.300-SNAPSHOT SUCCESS [  1.206 s]
[INFO] [bundle] GEF Classic Shape Editor Example 3.14.200-SNAPSHOT SUCCESS [  1.122 s]
[INFO] [bundle] GEF Classic Text Editor Example 3.15.0-SNAPSHOT SUCCESS [  0.923 s]
[INFO] [bundle] GEF Classic Examples 3.13.300-SNAPSHOT .... SUCCESS [  0.114 s]
[INFO] [bundle] GEF Classic Examples PDE integration 3.13.300-SNAPSHOT SUCCESS [  0.656 s]
[INFO] [bundle] GEF Classic Zest Examples 3.16.0-SNAPSHOT . SUCCESS [  1.504 s]
[INFO] [feature] GEF Classic Draw2d 3.19.0-SNAPSHOT ....... SUCCESS [  0.275 s]
[INFO] [feature] GEF Classic GEF (MVC) 3.19.0-SNAPSHOT .... SUCCESS [  0.307 s]
[INFO] [feature] GEF Classic GEF (MVC) Examples 3.19.0-SNAPSHOT SUCCESS [  0.572 s]
[INFO] [feature] GEF Classic GEF (MVC) SDK 3.19.0-SNAPSHOT  SUCCESS [  0.419 s]
[INFO] [feature] GEF Classic Zest 3.19.0-SNAPSHOT ......... SUCCESS [  0.242 s]
[INFO] [feature] GEF Classic Zest SDK 3.19.0-SNAPSHOT ..... SUCCESS [  0.251 s]
[INFO] [feature] GEF Classic Draw2d SDK 3.19.0-SNAPSHOT ... SUCCESS [  0.188 s]
[INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository 3.19.0-SNAPSHOT SUCCESS [  3.120 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:49 min
[INFO] Finished at: 2024-02-09T18:09:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Java heap space -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError
[Pipeline] }
Terminating xvnc.

Fri Feb  9 18:09:53 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
[Pipeline] // withSonarQubeEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] recordIssues
[Java CompilerMavenJavaDoc] Skipping execution of recorder since overall result is 'FAILURE'
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE