Skip to content

Console Output

Skipping 6,279 KB.. Full Log
space/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[951] 
	public void menuAboutToShow(final IMenuManager menuManager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[1098] 
	getSite().getPage().removePartListener(this.partListener);
	                                       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPartListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[54] 
	public @Nullable ElementName getElementName(final Object selectionElement) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from ElementNameProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[57] 
	elementName= ((RElement)selectionElement).getElementName();
	               ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[73] 
	public @Nullable ElementName getElementName(final Object selectionElement) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from ElementNameProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[76] 
	elementName= ((RElement)selectionElement).getElementName();
	               ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[109] 
	if (rElement.getElementName() == null) {
					return PRIORITY_INVALID;
				}
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[133] 
	protected boolean isValidRObject(final RObject rObject, final RElement parent) {
	                                                              ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] 
	final RElement parent= ((RElement)first).getModelParent();
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] 
	final RElement parent= ((RElement)first).getModelParent();
	                         ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[191] 
	if (elementName == null) {
							return PRIORITY_INVALID;
						}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[195] 
	RElementName parentName= null;
	             ^^^^^^^^^^
The value of the local variable parentName is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[199] 
	} while (elementName.getNextSegment() != null);
	         ^^^^^^^^^^^
Potential null pointer access: The variable elementName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] 
	final RElement parent= ((RElement)first).getModelParent();
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] 
	final RElement parent= ((RElement)first).getModelParent();
	                         ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[248] 
	protected boolean checkParent(final RElement parent, final Object input, final IContext context) {
	                                    ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[250] 
	((ElementNameProvider) input).getElementName(parent) : parent.getElementName();
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'RElement' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[267] 
	final List<EFeatureReference> parents= (List<EFeatureReference>) ruleSet.get(
					owner, propertyContext.getEFeature(), (parentField + RuleSet.PARENT_FEATURES_ID_SUFFIX) );
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EFeatureReference>
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[355] 
	final List<EFeatureReference> disjoints= (List<EFeatureReference>) ruleSet.get(
								owner, propertyContext.getEFeature(), RuleSet.DISJOINT_FEATURES_ID );
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EFeatureReference>
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[161] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[263] 
	super(parent, SWT.NONE);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
252. INFO in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java (at line 296)
	return RTypedExpr.class;
	       ^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type 'Class<@NonNull RTypedExpr>' is made accessible using the less-annotated type 'Class<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[305] 
	this.typeControl= new Label(composite, SWT.CENTER);
	                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[311] 
	this.typeControl.setSize(this.typeControl.computeSize(16 + 4, 16));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Point' needs unchecked conversion to conform to '@NonNull Point'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[318] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[318] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[353] 
	public void setFont(final Font font) {
	                          ^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[356] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[356] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[500] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[528] 
	public void widgetSelected(final SelectionEvent event) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[628] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IObjValueListener<RTypedExpr>' needs unchecked conversion to conform to '@NonNull IObjValueListener<RTypedExpr>'
262 problems (0 errors, 255 warnings, 7 infos)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core >------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.4.1.202108191400-r [140/148]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTablePackageImpl.java:[94] 
	theFTablePackage.createPackageContents();
	^^^^^^^^^^^^^^^^
Potential null pointer access: The variable theFTablePackage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/util/FTableSwitch.java:[106] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/util/FTableSwitch.java:[122] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[233] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[237] 
	getRowVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
11 problems (0 errors, 8 warnings, 3 infos)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.4.1.202108191400-r [141/148]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[215] 
	public void menuAboutToShow(final IMenuManager menuManager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[243] 
	this.selectionProvider= part.getSite().getSelectionProvider();
	                        ^^^^^^^^^^^^^^
Potential null pointer access: The method getSite() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[263] 
	public void selectionChanged(final SelectionChangedEvent event) {
	                                   ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionChangedListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/rtm/ftable/ui/RtFTableEditorPlugin.java:[112] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[59] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[66] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[72] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
7 problems (7 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core >------
[INFO] Building [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.4.1.202108191400-r [142/148]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[136] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[140] 
	getRowVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.java:[336] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.java:[444] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotPackageImpl.java:[343] 
	theGGPlotPackage.createPackageContents();
	^^^^^^^^^^^^^^^^
Potential null pointer access: The variable theGGPlotPackage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[724] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[739] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[754] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[769] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[784] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[799] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[814] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[829] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[844] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[859] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[874] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[889] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[904] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[919] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[934] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[949] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[964] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[979] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[994] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1009] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1024] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1039] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1054] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1069] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1084] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1099] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1114] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1129] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1144] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1159] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1174] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1189] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1205] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1044] 
	getLayers().addAll((Collection<? extends Layer>)newValue);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends Layer>' needs unchecked conversion to conform to '@NonNull Collection<? extends Layer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[159] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
204 problems (204 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.4.1.202108191400-r [143/148]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/rtm/ggplot/ui/RtGGPlotEditorPlugin.java:[126] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/StatProperty.java:[40] 
	public class StatProperty extends DropDownProperty {
	                                  ^^^^^^^^^^^^^^^^
DropDownProperty is a raw type. References to generic type DropDownProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[144] 
	private IObservableValue value;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[177] 
	final IObservableValue observable;
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[183] 
	observable.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[186] 
	return new DetailContext<>(rootContext, observable);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[194] 
	this.value.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[61] 
	LayoutUtils.addSmallFiller(composite, false);
	                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[63] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[69] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[75] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[62] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[82] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayerNoSelectionDetail.java:[44] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
						GGPlotPackage.Literals.GG_PLOT__FACET )
				.observeDetail(context.getBaseObservable());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[129] 
	.observeDetail(context.getBaseObservable());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[134] 
	context.getDataBindingContext().bindValue(
					CustomViewerObservables.observeComboSelection(this.typeViewer, options),
					facetObservable );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IViewerObservableValue<EObject>, IObservableValue) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull AbstractTableViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                                               ^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[136] 
	facetObservable );
	^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[74] 
	private final EObjectListProperty layersProperty;
	              ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[85] 
	this.layersProperty= new EObjectListProperty("Layers", null,
	                         ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[97] 
	((GridData) this.layersProperty.getControl().getLayoutData()).verticalAlignment= SWT.TOP;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
				this.layersProperty.getSingleSelectionObservable() );
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[116] 
	final IObservableValue selection= LayersSection.this.layersProperty.getSingleSelectionObservable();
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[117] 
	final IObservableList layers= LayersSection.this.layersProperty.getPropertyObservable();
	      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[119] 
	selection.setValue(layers.get(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[58] 
	LayoutUtils.addSmallFiller(composite, false);
	                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[60] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[67] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[73] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
37 problems (37 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.4.1.202108191400-r-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >----------------
[INFO] Building rtm 4.4.1.202108191400-r                              [144/148]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.4.1.202108191400-r [145/148]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.4.1.202108191400-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ftable ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.4.1.202108191400-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.4.1.202108191400-r [146/148]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.4.1.202108191400-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.4.1.202108191400-r-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.4.1.202108191400-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.4.1.202108191400-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >-----
[INFO] Building org.eclipse.statet.repository 4.4.1.202108191400-r    [147/148]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository ---
[INFO] The project's OSGi version is 4.4.1.202108191400-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.repository ---
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository ---
[INFO] Copying resources from /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/repository
[INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (2.83MB)
[INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (71.43kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (102.05kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (20.84kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (473.93kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (65.56kB)
[INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (232.08kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (19.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (34.48kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.66kB)
[INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (29.46kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (149.83kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (127.99kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (41.57kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (77.46kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.04kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (9.63MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (65.64kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (25.34kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (12.91kB)
[INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (73.54kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (21.55kB)
[INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (60.02kB)
[INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (53.71kB)
[INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (21.11kB)
[INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (16.91kB)
[INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/features/ (19.78kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.5.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.statet.releng.3rdparty_4.4.0.202102181559.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/features/ (6.74kB)
[INFO] Fetching org.eclipse.statet.releng.jetty_4.4.0.202106120626.jar from https://ci.eclipse.org/statet/job/3rdparty-master/54/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/features/ (6.7kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (12.13kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/plugins/ (29.18kB)
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.statet.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/statet-repository-E202106-incubation-4.4.1-202108191400-r.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.3.0:verify-repository (verify) @ org.eclipse.statet.repository ---
[INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/repository
[INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-4.4.x-r/org.eclipse.statet/releng/statet-repository/target/repository/' has been verified successfully
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------
[INFO] Building aggregation-statet 4.4.1.202108191400-r               [148/148]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for aggregation-statet 4.4.1.202108191400-r:
[INFO] 
[INFO] Eclipse StatET - Maven Parent ...................... SUCCESS [  3.434 s]
[INFO] target-eclipse.ide ................................. SUCCESS [  0.525 s]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications SUCCESS [  0.003 s]
[INFO] Eclipse StatET - Parent for Spring Boot based applications SUCCESS [  0.000 s]
[INFO] org.eclipse.statet-commons ......................... SUCCESS [  0.003 s]
[INFO] jcommons ........................................... SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.jcommons.util ................... SUCCESS [ 13.919 s]
[INFO] [test-bundle] StatET JCommons - Util - Tests  (Incubation) SUCCESS [  6.216 s]
[INFO] org.eclipse.statet.jcommons.text.core .............. SUCCESS [  2.838 s]
[INFO] [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) SUCCESS [  4.796 s]
[INFO] ecommons ........................................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET ECommons - Runtime - Core  (Incubation) SUCCESS [  3.109 s]
[INFO] [bundle] StatET ECommons - Runtime - UI  (Incubation) SUCCESS [  2.039 s]
[INFO] [bundle] StatET ECommons - Net - Core  (Incubation)  SUCCESS [  3.303 s]
[INFO] [bundle] StatET ECommons - EMF - Core  (Incubation)  SUCCESS [  1.964 s]
[INFO] [bundle] StatET ECommons - EMF - UI  (Incubation) .. SUCCESS [  1.835 s]
[INFO] [bundle] StatET ECommons - Preferences - Core  (Incubation) SUCCESS [  3.462 s]
[INFO] [bundle] StatET ECommons - Databinding - Core  (Incubation) SUCCESS [  2.841 s]
[INFO] [bundle] StatET ECommons - Text - Core  (Incubation) SUCCESS [  2.305 s]
[INFO] [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) SUCCESS [  6.220 s]
[INFO] [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) SUCCESS [  2.796 s]
[INFO] [bundle] StatET ECommons - Debug - Core  (Incubation) SUCCESS [  2.023 s]
[INFO] [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) SUCCESS [  7.573 s]
[INFO] [bundle] StatET ECommons - Debug - UI  (Incubation)  SUCCESS [  2.618 s]
[INFO] ecommons.waltable .................................. SUCCESS [  0.003 s]
[INFO] [bundle] StatET ECommons - WaLTable - Core  (Incubation) SUCCESS [  5.826 s]
[INFO] ecommons.edb ....................................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET ECommons - Embedded DB - Core  (Incubation) SUCCESS [  2.451 s]
[INFO] org.eclipse.statet-rj .............................. SUCCESS [  0.002 s]
[INFO] rj.core ............................................ SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rj.data ......................... SUCCESS [  3.025 s]
[INFO] org.eclipse.statet.rj.services.core ................ SUCCESS [  2.555 s]
[INFO] [test-bundle] StatET RJ - Data - Tests  (Incubation) SUCCESS [ 20.691 s]
[INFO] org.eclipse.statet.rj.server ....................... SUCCESS [  3.742 s]
[INFO] [test-bundle] StatET RJ - Server - Tests  (Incubation) SUCCESS [  4.056 s]
[INFO] [bundle] StatET RJ - Server - Remote Tools  (Incubation) SUCCESS [  1.889 s]
[INFO] [bundle] StatET RJ - Server - R Package Skeleton + API  (Incubation) SUCCESS [  2.314 s]
[INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) SUCCESS [  7.623 s]
[INFO] org.eclipse.statet.rj.client ....................... SUCCESS [  2.034 s]
[INFO] [bundle] StatET RJ - Java Core  (Incubation) ....... SUCCESS [  1.030 s]
[INFO] rj.core ............................................ SUCCESS [  0.002 s]
[INFO] [feature] StatET RJ - Core  (Incubation) ........... SUCCESS [  2.704 s]
[INFO] org.eclipse.statet.rj.server-consoleserver ......... SUCCESS [  4.774 s]
[INFO] rj.servi ........................................... SUCCESS [  0.003 s]
[INFO] org.eclipse.statet.rj.servi ........................ SUCCESS [  2.051 s]
[INFO] [test-bundle] StatET RJ - RServi - Tests  (Incubation) SUCCESS [  3.867 s]
[INFO] org.eclipse.statet.rj.servi.webapp ................. SUCCESS [  5.174 s]
[INFO] rj.servi ........................................... SUCCESS [  0.002 s]
[INFO] rj.eclient ......................................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET RJ - Eclipse Client - Core  (Incubation) SUCCESS [  3.322 s]
[INFO] [bundle] StatET RJ - Eclipse Client  (Incubation) .. SUCCESS [  1.363 s]
[INFO] [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) SUCCESS [  2.473 s]
[INFO] rj.eclient ......................................... SUCCESS [  0.002 s]
[INFO] [feature] StatET RJ - Eclipse Client  (Incubation) . SUCCESS [  1.550 s]
[INFO] [feature] StatET RJ - RServi E-Compilation  (Incubation) SUCCESS [  3.125 s]
[INFO] Eclipse StatET RJ - RServi ......................... SUCCESS [  3.087 s]
[INFO] rj.examples ........................................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET RJ - RServi Demo  (Incubation) ..... SUCCESS [  1.977 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 1  (Incubation) SUCCESS [  3.383 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 2  (Incubation) SUCCESS [  3.247 s]
[INFO] rj.examples ........................................ SUCCESS [  0.002 s]
[INFO] [feature] StatET RJ - RCP Demo 2  (Incubation) ..... SUCCESS [  1.973 s]
[INFO] [product] RServi RCP Demo .......................... SUCCESS [ 16.685 s]
[INFO] org.eclipse.statet-eutils .......................... SUCCESS [  0.003 s]
[INFO] autonature ......................................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET EUtils - Auto-Nature  (Incubation) . SUCCESS [  3.321 s]
[INFO] autonature ......................................... SUCCESS [  0.002 s]
[INFO] [feature] StatET Auto Project Configuration  (Incubation) SUCCESS [  2.265 s]
[INFO] autorun ............................................ SUCCESS [  0.001 s]
[INFO] [bundle] StatET EUtils - Auto Run  (Incubation) .... SUCCESS [  2.429 s]
[INFO] autorun ............................................ SUCCESS [  0.002 s]
[INFO] [feature] StatET Auto Run  (Incubation) ............ SUCCESS [  2.627 s]
[INFO] org.eclipse.statet-ltk ............................. SUCCESS [  0.002 s]
[INFO] ltk ................................................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET LTK  (Incubation) .................. SUCCESS [  1.408 s]
[INFO] [bundle] StatET LTK - Core  (Incubation) ........... SUCCESS [  3.490 s]
[INFO] [test-bundle] StatET LTK - Core - Tests  (Incubation) SUCCESS [  3.869 s]
[INFO] [bundle] StatET LTK - UI  (Incubation) ............. SUCCESS [  6.292 s]
[INFO] [bundle] StatET LTK - Buildpath - Core  (Incubation) SUCCESS [  2.427 s]
[INFO] [bundle] StatET LTK - Buildpath - UI  (Incubation) . SUCCESS [  2.219 s]
[INFO] ltk ................................................ SUCCESS [  0.002 s]
[INFO] [feature] StatET LTK  (Incubation) ................. SUCCESS [  3.312 s]
[INFO] org.eclipse.statet-docmlet ......................... SUCCESS [  0.002 s]
[INFO] docmlet ............................................ SUCCESS [  0.001 s]
[INFO] [bundle] StatET DocMLET - Base - Core  (Incubation)  SUCCESS [  2.456 s]
[INFO] [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) SUCCESS [  4.445 s]
[INFO] [bundle] StatET DocMLET - Base - UI  (Incubation) .. SUCCESS [  2.808 s]
[INFO] [bundle] StatET DocMLET - TeX - Core  (Incubation) . SUCCESS [  2.666 s]
[INFO] [bundle] StatET DocMLET - TeX - UI  (Incubation) ... SUCCESS [  2.849 s]
[INFO] yaml ............................................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET YAML Tools - Core  (Incubation) .... SUCCESS [  3.820 s]
[INFO] [bundle] StatET DocMLET - Wikitext - Core  (Incubation) SUCCESS [  3.064 s]
[INFO] [bundle] StatET DocMLET - Wikitext - UI  (Incubation) SUCCESS [  2.904 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) SUCCESS [  2.175 s]
[INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) SUCCESS [  6.793 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) SUCCESS [  2.021 s]
[INFO] [bundle] StatET DocMLET - Documentation  (Incubation) SUCCESS [  1.499 s]
[INFO] docmlet ............................................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET YAML Tools - UI  (Incubation) ...... SUCCESS [  2.389 s]
[INFO] yaml ............................................... SUCCESS [  0.002 s]
[INFO] [feature] StatET YAML Editor  (Incubation) ......... SUCCESS [  3.107 s]
[INFO] org.eclipse.statet-r ............................... SUCCESS [  0.002 s]
[INFO] rhelp .............................................. SUCCESS [  0.001 s]
[INFO] org.eclipse.statet.rhelp.core ...................... SUCCESS [  2.633 s]
[INFO] [test-bundle] StatET R-Help - Core - Tests  (Incubation) SUCCESS [  4.301 s]
[INFO] org.eclipse.statet.rhelp.server .................... SUCCESS [  8.099 s]
[INFO] r .................................................. SUCCESS [  0.002 s]
[INFO] [bundle] StatET IDE - Core  (Incubation) ........... SUCCESS [  2.496 s]
[INFO] [bundle] StatET IDE - UI  (Incubation) ............. SUCCESS [  2.461 s]
[INFO] [bundle] StatET NiCo - Core  (Incubation) .......... SUCCESS [  4.076 s]
[INFO] [bundle] StatET NiCo - UI  (Incubation) ............ SUCCESS [  5.072 s]
[INFO] [bundle] StatET R - Core  (Incubation) ............. SUCCESS [  5.655 s]
[INFO] [test-bundle] StatET R - Core - Tests  (Incubation)  SUCCESS [  6.465 s]
[INFO] [bundle] StatET R - Console - Core  (Incubation) ... SUCCESS [  4.405 s]
[INFO] [bundle] StatET R - UI  (Incubation) ............... SUCCESS [  6.551 s]
[INFO] [bundle] StatET R - Console - UI  (Incubation) ..... SUCCESS [  4.714 s]
[INFO] [bundle] StatET R - Debug - Core  (Incubation) ..... SUCCESS [  3.081 s]
[INFO] [bundle] StatET R - Debug - UI  (Incubation) ....... SUCCESS [  3.276 s]
[INFO] org.eclipse.statet.r.launching.winrgui ............. SUCCESS [  2.086 s]
[INFO] [bundle] StatET R - Add-on for R Apps  (Incubation)  SUCCESS [  3.016 s]
[INFO] [bundle] StatET R - Documentation  (Incubation) .... SUCCESS [  2.846 s]
[INFO] [bundle] StatET R  (Incubation) .................... SUCCESS [  1.490 s]
[INFO] r .................................................. SUCCESS [  0.001 s]
[INFO] [feature] StatET IDE for R  (Incubation) ........... SUCCESS [  4.338 s]
[INFO] redocs ............................................. SUCCESS [  0.001 s]
[INFO] [bundle] StatET ReDocs - Commons for R  (Incubation) SUCCESS [  2.204 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R  (Incubation) ..... SUCCESS [  4.133 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) SUCCESS [  2.781 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) SUCCESS [  1.834 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R  (Incubation) .. SUCCESS [  3.481 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) SUCCESS [  2.541 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) SUCCESS [  3.344 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) SUCCESS [  2.133 s]
[INFO] redocs ............................................. SUCCESS [  0.002 s]
[INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) SUCCESS [  2.129 s]
[INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) SUCCESS [  2.875 s]
[INFO] rtm ................................................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET R Task Model - Base - Core  (Incubation) SUCCESS [  2.693 s]
[INFO] [bundle] StatET R Task Model - Base - UI  (Incubation) SUCCESS [  2.930 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) SUCCESS [  2.054 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) SUCCESS [  4.359 s]
[INFO] [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) SUCCESS [  2.905 s]
[INFO] [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) SUCCESS [  3.958 s]
[INFO] rtm ................................................ SUCCESS [  0.002 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) SUCCESS [  2.529 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) SUCCESS [  2.064 s]
[INFO] org.eclipse.statet.repository ...................... SUCCESS [ 11.211 s]
[INFO] aggregation-statet ................................. SUCCESS [  0.000 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:57 min
[INFO] Finished at: 2021-08-19T16:09:43Z
[INFO] ------------------------------------------------------------------------