Started by an SCM change Running as SYSTEM Agent basic-jxrp3 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716791888100" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_gef_svc_cluster_local_gefx" name: "basic-jxrp3" namespace: "gef" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.gef.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-jxrp3" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-jxrp3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.gef.svc.cluster.local/gef/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-gef" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-jxrp3 (basic) in workspace /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/gef-classic.git > git init /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io # timeout=10 Fetching upstream changes from https://github.com/eclipse/gef-classic.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/gef-classic.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/gef-classic.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision d606e6287d69a4183c888bf4147b167c94ebfc83 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d606e6287d69a4183c888bf4147b167c94ebfc83 # timeout=10 Commit message: "Integrate Zest-based examples into our test suite" > git rev-list --no-walk 4cd9bc048f373d00eecaa0ae640e7faf56d8c89b # timeout=10 Injecting SonarQube environment variables using the configuration: SonarCloud.io [GEF_Classic_SonarQube.io] $ /opt/tools/apache-maven/latest/bin/mvn -f ./pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/.repository clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/.m2/repository -DapiBaselineTargetDirectory=/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io -Dgpg.passphrase=${KEYRING_PASSPHRASE} -Dproject.build.sourceEncoding=UTF-8 -B sonar:sonar -Dsonar.projectKey=gef-classic -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dmaven.test.skip=true Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gef_root:org.eclipse.draw2d.examples:eclipse-plugin:3.15.300-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.gef_root:org.eclipse.zest.examples:eclipse-plugin:3.17.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.11.0.3922 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.11.0.3922: SonarQube plugin was moved to SonarSource organisation [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.gef.releng [pom] [INFO] [bundle] GEF Classic Draw2d [eclipse-plugin] [INFO] [bundle] GEF Classic GEF (MVC) [eclipse-plugin] [INFO] [bundle] GEF Classic Zest Layouts [eclipse-plugin] [INFO] [bundle] GEF Classic Zest Core [eclipse-plugin] [INFO] [bundle] GEF Classic Zest Developer Documentation [eclipse-plugin] [INFO] [bundle] GEF Classic Draw2d Developer Documentation [eclipse-plugin] [INFO] [bundle] GEF Classic GEF Developer Documentation [eclipse-plugin] [INFO] org.eclipse.draw2d.tests [eclipse-test-plugin] [INFO] [bundle] GEF Classic Zest Examples [eclipse-plugin] [INFO] org.eclipse.zest.tests [eclipse-test-plugin] [INFO] org.eclipse.gef.tests [eclipse-test-plugin] [INFO] [bundle] GEF Classic Draw2d Examples [eclipse-plugin] [INFO] [bundle] GEF Classic Flow Editor Example [eclipse-plugin] [INFO] [bundle] GEF Classic Logic Editor Example [eclipse-plugin] [INFO] [bundle] GEF Classic Shape Editor Example [eclipse-plugin] [INFO] [bundle] GEF Classic Text Editor Example [eclipse-plugin] [INFO] [bundle] GEF Classic Examples [eclipse-plugin] [INFO] [bundle] GEF Classic Examples PDE integration [eclipse-plugin] [INFO] [feature] GEF Classic Draw2d [eclipse-feature] [INFO] [feature] GEF Classic GEF (MVC) [eclipse-feature] [INFO] [feature] GEF Classic GEF (MVC) Examples [eclipse-feature] [INFO] [feature] GEF Classic GEF (MVC) SDK [eclipse-feature] [INFO] [feature] GEF Classic Zest [eclipse-feature] [INFO] [feature] GEF Classic Zest SDK [eclipse-feature] [INFO] [feature] GEF Classic Draw2d SDK [eclipse-feature] [INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository [eclipse-repository] [INFO] [INFO] ------------< org.eclipse.gef_root:org.eclipse.gef.releng >------------- [INFO] Building org.eclipse.gef.releng 3.20.0-SNAPSHOT [1/27] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.releng --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.releng --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.releng --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.releng --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.releng --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.releng --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.releng --- [INFO] [INFO] --------------< org.eclipse.gef_root:org.eclipse.draw2d >--------------- [INFO] Building [bundle] GEF Classic Draw2d 3.16.0-SNAPSHOT [2/27] [INFO] from org.eclipse.draw2d/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/../target-platform/GEF_classic.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@6fa53b0d [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.draw2d --- [INFO] The project's OSGi version is 3.16.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.draw2d --- [INFO] Resolving class path of [bundle] GEF Classic Draw2d [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d --- [INFO] Executing tasks main: [echo] Creating backup of about.mappings. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d [echo] Replacing @build@ token within about.mappings with build id. [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.draw2d --- [INFO] Compiling 288 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/CheckBox.java:[33] InputStream stream = CheckBox.class.getResourceAsStream(name); ^^^^^^ Resource 'stream' should be managed by try-with-resource 2. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java (at line 27) public static final int START = 2; ^^^^^ The deprecated field ConnectionLocator.START should be annotated with @Deprecated 3. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java (at line 32) public static final int END = 3; ^^^ The deprecated field ConnectionLocator.END should be annotated with @Deprecated 4. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/ConnectionLocator.java (at line 40) public static final int MIDPOINT = 4; ^^^^^^^^ The deprecated field ConnectionLocator.MIDPOINT should be annotated with @Deprecated 5. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 29) public static final int ALT = SWT.ALT; ^^^ The deprecated field InputEvent.ALT should be annotated with @Deprecated 6. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 33) public static final int CONTROL = SWT.CONTROL; ^^^^^^^ The deprecated field InputEvent.CONTROL should be annotated with @Deprecated 7. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 37) public static final int SHIFT = SWT.SHIFT; ^^^^^ The deprecated field InputEvent.SHIFT should be annotated with @Deprecated 8. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 41) public static final int BUTTON1 = SWT.BUTTON1; ^^^^^^^ The deprecated field InputEvent.BUTTON1 should be annotated with @Deprecated 9. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 45) public static final int BUTTON2 = SWT.BUTTON2; ^^^^^^^ The deprecated field InputEvent.BUTTON2 should be annotated with @Deprecated 10. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 49) public static final int BUTTON3 = SWT.BUTTON3; ^^^^^^^ The deprecated field InputEvent.BUTTON3 should be annotated with @Deprecated 11. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 53) public static final int BUTTON4 = SWT.BUTTON4; ^^^^^^^ The deprecated field InputEvent.BUTTON4 should be annotated with @Deprecated 12. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 57) public static final int BUTTON5 = SWT.BUTTON5; ^^^^^^^ The deprecated field InputEvent.BUTTON5 should be annotated with @Deprecated 13. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/InputEvent.java (at line 64) public static final int ANY_BUTTON = SWT.BUTTON_MASK; ^^^^^^^^^^ The deprecated field InputEvent.ANY_BUTTON should be annotated with @Deprecated 14. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/MouseEvent.java (at line 63) public MouseEvent(int x, int y, EventDispatcher dispatcher, IFigure f, int button, int stateMask) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (int, int, EventDispatcher, IFigure, int, int) of type MouseEvent should be annotated with @Deprecated 15. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/RoundedRectangle.java (at line 29) protected Dimension corner = new Dimension(8, 8); ^^^^^^ The deprecated field RoundedRectangle.corner should be annotated with @Deprecated 16. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java (at line 157) public IFigure getView() { ^^^^^^^^^ The deprecated method getView() of type ScrollPane should be annotated with @Deprecated 17. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/ScrollPane.java (at line 315) public void setView(IFigure figure) { ^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setView(IFigure) of type ScrollPane should be annotated with @Deprecated 18. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/SubordinateUpdateManager.java (at line 20) public abstract class SubordinateUpdateManager extends UpdateManager { ^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type SubordinateUpdateManager should be annotated with @Deprecated 19. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java (at line 220) public Dimension expand(Point p) { ^^^^^^^^^^^^^^^ The deprecated method expand(Point) of type Dimension should be annotated with @Deprecated 20. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Dimension.java (at line 253) public Dimension getDifference(Dimension d) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method getDifference(Dimension) of type Dimension should be annotated with @Deprecated 21. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java (at line 79) public Point(double x, double y) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (double, double) of type Point should be annotated with @Deprecated 22. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java (at line 200) public int getDistance2(Point p) { ^^^^^^^^^^^^^^^^^^^^^ The deprecated method getDistance2(Point) of type Point should be annotated with @Deprecated 23. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.java (at line 219) public int getDistanceOrthogonal(Point p) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method getDistanceOrthogonal(Point) of type Point should be annotated with @Deprecated 24. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java (at line 30) public double preciseHeight; ^^^^^^^^^^^^^ The deprecated field PrecisionDimension.preciseHeight should be annotated with @Deprecated 25. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java (at line 38) public double preciseWidth; ^^^^^^^^^^^^ The deprecated field PrecisionDimension.preciseWidth should be annotated with @Deprecated 26. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionDimension.java (at line 359) public final void updateInts() { ^^^^^^^^^^^^ The deprecated method updateInts() of type PrecisionDimension should be annotated with @Deprecated 27. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java (at line 29) public double preciseX; ^^^^^^^^ The deprecated field PrecisionPoint.preciseX should be annotated with @Deprecated 28. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java (at line 38) public double preciseY; ^^^^^^^^ The deprecated field PrecisionPoint.preciseY should be annotated with @Deprecated 29. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionPoint.java (at line 310) public final void updateInts() { ^^^^^^^^^^^^ The deprecated method updateInts() of type PrecisionPoint should be annotated with @Deprecated 30. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 34) public double preciseHeight; ^^^^^^^^^^^^^ The deprecated field PrecisionRectangle.preciseHeight should be annotated with @Deprecated 31. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 43) public double preciseWidth; ^^^^^^^^^^^^ The deprecated field PrecisionRectangle.preciseWidth should be annotated with @Deprecated 32. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 52) public double preciseX; ^^^^^^^^ The deprecated field PrecisionRectangle.preciseX should be annotated with @Deprecated 33. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 61) public double preciseY; ^^^^^^^^ The deprecated field PrecisionRectangle.preciseY should be annotated with @Deprecated 34. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 466) public void setHeight(double value) { ^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setHeight(double) of type PrecisionRectangle should be annotated with @Deprecated 35. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 640) public void setWidth(double value) { ^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setWidth(double) of type PrecisionRectangle should be annotated with @Deprecated 36. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 658) public void setX(double value) { ^^^^^^^^^^^^^^^^^^ The deprecated method setX(double) of type PrecisionRectangle should be annotated with @Deprecated 37. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 676) public void setY(double value) { ^^^^^^^^^^^^^^^^^^ The deprecated method setY(double) of type PrecisionRectangle should be annotated with @Deprecated 38. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 857) public PrecisionRectangle union(PrecisionRectangle rect) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method union(PrecisionRectangle) of type PrecisionRectangle should be annotated with @Deprecated 39. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/PrecisionRectangle.java (at line 946) public void updateInts() { ^^^^^^^^^^^^ The deprecated method updateInts() of type PrecisionRectangle should be annotated with @Deprecated 40. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Ray.java (at line 20) public final class Ray { ^^^ The deprecated type Ray should be annotated with @Deprecated 40 problems (0 errors, 1 warning, 39 infos) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.draw2d --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.draw2d --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d --- [INFO] 11 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/target/org.eclipse.draw2d-3.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/target/org.eclipse.draw2d-3.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d --- [INFO] Executing tasks main: [echo] Replacing back modified about.mappings with backup. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d [delete] Deleting: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/about.mappings.backup [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d --- [INFO] Adding repository https://download.eclipse.org/tools/gef/classic/release/3.19.0 [INFO] [INFO] ----------------< org.eclipse.gef_root:org.eclipse.gef >---------------- [INFO] Building [bundle] GEF Classic GEF (MVC) 3.18.0-SNAPSHOT [3/27] [INFO] from org.eclipse.gef/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef --- [INFO] The project's OSGi version is 3.18.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef --- [INFO] Resolving class path of [bundle] GEF Classic GEF (MVC) [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef --- [INFO] Executing tasks main: [echo] Creating backup of about.mappings. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef [echo] Replacing @build@ token within about.mappings with build id. [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef --- [INFO] Compiling 332 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java:[284] Map getEditPartRegistry(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/EditPartViewer.java:[403] Map getVisualPartMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized 3. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java (at line 24) public final class GEFPlugin extends AbstractUIPlugin { ^^^^^^^^^ The deprecated type GEFPlugin should be annotated with @Deprecated 4. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/GEFPlugin.java (at line 35) public static IPropertySheetEntry createUndoablePropertySheetEntry(CommandStack stack) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method createUndoablePropertySheetEntry(CommandStack) of type GEFPlugin should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/Request.java:[27] private Map extendedData; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/Request.java:[50] public Map getExtendedData() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/Request.java:[52] extendedData = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/Request.java:[74] public void setExtendedData(Map map) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[225] protected double getCorrectionFor(Entry[] entries, Map extendedData, boolean vert, double near, double far) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[257] protected double getCorrectionFor(Entry[] entries, Map extendedData, boolean vert, double value, int side) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[276] extendedData.put(property, Integer.valueOf(entry.location)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[283] extendedData.put(property, Integer.valueOf(entry.location)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[290] extendedData.put(property, Integer.valueOf(entry.location)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGeometry.java:[305] protected Rectangle getFigureBounds(GraphicalEditPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFigureBounds(GraphicalEditPart) from the type SnapToGeometry can potentially be declared as static 15. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGrid.java (at line 71) public static final int DEFAULT_GAP = DEFAULT_GRID_SIZE; ^^^^^^^^^^^ The deprecated field SnapToGrid.DEFAULT_GAP should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java:[158] protected double getCorrectionFor(int[] guides, double near, double far, Map extendedData, boolean isVertical) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java:[192] protected double getCorrectionFor(int[] guides, double value, Map extendedData, boolean vert, int side) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java:[201] extendedData.put(vert ? KEY_VERTICAL_GUIDE : KEY_HORIZONTAL_GUIDE, Integer.valueOf(offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToGuides.java:[202] extendedData.put(vert ? KEY_VERTICAL_ANCHOR : KEY_HORIZONTAL_ANCHOR, Integer.valueOf(side)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java:[43] protected void makeAbsolute(IFigure figure, Translatable t) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method makeAbsolute(IFigure, Translatable) from the type SnapToHelper can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/SnapToHelper.java:[53] protected void makeRelative(IFigure figure, Translatable t) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method makeRelative(IFigure, Translatable) from the type SnapToHelper can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/Tool.java:[255] void setProperties(Map properties); ^^^ Map is a raw type. References to generic type Map should be parameterized 23. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/commands/CommandStackListener.java (at line 24) public interface CommandStackListener { ^^^^^^^^^^^^^^^^^^^^ The deprecated type CommandStackListener should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/AbstractTransferDropTargetListener.java:[102] protected Request createTargetRequest() { ^^^^^^^^^^^^^^^^^^^^^ The method createTargetRequest() from the type AbstractTransferDropTargetListener can potentially be declared as static 25. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java (at line 51) public void addDragSourceListener(TransferDragSourceListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method addDragSourceListener(TransferDragSourceListener) of type DelegatingDragAdapter should be annotated with @Deprecated 26. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java (at line 61) public Transfer[] getTransferTypes() { ^^^^^^^^^^^^^^^^^^ The deprecated method getTransferTypes() of type DelegatingDragAdapter should be annotated with @Deprecated 27. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDragAdapter.java (at line 72) public void removeDragSourceListener(TransferDragSourceListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method removeDragSourceListener(TransferDragSourceListener) of type DelegatingDragAdapter should be annotated with @Deprecated 28. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java (at line 44) public void addDropTargetListener(TransferDropTargetListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method addDropTargetListener(TransferDropTargetListener) of type DelegatingDropAdapter should be annotated with @Deprecated 29. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/DelegatingDropAdapter.java (at line 54) public Transfer[] getTransferTypes() { ^^^^^^^^^^^^^^^^^^ The deprecated method getTransferTypes() of type DelegatingDropAdapter should be annotated with @Deprecated 30. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDragSourceListener.java (at line 32) public interface TransferDragSourceListener extends org.eclipse.jface.util.TransferDragSourceListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type TransferDragSourceListener should be annotated with @Deprecated 31. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/dnd/TransferDropTargetListener.java (at line 33) public interface TransferDropTargetListener extends org.eclipse.jface.util.TransferDropTargetListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type TransferDropTargetListener should be annotated with @Deprecated 32. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java (at line 112) public EditPolicyIterator(List list) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (List) of type AbstractEditPart.EditPolicyIterator should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[112] public EditPolicyIterator(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized 34. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java (at line 316) protected final void debug(String message) { ^^^^^^^^^^^^^^^^^^^^^ The deprecated method debug(String) of type AbstractEditPart should be annotated with @Deprecated 35. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java (at line 326) protected final void debugFeedback(String message) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method debugFeedback(String) of type AbstractEditPart should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[577] protected List getModelChildren() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[577] protected List getModelChildren() { ^^^^^^^^^^^^^^^^^^ The method getModelChildren() from the type AbstractEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[769] List modelObjects = getModelChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[843] getViewer().getEditPartRegistry().put(getModel(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractEditPart.java:[1189] Map registry = getViewer().getEditPartRegistry(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[502] protected List getModelSourceConnections() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[502] protected List getModelSourceConnections() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getModelSourceConnections() from the type AbstractGraphicalEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[517] protected List getModelTargetConnections() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[517] protected List getModelTargetConnections() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getModelTargetConnections() from the type AbstractGraphicalEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[647] List modelObjects = getModelSourceConnections(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[699] List modelObjects = getModelTargetConnections(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java:[737] getViewer().getVisualPartMap().put(getFigure(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/AbstractTreeEditPart.java:[117] protected Image getImage() { ^^^^^^^^^^ The method getImage() from the type AbstractTreeEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java:[119] protected GridLayer createGridLayer() { ^^^^^^^^^^^^^^^^^ The method createGridLayer() from the type FreeformGraphicalRootEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/FreeformGraphicalRootEditPart.java:[142] protected LayeredPane createPrintableLayers() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createPrintableLayers() from the type FreeformGraphicalRootEditPart can potentially be declared as static 51. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/GraphicalRootEditPart.java (at line 45) public class GraphicalRootEditPart extends AbstractGraphicalEditPart ^^^^^^^^^^^^^^^^^^^^^ The deprecated type GraphicalRootEditPart should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java:[48] public Map getConstraints() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/GuideLayer.java:[147] getConstraints().put(child, constraint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/ViewportHelper.java:[31] protected Viewport findViewport(GraphicalEditPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findViewport(GraphicalEditPart) from the type ViewportHelper can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomListener.java:[20] * @deprecated Use {@link #org.eclipse.draw2d.zoom.ZoomListener} instead. ^^^ Javadoc: org cannot be resolved or is not a field 56. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java (at line 86) public ZoomManager(ScalableFreeformLayeredPane pane, Viewport viewport) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (ScalableFreeformLayeredPane, Viewport) of type ZoomManager should be annotated with @Deprecated 57. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editparts/ZoomManager.java (at line 107) public ScalableFreeformLayeredPane getPane() { ^^^^^^^^^ The deprecated method getPane() of type ZoomManager should be annotated with @Deprecated 58. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractEditPolicy.java (at line 58) protected final void debugFeedback(String message) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method debugFeedback(String) of type AbstractEditPolicy should be annotated with @Deprecated 59. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/AbstractTreeContainerEditPolicy.java (at line 19) public abstract class AbstractTreeContainerEditPolicy extends TreeContainerEditPolicy { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type AbstractTreeContainerEditPolicy should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/BendpointEditPolicy.java:[123] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ComponentEditPolicy.java:[51] protected Command createDeleteCommand(GroupRequest deleteRequest) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDeleteCommand(GroupRequest) from the type ComponentEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConnectionEndpointEditPolicy.java:[111] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java:[91] protected Command createAddCommand(EditPart child, Object constraint) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAddCommand(EditPart, Object) from the type ConstrainedLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java:[138] protected Command createChangeConstraintCommand(EditPart child, Object constraint) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createChangeConstraintCommand(EditPart, Object) from the type ConstrainedLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ConstrainedLayoutEditPolicy.java:[335] protected Object translateToModelConstraint(Object figureConstraint) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method translateToModelConstraint(Object) from the type ConstrainedLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java:[35] protected Command getAddCommand(GroupRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAddCommand(GroupRequest) from the type ContainerEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java:[45] protected Command getCloneCommand(ChangeBoundsRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCloneCommand(ChangeBoundsRequest) from the type ContainerEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ContainerEditPolicy.java:[85] protected Command getOrphanChildrenCommand(GroupRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOrphanChildrenCommand(GroupRequest) from the type ContainerEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/FlowLayoutEditPolicy.java:[164] private Point getLocationFromRequest(Request request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLocationFromRequest(Request) from the type FlowLayoutEditPolicy can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java:[57] protected Connection createDummyConnection(Request req) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDummyConnection(Request) from the type GraphicalNodeEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java:[230] protected ConnectionAnchor getSourceConnectionAnchor(CreateConnectionRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSourceConnectionAnchor(CreateConnectionRequest) from the type GraphicalNodeEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/GraphicalNodeEditPolicy.java:[242] protected ConnectionAnchor getTargetConnectionAnchor(CreateConnectionRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTargetConnectionAnchor(CreateConnectionRequest) from the type GraphicalNodeEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[103] protected IFigure createSizeOnDropFeedback(CreateRequest createRequest) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSizeOnDropFeedback(CreateRequest) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[187] protected Command getAddCommand(Request request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAddCommand(Request) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[197] protected Command getCloneCommand(ChangeBoundsRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCloneCommand(ChangeBoundsRequest) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[249] protected Insets getCreationFeedbackOffset(CreateRequest request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCreationFeedbackOffset(CreateRequest) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[261] protected Command getDeleteDependantCommand(Request request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeleteDependantCommand(Request) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/LayoutEditPolicy.java:[297] protected Command getOrphanChildrenCommand(Request request) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOrphanChildrenCommand(Request) from the type LayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java:[85] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java:[105] protected void createDragHandle(List handles, int direction) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java:[144] protected void createMoveHandle(List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/NonResizableEditPolicy.java:[281] protected Command getOrphanCommand(Request req) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOrphanCommand(Request) from the type NonResizableEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java:[59] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/ResizableEditPolicy.java:[90] protected void createResizeHandle(List handles, int direction) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java:[45] protected List handles; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/SelectionHandlesEditPolicy.java:[64] protected abstract List createSelectionHandles(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/TreeContainerEditPolicy.java:[172] private boolean isInUpperHalf(Rectangle rect, org.eclipse.draw2d.geometry.Point pt) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isInUpperHalf(Rectangle, Point) from the type TreeContainerEditPolicy can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java:[98] protected Rectangle getCurrentConstraintFor(GraphicalEditPart child) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCurrentConstraintFor(GraphicalEditPart) from the type XYLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/editpolicies/XYLayoutEditPolicy.java:[160] protected Dimension getMinimumSizeFor(GraphicalEditPart child) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMinimumSizeFor(GraphicalEditPart) from the type XYLayoutEditPolicy can potentially be declared as static 90. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java (at line 130) public Cursor getDragCursor() { ^^^^^^^^^^^^^^^ The deprecated method getDragCursor() of type AbstractHandle should be annotated with @Deprecated 91. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/AbstractHandle.java (at line 192) public void setDragCursor(Cursor c) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setDragCursor(Cursor) of type AbstractHandle should be annotated with @Deprecated 92. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionEndHandle.java (at line 25) public final class ConnectionEndHandle extends ConnectionEndpointHandle { ^^^^^^^^^^^^^^^^^^^ The deprecated type ConnectionEndHandle should be annotated with @Deprecated 93. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ConnectionStartHandle.java (at line 25) public final class ConnectionStartHandle extends ConnectionEndpointHandle { ^^^^^^^^^^^^^^^^^^^^^ The deprecated type ConnectionStartHandle should be annotated with @Deprecated 94. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/MoveHandle.java (at line 35) protected static final int INNER_PAD = 2; ^^^^^^^^^ The deprecated field MoveHandle.INNER_PAD should be annotated with @Deprecated 95. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandle.java (at line 27) public class NonResizableHandle extends MoveHandle { ^^^^^^^^^^^^^^^^^^ The deprecated type NonResizableHandle should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[42] public static void addCornerHandles(GraphicalEditPart part, List handles, DragTracker tracker, Cursor cursor) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[43] handles.add(createHandle(part, PositionConstants.SOUTH_EAST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[44] handles.add(createHandle(part, PositionConstants.SOUTH_WEST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[45] handles.add(createHandle(part, PositionConstants.NORTH_WEST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[46] handles.add(createHandle(part, PositionConstants.NORTH_EAST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[55] public static void addCornerHandles(GraphicalEditPart part, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[56] handles.add(createHandle(part, PositionConstants.SOUTH_EAST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[57] handles.add(createHandle(part, PositionConstants.SOUTH_WEST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[58] handles.add(createHandle(part, PositionConstants.NORTH_WEST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[59] handles.add(createHandle(part, PositionConstants.NORTH_EAST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[70] public static void addHandle(GraphicalEditPart part, List handles, int direction) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[71] handles.add(createHandle(part, direction)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[84] public static void addHandle(GraphicalEditPart part, List handles, int direction, DragTracker tracker, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[86] handles.add(createHandle(part, direction, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 110. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java (at line 96) public static void addHandles(GraphicalEditPart part, List handles) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method addHandles(GraphicalEditPart, List) of type NonResizableHandleKit should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[96] public static void addHandles(GraphicalEditPart part, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized 112. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java (at line 110) public static void addHandles(GraphicalEditPart part, List handles, DragTracker tracker, Cursor cursor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method addHandles(GraphicalEditPart, List, DragTracker, Cursor) of type NonResizableHandleKit should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[110] public static void addHandles(GraphicalEditPart part, List handles, DragTracker tracker, Cursor cursor) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[121] public static void addMoveHandle(GraphicalEditPart f, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[122] handles.add(moveHandle(f)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[133] public static void addMoveHandle(GraphicalEditPart f, List handles, DragTracker tracker, Cursor cursor) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/NonResizableHandleKit.java:[134] handles.add(moveHandle(f, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[41] public static void addHandle(GraphicalEditPart part, List handles, int direction) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[42] handles.add(createHandle(part, direction)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[56] public static void addHandle(GraphicalEditPart part, List handles, int direction, DragTracker tracker, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[58] handles.add(createHandle(part, direction, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 122. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java (at line 69) public static void addHandles(GraphicalEditPart part, List handles) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method addHandles(GraphicalEditPart, List) of type ResizableHandleKit should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[69] public static void addHandles(GraphicalEditPart part, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[81] public static void addCornerAndSideHandles(GraphicalEditPart part, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[82] handles.add(createHandle(part, PositionConstants.EAST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[83] handles.add(createHandle(part, PositionConstants.SOUTH_EAST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[84] handles.add(createHandle(part, PositionConstants.SOUTH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[85] handles.add(createHandle(part, PositionConstants.SOUTH_WEST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[86] handles.add(createHandle(part, PositionConstants.WEST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[87] handles.add(createHandle(part, PositionConstants.NORTH_WEST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[88] handles.add(createHandle(part, PositionConstants.NORTH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[89] handles.add(createHandle(part, PositionConstants.NORTH_EAST)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[101] public static void addCornerAndSideHandles(GraphicalEditPart part, List handles, DragTracker tracker, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[103] handles.add(createHandle(part, PositionConstants.EAST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[104] handles.add(createHandle(part, PositionConstants.SOUTH_EAST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[105] handles.add(createHandle(part, PositionConstants.SOUTH, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[106] handles.add(createHandle(part, PositionConstants.SOUTH_WEST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[107] handles.add(createHandle(part, PositionConstants.WEST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[108] handles.add(createHandle(part, PositionConstants.NORTH_WEST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[109] handles.add(createHandle(part, PositionConstants.NORTH, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[110] handles.add(createHandle(part, PositionConstants.NORTH_EAST, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[119] public static void addMoveHandle(GraphicalEditPart f, List handles) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[120] handles.add(moveHandle(f)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[132] public static void addMoveHandle(GraphicalEditPart f, List handles, DragTracker tracker, Cursor cursor) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/handles/ResizableHandleKit.java:[133] handles.add(moveHandle(f, tracker, cursor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/GEFMessages.java:[23] @SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class ^^^^^^^^^^^^^ Unsupported @SuppressWarnings("squid:S3008") [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/DrawerFigure.java:[324] IFigure buildTooltip() { ^^^^^^^^^^^^^^ The method buildTooltip() from the type DrawerFigure can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/palette/editparts/SliderPaletteEditPart.java:[59] getViewer().getEditPartRegistry().put(PaletteAnimator.class, controller); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[38] private List attachedEditParts = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[42] protected IFigure createDummyLineFigure() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createDummyLineFigure() from the type DragGuidePolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[66] req.setEditParts(attachedEditParts); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[68] Iterator i = attachedEditParts.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[89] private List getAttachedEditParts() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[164] Iterator guides = getGuideEditPart().getRulerProvider().getGuides().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[190] req.setEditParts(getAttachedEditParts()); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[198] Iterator i = getAttachedEditParts().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/DragGuidePolicy.java:[224] List children = (List) getHostFigure().getParent().getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/GuideEditPart.java:[115] protected GuideLineFigure createGuideLineFigure() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createGuideLineFigure() from the type GuideEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerDragTracker.java:[124] Iterator guides = source.getRulerProvider().getGuides().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPart.java:[180] protected List getModelChildren() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java:[50] protected EditPart createGuideEditPart(EditPart parentEditPart, Object model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createGuideEditPart(EditPart, Object) from the type RulerEditPartFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/internal/ui/rulers/RulerEditPartFactory.java:[54] protected EditPart createRulerEditPart(EditPart parentEditPart, Object model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createRulerEditPart(EditPart, Object) from the type RulerEditPartFactory can potentially be declared as static 163. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/palette/CreationToolEntry.java (at line 35) protected final CreationFactory factory; ^^^^^^^ The deprecated field CreationToolEntry.factory should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java:[32] private Class toolClass; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java:[58] Class tool) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java:[91] protected Map getToolProperties() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/palette/ToolEntry.java:[118] public void setToolClass(Class toolClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 168. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java (at line 63) public Point getMouseLocation() { ^^^^^^^^^^^^^^^^^^ The deprecated method getMouseLocation() of type ChangeBoundsRequest should be annotated with @Deprecated 169. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/requests/ChangeBoundsRequest.java (at line 199) public void setMouseLocation(Point p) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setMouseLocation(Point) of type ChangeBoundsRequest should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[86] protected List listeners = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[86] protected List listeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[96] listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[110] public void getAccGuideDescription(AccessibleEvent e, Object guide) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAccGuideDescription(AccessibleEvent, Object) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[122] public void getAccGuideName(AccessibleEvent e, Object guide) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAccGuideName(AccessibleEvent, Object) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[144] public List getAttachedModelObjects(Object guide) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[144] public List getAttachedModelObjects(Object guide) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAttachedModelObjects(Object) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[155] public List getAttachedEditParts(Object guide, GraphicalViewer viewer) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[156] List attachedModelObjects = getAttachedModelObjects(guide); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[157] List attachedEditParts = new ArrayList(attachedModelObjects.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[157] List attachedEditParts = new ArrayList(attachedModelObjects.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[158] Iterator i = attachedModelObjects.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[163] attachedEditParts.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[177] public Command getCreateGuideCommand(int position) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCreateGuideCommand(int) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[188] public Command getDeleteGuideCommand(Object guide) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeleteGuideCommand(Object) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[200] List guides = getGuides(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[217] public Command getMoveGuideCommand(Object guide, int positionDelta) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMoveGuideCommand(Object, int) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[227] public List getGuides() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[227] public List getGuides() { ^^^^^^^^^^^ The method getGuides() from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[237] public int[] getGuidePositions() { ^^^^^^^^^^^^^^^^^^^ The method getGuidePositions() from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[248] public int getGuidePosition(Object guide) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getGuidePosition(Object) from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[258] public Object getRuler() { ^^^^^^^^^^ The method getRuler() from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/rulers/RulerProvider.java:[268] public int getUnit() { ^^^^^^^^^ The method getUnit() from the type RulerProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java:[1483] public void setProperties(Map properties) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java:[1487] Iterator entries = properties.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java:[1489] Entry entry = (Entry) entries.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java:[1489] Entry entry = (Entry) entries.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/tools/DelayedDirectEditHelper.java:[68] void abort() { ^^^^^^^ The method abort() from the type DelayedDirectEditHelper can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[173] List editparts = new ArrayList(getSelectedObjects()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[173] List editparts = new ArrayList(getSelectedObjects()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[173] List editparts = new ArrayList(getSelectedObjects()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[178] editparts = ToolUtilities.getSelectionWithoutDependants(editparts); ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[179] ToolUtilities.filterEditPartsUnderstanding(editparts, request); ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/AlignmentAction.java:[190] return editparts; ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List 204. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/CopyRetargetAction.java (at line 26) public class CopyRetargetAction extends RetargetAction { ^^^^^^^^^^^^^^^^^^ The deprecated type CopyRetargetAction should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java:[94] public Command createDeleteCommand(List objects) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/DeleteAction.java:[103] deleteReq.setEditParts(objects); ^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java:[72] private Command createMatchSizeCommand(List objects) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/MatchSizeAction.java:[137] private static GraphicalEditPart getPrimarySelectionEditPart(List editParts) { ^^^^ List is a raw type. References to generic type List should be parameterized 209. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteRetargetAction.java (at line 26) public class PasteRetargetAction extends RetargetAction { ^^^^^^^^^^^^^^^^^^^ The deprecated type PasteRetargetAction should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java:[69] List selection = getSelectedObjects(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/PasteTemplateAction.java:[119] protected Point getPasteLocation(GraphicalEditPart container) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPasteLocation(GraphicalEditPart) from the type PasteTemplateAction can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/SelectionAction.java:[70] protected List getSelectedObjects() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java:[19] import org.eclipse.gef.editparts.ZoomListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ZoomListener has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java:[29] abstract class ZoomAction extends Action implements ZoomListener, Disposable { ^^^^^^^^^^^^ The type ZoomListener has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java:[48] zoomManager.addZoomListener(this); ^^^^^^^^^^^^^^^^^^^^^ The method addZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomAction.java:[56] zoomManager.removeZoomListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^ The method removeZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java:[34] import org.eclipse.gef.editparts.ZoomListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ZoomListener has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java:[43] public class ZoomComboContributionItem extends ContributionItem implements ZoomListener { ^^^^^^^^^^^^ The type ZoomListener has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java:[200] zoomManager.removeZoomListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^ The method removeZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java:[267] zoomManager.removeZoomListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^ The method removeZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/actions/ZoomComboContributionItem.java:[274] zoomManager.addZoomListener(this); ^^^^^^^^^^^^^^^^^^^^^ The method addZoomListener(ZoomListener) from the type ZoomManager has been deprecated since version 3.13 and marked for removal 222. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java (at line 34) public class DebugGEF extends ViewPart { ^^^^^^^^ The deprecated type DebugGEF should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[39] protected List actions = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[83] private ImageDescriptor getDescriptor(String image) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDescriptor(String) from the type DebugGEF can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[93] actions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[99] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[103] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[107] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[111] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[115] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[119] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[123] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[127] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEF.java:[130] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 235. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/console/DebugGEFAction.java (at line 25) public class DebugGEFAction extends Action { ^^^^^^^^^^^^^^ The deprecated type DebugGEFAction should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/palette/FlyoutPaletteComposite.java:[905] protected boolean dragging = false; ^^^^^^^^ The value of the field FlyoutPaletteComposite.TitleDragManager.dragging is not used [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteMessages.java:[20] @SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class ^^^^^^^^^^^^^ Unsupported @SuppressWarnings("squid:S3008") 238. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java (at line 60) int LAYOUT_FOLDER = LAYOUT_COLUMNS; ^^^^^^^^^^^^^ The deprecated field PaletteViewerPreferences.LAYOUT_FOLDER should be annotated with @Deprecated 239. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/palette/PaletteViewerPreferences.java (at line 103) String PREFERENCE_FOLDER_ICON_SIZE = PREFERENCE_COLUMNS_ICON_SIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated field PaletteViewerPreferences.PREFERENCE_FOLDER_ICON_SIZE should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[73] protected final List selection = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[73] protected final List selection = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[78] protected final List constantSelection = Collections.unmodifiableList(selection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[78] protected final List constantSelection = Collections.unmodifiableList(selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[78] protected final List constantSelection = Collections.unmodifiableList(selection); ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[136] model.internalInitialize(this, selection, this::fireSelectionChanged); ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[357] public Map getEditPartRegistry() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[424] return constantSelection; ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[451] public Map getVisualPartMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/AbstractEditPartViewer.java:[509] return selection; ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithFlyoutPalette.java:[130] protected FlyoutPreferences getPalettePreferences() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getPalettePreferences() from the type GraphicalEditorWithFlyoutPalette can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalEditorWithPalette.java:[82] protected int getInitialPaletteSize() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getInitialPaletteSize() from the type GraphicalEditorWithPalette can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerImpl.java:[100] protected LightweightSystem createLightweightSystem() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLightweightSystem() from the type GraphicalViewerImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/GraphicalViewerKeyHandler.java:[243] return (List) focusPart.getParent().getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[150] protected List getNavigationSiblings() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[150] protected List getNavigationSiblings() { ^^^^ Type safety: The return type List for getNavigationSiblings() from the type PaletteViewerKeyHandler needs unchecked conversion to conform to List from the type GraphicalViewerKeyHandler [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[171] boolean isCollapsedDrawer(EditPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isCollapsedDrawer(EditPart) from the type PaletteViewerKeyHandler can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[179] boolean isExpandedDrawer(EditPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isExpandedDrawer(EditPart) from the type PaletteViewerKeyHandler can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[187] boolean isCollapsedStack(EditPart focusPart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isCollapsedStack(EditPart) from the type PaletteViewerKeyHandler can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/PaletteViewerKeyHandler.java:[197] boolean isExpandedStack(EditPart focusPart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isExpandedStack(EditPart) from the type PaletteViewerKeyHandler can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java:[64] protected EditPart convert(EditPartViewer viewer, EditPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convert(EditPartViewer, EditPart) from the type SelectionSynchronizer can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/SelectionSynchronizer.java:[156] Iterator iter = ((IStructuredSelection) selection).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewer.java:[148] public EditPart findObjectAtExcluding(Point pt, Collection exclude, Conditional condition) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java:[63] public EditPartViewer getViewer() { ^^^^^^^^^^^ The method getViewer() from the type TreeViewerTransfer can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransfer.java:[72] public void setViewer(EditPartViewer epv) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setViewer(EditPartViewer) from the type TreeViewerTransfer can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[29] private List modelSelection; ^^^^ List is a raw type. References to generic type List should be parameterized 266. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java (at line 38) public TreeViewerTransferDragListener(EditPartViewer viewer, Transfer xfer) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (EditPartViewer, Transfer) of type TreeViewerTransferDragListener should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[50] List selection = getViewer().getSelectedEditParts(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[67] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[67] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[72] list.add(editpart); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[79] protected void saveModelSelection(List editPartSelection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[80] modelSelection = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDragListener.java:[83] modelSelection.add(editpart.getModel()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[43] request.setEditParts((List) TreeViewerTransfer.getInstance().getObject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[43] request.setEditParts((List) TreeViewerTransfer.getInstance().getObject()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[51] Iterator iter = ((List) TreeViewerTransfer.getInstance().getObject()).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[51] Iterator iter = ((List) TreeViewerTransfer.getInstance().getObject()).iterator(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[84] exclude.addAll(includeChildren(selection)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[98] protected EditPart getSourceEditPart() { ^^^^^^^^^^^^^^^^^^^ The method getSourceEditPart() from the type TreeViewerTransferDropListener can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[99] List selection = (List) TreeViewerTransfer.getInstance().getObject(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[99] List selection = (List) TreeViewerTransfer.getInstance().getObject(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[106] protected List includeChildren(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[106] protected List includeChildren(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[111] result.addAll(includeChildren(children)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[126] List selection = (List) TreeViewerTransfer.getInstance().getObject(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/parts/TreeViewerTransferDropListener.java:[126] List selection = (List) TreeViewerTransfer.getInstance().getObject(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/properties/SetPropertyValueCommand.java:[194] private Object unwrapValue(Object value) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method unwrapValue(Object) from the type SetPropertyValueCommand can be declared as static 288. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspector.java (at line 33) public class CommandStackInspector extends PageBookView { ^^^^^^^^^^^^^^^^^^^^^ The deprecated type CommandStackInspector should be annotated with @Deprecated 289. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackInspectorPage.java (at line 30) public class CommandStackInspectorPage extends org.eclipse.ui.part.Page { ^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type CommandStackInspectorPage should be annotated with @Deprecated 290. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/CommandStackViewerAction.java (at line 24) public class CommandStackViewerAction extends Action { ^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated type CommandStackViewerAction should be annotated with @Deprecated 291. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeContentProvider.java (at line 28) public class TreeContentProvider implements org.eclipse.jface.viewers.ITreeContentProvider, CommandStackListener { ^^^^^^^^^^^^^^^^^^^ The deprecated type TreeContentProvider should be annotated with @Deprecated 292. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/src/org/eclipse/gef/ui/stackview/TreeLabelProvider.java (at line 29) public class TreeLabelProvider implements org.eclipse.jface.viewers.ILabelProvider { ^^^^^^^^^^^^^^^^^ The deprecated type TreeLabelProvider should be annotated with @Deprecated 292 problems (0 errors, 249 warnings, 43 infos) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef --- [INFO] 112 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/target/org.eclipse.gef-3.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/target/org.eclipse.gef-3.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef --- [INFO] Executing tasks main: [echo] Replacing back modified about.mappings with backup. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef [delete] Deleting: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/about.mappings.backup [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef --- [INFO] [INFO] -----------< org.eclipse.gef_root:org.eclipse.zest.layouts >------------ [INFO] Building [bundle] GEF Classic Zest Layouts 1.5.0-SNAPSHOT [4/27] [INFO] from org.eclipse.zest.layouts/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.zest.layouts --- [INFO] The project's OSGi version is 1.5.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.zest.layouts --- [INFO] Resolving class path of [bundle] GEF Classic Zest Layouts [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.layouts --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.layouts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.zest.layouts --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutAlgorithm.java:[64] public void setComparator(Comparator comparator); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutAlgorithm.java:[113] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutEntity.java:[25] public interface LayoutEntity extends Comparable, LayoutItem { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutEntity.java:[27] public final static String ATTR_PREFERRED_WIDTH = "tree-preferred-width"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutEntity.java:[28] public final static String ATTR_PREFERRED_HEIGHT = "tree-preferred-height"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutEntity.java:[49] * @return ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutGraph.java:[29] * @return LayoutEntity The created node ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutGraph.java:[46] public List getEntities(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutGraph.java:[54] public List getRelationships(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutIterationEvent.java:[26] private List relationshipsToLayout, entitiesToLayout; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutIterationEvent.java:[32] public List getRelationshipsToLayout() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutIterationEvent.java:[39] public List getEntitiesToLayout() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/LayoutRelationship.java:[83] * @return ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/NestedLayoutEntity.java:[28] List getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[64] protected Comparator comparator; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[71] Comparator externalComparator = null; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[73] public InternalComparator(Comparator externalComparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[79] return this.externalComparator.compare(internalNode1.getLayoutEntity(), internalNode2.getLayoutEntity()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[472] protected void updateBendPoints(InternalRelationship[] relationshipsToConsider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updateBendPoints(InternalRelationship[]) from the type AbstractLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[474] List bendPoints = relationship.getBendPoints(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[568] public void setComparator(Comparator comparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[604] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/AbstractLayoutAlgorithm.java:[827] protected DisplayIndependentRectangle getLayoutBounds(InternalNode[] entitiesToLayout, boolean includeNodeSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLayoutBounds(InternalNode[], boolean) from the type AbstractLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/ContinuousLayoutAlgorithm.java:[42] * @return ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/DirectedGraphLayoutAlgorithm.java:[38] field = DirectedGraphLayout.class.getDeclaredField("steps"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.java:[34] throw new RuntimeException("Operation not implemented"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.java:[95] Arrays.sort(entitiesToLayout, comparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(InternalNode[], Comparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.java:[95] Arrays.sort(entitiesToLayout, comparator); ^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.java:[175] protected int[] calculateNumberOfRowsAndCols_square(int numChildren, double boundX, double boundY, double boundWidth, double boundHeight) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method calculateNumberOfRowsAndCols_square(int, double, double, double, double) from the type GridLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/GridLayoutAlgorithm.java:[224] protected int[] calculateNumberOfRowsAndCols_rectangular(int numChildren) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method calculateNumberOfRowsAndCols_rectangular(int) from the type GridLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/RadialLayoutAlgorithm.java:[35] private List roots; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/RadialLayoutAlgorithm.java:[123] DisplayIndependentPoint centerPoint = (roots != null) ? determineCenterPoint(roots) ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[31] * 2. Populate the data repository using {@link #add add(...)};
^^^ Javadoc: add cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[34] * 4. Execute {@link #compute compute()};
^^^^^^^ Javadoc: compute cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[35] * 5. Execute {@link #fitWithinBounds fitWithinBounds(...)};
^^^^^^^^^^^^^^^ Javadoc: fitWithinBounds cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[209] public void setSpringMove(double move) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSpringMove(double) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[219] public double getSpringMove() { ^^^^^^^^^^^^^^^ The method getSpringMove() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[228] public void setSpringStrain(double strain) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSpringStrain(double) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[238] public double getSpringStrain() { ^^^^^^^^^^^^^^^^^ The method getSpringStrain() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[247] public void setSpringLength(double length) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSpringLength(double) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[254] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[256] public long getSpringTimeout() { ^^^^^^^^^^^^^^^^^^ The method getSpringTimeout() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[265] public void setSpringTimeout(long timeout) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSpringTimeout(long) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[275] public double getSpringLength() { ^^^^^^^^^^^^^^^^^ The method getSpringLength() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[284] public void setSpringGravitation(double gravitation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSpringGravitation(double) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[294] public double getSpringGravitation() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSpringGravitation() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[301] * @param gravitation The number of iterations. ^^^^^^^^^^^ Javadoc: Parameter gravitation is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[303] public void setIterations(int iterations) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIterations(int) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[312] public int getIterations() { ^^^^^^^^^^^^^^^ The method getIterations() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[322] public void setRandom(boolean random) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRandom(boolean) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[330] public boolean getRandom() { ^^^^^^^^^^^ The method getRandom() from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[334] public void setWeight(String relType, double weight) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWeight(String, double) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/SpringLayoutAlgorithm.java:[338] public double getWeight(String relType) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(String) from the type SpringLayoutAlgorithm can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[112] * @param Width The width of the bounds in which the layout ^^^^^ Javadoc: Parameter Width is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[127] parentLists = new List[entitiesToLayout.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List[] needs unchecked conversion to conform to List[] [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[128] childrenLists = new List[entitiesToLayout.length]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List[] needs unchecked conversion to conform to List[] [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[174] public List getRoots() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[322] Collections.sort(children, comparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/algorithms/TreeLayoutAlgorithm.java:[322] Collections.sort(children, comparator); ^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentDimension.java:[36] return "(" + width + ", " + height + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentDimension.java:[36] return "(" + width + ", " + height + ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentDimension.java:[36] return "(" + width + ", " + height + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentPoint.java:[58] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentPoint.java:[75] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentPoint.java:[88] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.java:[48] return "(" + x + ", " + y + ", " + width + ", " + height + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.java:[48] return "(" + x + ", " + y + ", " + width + ", " + height + ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.java:[48] return "(" + x + ", " + y + ", " + width + ", " + height + ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.java:[48] return "(" + x + ", " + y + ", " + width + ", " + height + ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/DisplayIndependentRectangle.java:[48] return "(" + x + ", " + y + ", " + width + ", " + height + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[24] public class InternalNode implements Comparable, LayoutEntity { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[27] private HashMap attributeMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[27] private HashMap attributeMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[134] attributeMap.put(attribute, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[147] public boolean hasPreferredWidth() { ^^^^^^^^^^^^^^^^^^^ The method hasPreferredWidth() from the type InternalNode can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[152] public double getPreferredWidth() { ^^^^^^^^^^^^^^^^^^^ The method getPreferredWidth() from the type InternalNode can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[161] public boolean hasPreferredHeight() { ^^^^^^^^^^^^^^^^^^^^ The method hasPreferredHeight() from the type InternalNode can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[167] public double getPreferredHeight() { ^^^^^^^^^^^^^^^^^^^^ The method getPreferredHeight() from the type InternalNode can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalNode.java:[193] return (entity != null ? entity.toString() : ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[33] private List bendPoints = new LinkedList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[33] private List bendPoints = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[51] throw new RuntimeException("Source is null"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[58] throw new RuntimeException("Dest is null"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[78] bendPoints.add(new BendPoint(x, y)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[90] bendPoints.add(new BendPoint(x, y, isControlPoint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/dataStructures/InternalRelationship.java:[93] public List getBendPoints() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[33] Map objectsToNodes; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[34] List relationships; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[37] objectsToNodes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[38] relationships = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[49] objectsToNodes.put(((SimpleNode) node).getRealObject(), node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[60] objectsToNodes.put(object, simpleNode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[87] relationships.add(simpleRelationship); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[110] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[121] relationships.add(relationship); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[130] public List getEntities() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[131] return new ArrayList(objectsToNodes.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[131] return new ArrayList(objectsToNodes.values()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[139] public List getRelationships() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleGraph.java:[151] for (Iterator iter = relationships.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[49] private Map attributes; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[59] private TreeSet listOfRels = null; ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[70] class UniqueCompare implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[87] this.attributes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[89] listOfRels = new TreeSet(new UniqueCompare()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[89] listOfRels = new TreeSet(new UniqueCompare()); ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[105] listOfRels.add(rel); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[110] return (SimpleRelationship[]) this.listOfRels.toArray(new SimpleRelationship[size]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[113] public List getRelatedEntities() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[115] SimpleRelationship[] a_listOfRels = (SimpleRelationship[]) this.listOfRels .toArray(new SimpleRelationship[size]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[117] LinkedList listOfRelatedEntities = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[117] LinkedList listOfRelatedEntities = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[120] throw new RuntimeException("Problem, we have a relationship and we are not the source or the dest"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[123] listOfRelatedEntities.add(rel.sourceEntity); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[126] listOfRelatedEntities.add(rel.destinationEntity); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleNode.java:[204] attributes.put(attribute, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[52] private Map attributes; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[103] * @param exchangeable Determines if the sourceEntity and ^^^^^^^^^^^^ Javadoc: Parameter exchangeable is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[116] this.attributes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[166] attributes.put(attribute, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[179] String arrow = (isBidirectionalInLayout() ? " <-> " : " -> "); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[179] String arrow = (isBidirectionalInLayout() ? " <-> " : " -> "); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[180] return "(" + sourceEntity + arrow + destinationEntity + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleStructures/SimpleRelationship.java:[180] return "(" + sourceEntity + arrow + destinationEntity + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[123] private List entities; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[124] private List relationships; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[251] public void setAsynchronously() { ^^^^^^^^^^^^^^^^^^^ The method setAsynchronously() from the type SimpleSWTExample can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[260] public void setContinuous() { ^^^^^^^^^^^^^^^ The method setContinuous() from the type SimpleSWTExample can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[393] entities.toArray(layoutEntities); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[395] relationships.toArray(layoutRelationships); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[429] for (Iterator iter = entities.iterator(); iter.hasNext() && selectedEntity == null;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[460] for (Iterator iter = entities.iterator(); iter.hasNext() && selectedEntity == null;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[488] List relatedNodes = selectedEntity.getRelatedEntities(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[534] entities = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[535] relationships = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[539] entities.add(root); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[541] entities.add(root2); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[545] entities.add(currentParent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[551] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[555] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[571] entities.add(childNode); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[575] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSWTExample.java:[618] private SimpleNode createSimpleNode(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSimpleNode(String) from the type SimpleSWTExample can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[96] private final List algorithms = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[96] private final List algorithms = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[97] private final List algorithmNames = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[97] private final List algorithmNames = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[115] public static final String DEFAULT_NODE_SHAPE = "oval"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[121] private List entities; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[122] private List relationships; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[142] algorithms.add(algorithm); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[143] algorithmNames.add(name); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[148] mainFrame = new JFrame("Simple Swing Layout Example"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[152] lblProgress = new JLabel("Progress: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[165] btnContinuous = new JToggleButton("continuous", false); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[166] btnAsynchronous = new JToggleButton("asynchronous", false); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[171] btnStop = new JButton("Stop"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[175] JButton btnCreateGraph = new JButton("New graph"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[181] JButton btnCreateTree = new JButton("New tree"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[211] return ((Comparable) o1).compareTo(o2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[211] return ((Comparable) o1).compareTo(o2); ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[216] addAlgorithm(SPRING, "Spring", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[217] addAlgorithm(TREE_VERT, "Tree-V", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[218] addAlgorithm(TREE_HORIZ, "Tree-H", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[219] addAlgorithm(RADIAL, "Radial", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[220] addAlgorithm(GRID, "Grid", false); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[221] addAlgorithm(HORIZ, "Horiz", false); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[222] addAlgorithm(VERT, "Vert", false); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[271] "Progress: " + e.getStepsCompleted() + " of " + e.getTotalNumberOfSteps() + " completed ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[271] "Progress: " + e.getStepsCompleted() + " of " + e.getTotalNumberOfSteps() + " completed ..."); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[271] "Progress: " + e.getStepsCompleted() + " of " + e.getTotalNumberOfSteps() + " completed ..."); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[280] lblProgress.setText("Layout started ..."); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[286] lblProgress.setText("Layout completed ..."); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[299] entities.toArray(layoutEntities); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[301] relationships.toArray(layoutRelationships); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[335] for (Iterator iter = entities.iterator(); iter.hasNext() && selectedEntity == null;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[384] entities = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[385] relationships = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[406] entities.add(currentParent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[429] entities.add(newNode); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[433] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[436] relationships.add(rel); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[455] String id = "" + idCount; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[477] private SimpleNode createSimpleNode(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSimpleNode(String) from the type SimpleSwingExample can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[540] if (currentNodeShape.equals("rectangle")) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[556] if (currentNodeShape.equals("rectangle")) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[669] * @return the last bendpoint entity or null if there are no bendpoints ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/src/org/eclipse/zest/layouts/exampleUses/SimpleSwingExample.java:[672] final String DUMMY_TITLE = "dummy"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 188 problems (188 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.zest.layouts --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.layouts --- [INFO] 31 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.layouts --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/target/org.eclipse.zest.layouts-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.zest.layouts --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/target/org.eclipse.zest.layouts-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.layouts --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.layouts --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.layouts --- [INFO] [INFO] -------------< org.eclipse.gef_root:org.eclipse.zest.core >------------- [INFO] Building [bundle] GEF Classic Zest Core 1.12.0-SNAPSHOT [5/27] [INFO] from org.eclipse.zest.core/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.zest.core --- [INFO] The project's OSGi version is 1.12.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.zest.core --- [INFO] Resolving class path of [bundle] GEF Classic Zest Core [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.core --- [INFO] Executing tasks main: [echo] Creating backup of about.mappings. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core [echo] Replacing @build@ token within about.mappings with build id. [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.zest.core --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/AbstractZoomableViewer.java:[40] getZoomManager().setZoomAsText("100%"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/GraphViewer.java:[172] "Invalid content provider, only IGraphContentProvider, IGraphEntityContentProvider, or IGraphEntityRelationshipContentProvider are supported."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/GraphViewer.java:[204] GraphItem[] listOfItems = findItems(l); ^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/AbstractStructuredGraphViewer.java:[111] String s = o.getClass().getName() + "@" + Integer.toHexString(o.hashCode()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/GraphItemStyler.java:[63] node.setText((text != null) ? text : ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/GraphItemStyler.java:[79] conn.setText((text != null) ? text : ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/GraphModelEntityRelationshipFactory.java:[37] throw new IllegalArgumentException("Expected IGraphEntityRelationshipContentProvider"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java:[26] public static String FitAllAction_Label = "Page"; // GEFMessages.FitAllAction_Label; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java:[30] public static String FitWidthAction_Label = "Width"; // GEFMessages.FitWidthAction_Label; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/viewers/internal/SharedMessages.java:[34] public static String FitHeightAction_Label = "Height"; // GEFMessages.FitHeightAction_Label; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[266] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[275] * @param connection style the connection style to set ^^^^^^^^^^ Javadoc: Parameter connection is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[276] * @see org.eclipse.mylar.zest.core.widgets.ZestStyles ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.mylar cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[286] * @see org.eclipse.mylar.zest.core.widgets.ZestStyles ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.mylar cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[296] * @see org.eclipse.mylar.zest.core.widgets.ZestStyles ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.mylar cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[306] * @see org.eclipse.mylar.zest.core.widgets.ZestStyles ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.mylar cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[324] * @param l ^ Javadoc: Parameter l is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[357] return "GraphModel {" + nodes.size() + " nodes, " + connections.size() + " connections}"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[357] return "GraphModel {" + nodes.size() + " nodes, " + connections.size() + " connections}"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[357] return "GraphModel {" + nodes.size() + " nodes, " + connections.size() + " connections}"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[650] labelBuilder.insert(0, "/"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[678] for (GraphConnection connection : (List) node.getTargetConnections()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[683] for (GraphConnection connection : (List) node.getSourceConnections()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[692] Graph.class.getResourceAsStream("../../../../../icons/back_arrow.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[917] private void setNodeSelected(GraphItem item, boolean selected) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setNodeSelected(GraphItem, boolean) from the type Graph can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/Graph.java:[1138] throw new RuntimeException("Unknown item type: " + item.getItemType()); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[213] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[235] String arrow = (isBidirectionalInLayout() ? " <--> " : " --> "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[235] String arrow = (isBidirectionalInLayout() ? " <--> " : " --> "); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[236] String src = (sourceNode != null ? sourceNode.getText() : "null"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[237] String dest = (destinationNode != null ? destinationNode.getText() : "null"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[238] String weight = " (weight=" + getWeightInLayout() + ")"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[238] String weight = " (weight=" + getWeightInLayout() + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[239] return ("GraphModelConnection: " + src + arrow + dest + weight); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[247] * @see #ZestStyles ^^^^^^^^^^ Javadoc: ZestStyles cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[257] * @return the style of this connection. ^^^^^^ Javadoc: Unexpected tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[258] * @see #ZestStyles ^^^^^^^^^^ Javadoc: ZestStyles cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[272] * @see org.eclipse.mylar.zest.layouts.LayoutRelationship#getWeightInLayout() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.mylar cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[282] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphConnection.java:[345] * @see changeLineColor(Color color) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing #: "changeLineColor(Color color)" [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[84] this(graph, style, ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[103] public void setCustomFigure(IFigure nodeFigure) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCustomFigure(IFigure) from the type GraphContainer can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[158] private static void addNodeToOrderedList(List orderedNodeList, GraphNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[159] Iterator orderedNodeIterator = orderedNodeList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[172] orderedNodeList.add(counter, node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[182] private static List getOrderedNodesBelowY(List nodes, int yValue, GraphNode yValueNode) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[182] private static List getOrderedNodesBelowY(List nodes, int yValue, GraphNode yValueNode) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[183] Iterator iterator = nodes.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[184] LinkedList orderedNode = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[184] LinkedList orderedNode = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[196] List arrayList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[196] List arrayList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[199] arrayList.add(iterator.next()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[247] List orderedNodesBelowY = getOrderedNodesBelowY(parent.getNodes(), containerBounds.y, graphContainer); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[250] List nodesToConsider = new LinkedList(orderedNodesBelowY); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[250] List nodesToConsider = new LinkedList(orderedNodesBelowY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor LinkedList(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[250] List nodesToConsider = new LinkedList(orderedNodesBelowY); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[338] List nodesBelowHere = getOrderedNodesBelowY(parent.getNodes(), containerBounds.y, graphContainer); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[339] Iterator nodesBelowHereIterator = nodesBelowHere.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[340] List nodesToMove = new LinkedList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[340] List nodesToMove = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[346] nodesToMove.add(node); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[351] List intersectingNodes = intersectingNodes(containerBounds, nodesToMove, graphContainer); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[404] private List intersectingNodes(Rectangle bounds, List nodesToCheck, GraphNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[404] private List intersectingNodes(Rectangle bounds, List nodesToCheck, GraphNode node) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method intersectingNodes(Rectangle, List, GraphNode) from the type GraphContainer can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[404] private List intersectingNodes(Rectangle bounds, List nodesToCheck, GraphNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[405] List result = new LinkedList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[405] List result = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[406] Iterator nodes = nodesToCheck.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[413] result.add(nodeToCheck); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[427] private int getMaxMovement(Rectangle bounds, List nodesToMove) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMaxMovement(Rectangle, List) from the type GraphContainer can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[427] private int getMaxMovement(Rectangle bounds, List nodesToMove) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[428] Iterator iterator = nodesToMove.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[445] private void shiftNodesDown(List nodesToShift, int amount) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method shiftNodesDown(List, int) from the type GraphContainer can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[445] private void shiftNodesDown(List nodesToShift, int amount) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[446] Iterator iterator = nodesToShift.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[596] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphContainer.java:[738] scalledLayer = new AspectRatioFreeformLayer("debug label"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphItem.java:[68] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphItem.java:[124] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[104] this(graphModel, style, "" /* text */, null /* image */, data); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[187] return "GraphModelNode: " + getText(); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[239] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[541] * @param highlightAdjacentNodes The highlightAdjacentNodes to set. ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Parameter highlightAdjacentNodes is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[582] string = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/GraphNode.java:[860] label.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/HideNodeHelper.java:[36] private Button hideButton = new Button("-"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/HideNodeHelper.java:[37] private Button revealButton = new Button("+"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/HideNodeHelper.java:[39] private GraphLabel hiddenNodesLabel = new GraphLabel("0", false); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/IContainer.java:[55] public List getNodes(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/ZestStyles.java:[121] * @param style the style to check. ^^^^^ Javadoc: Parameter style is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/AspectRatioFreeformLayer.java:[73] throw new RuntimeException("Operation not supported"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/AspectRatioFreeformLayer.java:[138] throw new RuntimeException("PointList not supported in AspectRatioScale"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/AspectRatioFreeformLayer.java:[140] throw new RuntimeException(t.toString() + " not supported in AspectRatioScale"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/AspectRatioFreeformLayer.java:[171] throw new RuntimeException("PointList not supported in AspectRatioScale"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/AspectRatioFreeformLayer.java:[173] throw new RuntimeException(t.toString() + " not supported in AspectRatioScale"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/CachedLabel.java:[154] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ExpandGraphLabel.java:[110] this(container, "", null, cacheLabel); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ExpandGraphLabel.java:[114] this(container, "", i, cacheLabel); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/GraphLabel.java:[51] this("", cacheLabel); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/GraphLabel.java:[62] this("", null, cacheLabel); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/GraphLabel.java:[73] this("", i, cacheLabel); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/GraphLabel.java:[240] if (!s.equals("")) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/GraphLabel.java:[244] super.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[44] dialog.setText("Find"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[50] label.setText("Find:"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[74] optionsLabel.setText("Options:"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[81] wholeWordLabel.setText("Whole Word"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[87] caseSensitiveLabel.setText("Case sensitive"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[96] nextButton.setText("Next"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[101] prevButton.setText("Previous"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/NodeSearchDialog.java:[112] closeButton.setText("Close"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/PolylineArcConnection.java:[244] protected int findQuadrant(float x, float y) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findQuadrant(float, float) from the type PolylineArcConnection can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[111] * @param zoom the zoom factor ^^^^ Javadoc: Parameter zoom is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[129] * @param zoom the zoom factor ^^^^ Javadoc: Parameter zoom is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[156] private final Map fontCache = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[156] private final Map fontCache = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[157] private final Map fontDataCache = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[157] private final Map fontDataCache = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[165] private final List stack = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[165] private final List stack = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[190] Font createFont(FontData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method XYScaledGraphics.createFont(FontData) does not override the inherited method from ScaledGraphics since it is private to a different package [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[190] Font createFont(FontData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFont(FontData) from the type XYScaledGraphics can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[203] Iterator iter = fontCache.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[453] fontCache.put(key, zoomedFont); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[457] FontData getCachedFontData(Font f) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method XYScaledGraphics.getCachedFontData(Font) does not override the inherited method from ScaledGraphics since it is private to a different package [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[463] fontDataCache.put(f, data); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[586] stack.add(new State(xZoom, yZoom, fractionalX, fractionalY, getLocalFont(), localLineWidth)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[617] throw new RuntimeException("Operation not supported, use scale(x, y)"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[732] void setScale(double value) { ^^^^^^^^^^^^^^^^^^^^^^ The method XYScaledGraphics.setScale(double) does not override the inherited method from ScaledGraphics since it is private to a different package [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[732] void setScale(double value) { ^^^^^^^^^^^^^^^^^^^^^^ The method setScale(double) from the type XYScaledGraphics can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[733] throw new RuntimeException("Operation not supported, use setScale(x,y)"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[784] Font zoomFont(Font f) { ^^^^^^^^^^^^^^^^ The method XYScaledGraphics.zoomFont(Font) does not override the inherited method from ScaledGraphics since it is private to a different package [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[795] int zoomFontHeight(int height) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method XYScaledGraphics.zoomFontHeight(int) does not override the inherited method from ScaledGraphics since it is private to a different package [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/XYScaledGraphics.java:[803] int zoomLineWidth(int w) { ^^^^^^^^^^^^^^^^^^^^ The method zoomLineWidth(int) from the type XYScaledGraphics can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java:[54] throw new RuntimeException("Node not contained on the ZestRootLayer"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java:[90] ((List) this.getChildren()).add(highlightNodePosition, nodeFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java:[100] ((List) this.getChildren()).add(highlightConnectionPosition, connectionFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java:[116] ((List) this.getChildren()).add(nodePosition, nodeFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/src/org/eclipse/zest/core/widgets/internal/ZestRootLayer.java:[131] List children = (List) this.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List 140 problems (140 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.zest.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.zest.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.core --- [INFO] 110 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.core --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/target/org.eclipse.zest.core-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.zest.core --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/target/org.eclipse.zest.core-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.core --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.core --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.core --- [INFO] Executing tasks main: [echo] Replacing back modified about.mappings with backup. [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core [delete] Deleting: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/about.mappings.backup [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.core --- [INFO] [INFO] ---------< org.eclipse.zest.plugins:org.eclipse.zest.doc.isv >---------- [INFO] Building [bundle] GEF Classic Zest Developer Documentation 1.8.700-SNAPSHOT [6/27] [INFO] from org.eclipse.zest.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.zest.doc.isv --- [INFO] The project's OSGi version is 1.8.700.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.zest.doc.isv --- [INFO] Resolving class path of [bundle] GEF Classic Zest Developer Documentation [INFO] [INFO] --- antrun:1.6:run (replace-tokens) @ org.eclipse.zest.doc.isv --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/target [echo] Creating backup of javadocOptions.txt [INFO] Executed tasks [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-api-context-libs) @ org.eclipse.zest.doc.isv --- [INFO] Copying org.eclipse.draw2d-3.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.draw2d.jar [INFO] Copying icu4j-75.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/icu4j.jar [INFO] Copying com.sun.jna-5.14.0.v20231211-1200.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/com.sun.jna.jar [INFO] Copying jna-platform-5.14.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jna-platform.jar [INFO] Copying jna-5.14.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jna.jar [INFO] Copying jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jakarta.annotation-api.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jakarta.inject-api.jar [INFO] Copying org.apache.batik.constants-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.constants.jar [INFO] Copying batik-constants-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-constants.jar [INFO] Copying batik-shared-resources-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-shared-resources.jar [INFO] Copying org.apache.batik.css-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.css.jar [INFO] Copying org.eclipse.orbit.xml-apis-ext-1.0.0.v20230923-0644.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.orbit.xml-apis-ext.jar [INFO] Copying org.apache.xmlgraphics-2.9.0.v20230916-1600.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.xmlgraphics.jar [INFO] Copying org.apache.batik.i18n-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.i18n.jar [INFO] Copying org.apache.batik.util-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.util.jar [INFO] Copying batik-css-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-css.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/xml-apis-ext.jar [INFO] Copying batik-i18n-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-i18n.jar [INFO] Copying batik-util-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-util.jar [INFO] Copying commons-io-2.16.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/commons-io.jar [INFO] Copying org.apache.commons.jxpath-1.3.0.v200911051830.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.commons.jxpath.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.commons.logging.jar [INFO] Copying org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.felix.scr.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/animal-sniffer-annotations.jar [INFO] Copying org.eclipse.osgi-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.osgi.jar [INFO] Copying org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.component.jar [INFO] Copying osgi.annotation-8.1.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/osgi.annotation.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.namespace.extender.jar [INFO] Copying org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.util.promise.jar [INFO] Copying xmlgraphics-commons-2.9.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/xmlgraphics-commons.jar [INFO] Copying commons-logging-1.0.4.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/commons-logging.jar [INFO] Copying org.eclipse.core.commands-3.12.100.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.commands.jar [INFO] Copying org.eclipse.equinox.common-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.common.jar [INFO] Copying org.eclipse.core.commands.source-3.12.100.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.commands.source.jar [INFO] Copying org.eclipse.core.contenttype-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar [INFO] Copying org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar [INFO] Copying org.eclipse.equinox.registry-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar [INFO] Copying org.eclipse.core.contenttype.source-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar [INFO] Copying org.eclipse.core.databinding-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.jar [INFO] Copying org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.jar [INFO] Copying org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.property.jar [INFO] Copying org.eclipse.core.databinding.source-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.source.jar [INFO] Copying org.eclipse.core.databinding.observable.source-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.source.jar [INFO] Copying org.eclipse.core.databinding.property.source-1.10.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.property.source.jar [INFO] Copying org.eclipse.core.expressions-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.expressions.jar [INFO] Copying org.eclipse.core.runtime-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.runtime.jar [INFO] Copying org.eclipse.core.expressions.source-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar [INFO] Copying org.eclipse.core.jobs-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.jobs.jar [INFO] Copying org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar [INFO] Copying org.eclipse.equinox.app-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.app.jar [INFO] Copying org.eclipse.core.runtime.source-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar [INFO] Copying org.eclipse.swt-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.jar [INFO] Copying org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.commands.jar [INFO] Copying org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.jar [INFO] Copying org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.jar [INFO] Copying org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.services.jar [INFO] Copying org.eclipse.e4.core.commands.source-1.1.400.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.commands.source.jar [INFO] Copying org.osgi.service.event-1.4.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.event.jar [INFO] Copying org.osgi.namespace.implementation-1.0.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.namespace.implementation.jar [INFO] Copying org.eclipse.e4.core.contexts.source-1.12.600.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.source.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.jar [INFO] Copying org.eclipse.e4.core.di.source-1.9.400.v20240414-1643.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.source.jar [INFO] Copying org.eclipse.e4.core.di.annotations.source-1.8.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.source.jar [INFO] Copying org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.jar [INFO] Copying org.eclipse.e4.core.di.extensions.source-0.18.300.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.source.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier-0.17.500.v20240419-1233.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.prefs.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier.source-0.17.500.v20240419-1233.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.source.jar [INFO] Copying org.eclipse.e4.core.services.source-2.4.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.services.source.jar [INFO] Copying org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.jar [INFO] Copying org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.jar [INFO] Copying org.eclipse.e4.emf.xpath.source-0.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.source.jar [INFO] Copying org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.jar [INFO] Copying org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.services.jar [INFO] Copying org.eclipse.jface-3.34.0.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.jar [INFO] Copying org.eclipse.e4.ui.bindings.source-0.14.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.source.jar [INFO] Copying org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.jar [INFO] Copying org.eclipse.e4.ui.css.core.source-0.14.400.v20240427-1520.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.source.jar [INFO] Copying org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.jar [INFO] Copying org.eclipse.e4.ui.css.swt.source-0.15.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.source.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme.source-0.14.400.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.source.jar [INFO] Copying org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.di.jar [INFO] Copying org.eclipse.e4.ui.di.source-1.5.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.di.source.jar [INFO] Copying org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.jar [INFO] Copying org.eclipse.e4.ui.dialogs.source-1.5.0.v20240424-0957.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.source.jar [INFO] Copying org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.jar [INFO] Copying org.eclipse.e4.ui.model.workbench.source-2.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.source.jar [INFO] Copying org.eclipse.equinox.event-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.event.jar [INFO] Copying org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.widgets.jar [INFO] Copying org.eclipse.e4.ui.workbench-1.15.400.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.jar [INFO] Copying org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.jar [INFO] Copying org.eclipse.e4.ui.workbench.source-1.15.400.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.source.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt.source-1.5.400.v20240416-0658.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.source.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt.source-0.16.400.v20240418-1547.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.source.jar [INFO] Copying org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.databinding.jar [INFO] Copying org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.jar [INFO] Copying org.eclipse.urischeme-1.3.300.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.urischeme.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt.source-0.17.400.v20240425-0840.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.source.jar [INFO] Copying org.eclipse.e4.ui.workbench3.source-0.17.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.source.jar [INFO] Copying org.eclipse.emf.common-2.30.0.v20240314-0928.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.common.jar [INFO] Copying org.eclipse.emf.common.source-2.30.0.v20240314-0928.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.common.source.jar [INFO] Copying org.eclipse.emf.ecore.source-2.36.0.v20240203-0859.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.source.jar [INFO] Copying org.eclipse.emf.ecore.change.source-2.16.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.source.jar [INFO] Copying org.eclipse.emf.ecore.xmi.source-2.37.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.source.jar [INFO] Copying org.eclipse.equinox.app.source-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar [INFO] Copying org.eclipse.equinox.common.source-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar [INFO] Copying org.eclipse.equinox.event.source-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.event.source.jar [INFO] Copying org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar [INFO] Copying org.eclipse.equinox.registry.source-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar [INFO] Copying org.eclipse.help-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.help.jar [INFO] Copying org.eclipse.help.source-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.help.source.jar [INFO] Copying org.eclipse.jface.source-3.34.0.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.source.jar [INFO] Copying org.eclipse.jface.databinding.source-1.15.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.databinding.source.jar [INFO] Copying org.eclipse.osgi.source-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.osgi.source.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar [INFO] Copying org.eclipse.ui.workbench-3.132.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.ui.workbench.jar [INFO] Copying org.eclipse.ui.workbench.source-3.132.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.ui.workbench.source.jar [INFO] Copying org.eclipse.urischeme.source-1.3.300.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.urischeme.source.jar [INFO] Copying org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.util.function.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-linkoffline-target) @ org.eclipse.zest.doc.isv --- [INFO] Copying org.eclipse.platform.doc.isv-4.32.0.v20240515-0938.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar [INFO] [INFO] --- antrun:1.6:run (generate-sources) @ org.eclipse.zest.doc.isv --- [INFO] Executing tasks main: all: generateJavadoc: [echo] Cleaning reference/api... [mkdir] Created dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/reference/api [echo] Done. [echo] Determining path to javadoc executable, using home dir /opt/tools/java/openjdk/jdk-17/17.0.2+8... [echo] Done: /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/javadoc [echo] Determining args list delimiter... [echo] Done: : [echo] Determining context libs for javadoc generation ... [echo] Done: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/animal-sniffer-annotations.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-constants.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-css.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-i18n.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-shared-resources.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/batik-util.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/com.sun.jna.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/commons-io.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/commons-logging.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/icu4j.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jakarta.inject-api.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jna-platform.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/jna.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.constants.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.css.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.i18n.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.batik.util.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.commons.jxpath.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.commons.logging.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.felix.scr.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.apache.xmlgraphics.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.commands.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.commands.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.property.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.property.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.databinding.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.expressions.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.jobs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.runtime.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.draw2d.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.commands.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.commands.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.di.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.services.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.core.services.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.di.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.di.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.services.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.widgets.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.common.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.common.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.app.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.common.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.event.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.event.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.help.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.help.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.databinding.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.databinding.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.jface.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.orbit.xml-apis-ext.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.osgi.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.osgi.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.ui.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.ui.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.urischeme.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.eclipse.urischeme.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.namespace.extender.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.namespace.implementation.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.component.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.event.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.service.prefs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.util.function.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/org.osgi.util.promise.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/osgi.annotation.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/xml-apis-ext.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/api-context-libs/xmlgraphics-commons.jar [echo] Preparing offline link target [unzip] Expanding: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar into /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv [echo] Done: linkoffline-target contains unzipped offline link target. [echo] Preparing temporary options file javadocOptions.txt [echo] Done. [echo] Generating javadoc... [exec] Result: 2 [echo] Done. [INFO] Executed tasks [INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-html) @ org.eclipse.zest.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/guide-src/overview.adoc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.zest.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.doc.isv --- [INFO] 109 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.zest.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv/target/org.eclipse.zest.doc.isv-1.8.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] --- antrun:1.6:run (replace-back-tokens) @ org.eclipse.zest.doc.isv --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.doc.isv --- [INFO] [INFO] -------< org.eclipse.draw2d.plugins:org.eclipse.draw2d.doc.isv >-------- [INFO] Building [bundle] GEF Classic Draw2d Developer Documentation 3.13.100-SNAPSHOT [7/27] [INFO] from org.eclipse.draw2d.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.draw2d.doc.isv --- [INFO] The project's OSGi version is 3.13.100.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.draw2d.doc.isv --- [INFO] Resolving class path of [bundle] GEF Classic Draw2d Developer Documentation [INFO] [INFO] --- antrun:1.6:run (replace-tokens) @ org.eclipse.draw2d.doc.isv --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/target [echo] Creating backup of javadocOptions.txt [INFO] Executed tasks [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-api-context-libs) @ org.eclipse.draw2d.doc.isv --- [INFO] Copying org.eclipse.core.contenttype-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar [INFO] Copying org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar [INFO] Copying org.eclipse.equinox.registry-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar [INFO] Copying org.eclipse.equinox.common-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.common.jar [INFO] Copying org.eclipse.osgi-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.osgi.jar [INFO] Copying org.eclipse.core.contenttype.source-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar [INFO] Copying org.eclipse.core.expressions-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.expressions.jar [INFO] Copying org.eclipse.core.runtime-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.runtime.jar [INFO] Copying org.eclipse.core.expressions.source-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar [INFO] Copying org.eclipse.core.jobs-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.jobs.jar [INFO] Copying org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar [INFO] Copying org.eclipse.equinox.app-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.app.jar [INFO] Copying org.eclipse.core.runtime.source-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar [INFO] Copying org.eclipse.swt-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.jar [INFO] Copying org.eclipse.equinox.app.source-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar [INFO] Copying org.eclipse.equinox.common.source-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.osgi.service.prefs.jar [INFO] Copying osgi.annotation-8.0.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/osgi.annotation.jar [INFO] Copying org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar [INFO] Copying org.eclipse.equinox.registry.source-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar [INFO] Copying org.eclipse.help-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.help.jar [INFO] Copying org.eclipse.help.source-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.help.source.jar [INFO] Copying org.eclipse.osgi.source-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.osgi.source.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-linkoffline-target) @ org.eclipse.draw2d.doc.isv --- [INFO] Copying org.eclipse.platform.doc.isv-4.32.0.v20240515-0938.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar [INFO] [INFO] --- antrun:1.6:run (generate-sources) @ org.eclipse.draw2d.doc.isv --- [INFO] Executing tasks main: all: generateJavadoc: [echo] Cleaning reference/api... [mkdir] Created dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/reference/api [echo] Done. [echo] Determining path to javadoc executable, using home dir /opt/tools/java/openjdk/jdk-17/17.0.2+8... [echo] Done: /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/javadoc [echo] Determining args list delimiter... [echo] Done: : [echo] Determining context libs for javadoc generation ... [echo] Done: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.expressions.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.jobs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.runtime.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.app.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.common.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.help.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.help.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.osgi.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.osgi.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/org.osgi.service.prefs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/api-context-libs/osgi.annotation.jar [echo] Preparing offline link target [unzip] Expanding: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar into /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv [echo] Done: linkoffline-target contains unzipped offline link target. [echo] Preparing temporary options file javadocOptions.txt [echo] Done. [echo] Generating javadoc... [exec] Result: 1 [echo] Done. [INFO] Executed tasks [INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-html) @ org.eclipse.draw2d.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/connections.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/coordinates.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/extensions.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/guide.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/hittest.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/layout.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/migration-guide.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/overview.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/guide-src/painting.adoc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.draw2d.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.doc.isv --- [INFO] 32 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.draw2d.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv/target/org.eclipse.draw2d.doc.isv-3.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] --- antrun:1.6:run (replace-back-tokens) @ org.eclipse.draw2d.doc.isv --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.doc.isv --- [INFO] [INFO] ----------< org.eclipse.gef.plugins:org.eclipse.gef.doc.isv >----------- [INFO] Building [bundle] GEF Classic GEF Developer Documentation 3.13.500-SNAPSHOT [8/27] [INFO] from org.eclipse.gef.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.doc.isv --- [INFO] The project's OSGi version is 3.13.500.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.doc.isv --- [INFO] Resolving class path of [bundle] GEF Classic GEF Developer Documentation [INFO] [INFO] --- antrun:1.6:run (replace-tokens) @ org.eclipse.gef.doc.isv --- [INFO] Executing tasks main: [copy] Copying 1 file to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/target [echo] Creating backup of javadocOptions.txt [INFO] Executed tasks [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-api-context-libs) @ org.eclipse.gef.doc.isv --- [INFO] Copying org.eclipse.draw2d-3.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.draw2d.jar [INFO] Copying icu4j-75.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/icu4j.jar [INFO] Copying com.sun.jna-5.14.0.v20231211-1200.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/com.sun.jna.jar [INFO] Copying jna-platform-5.14.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jna-platform.jar [INFO] Copying jna-5.14.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jna.jar [INFO] Copying jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jakarta.annotation-api.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jakarta.inject-api.jar [INFO] Copying org.apache.batik.constants-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.constants.jar [INFO] Copying batik-constants-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-constants.jar [INFO] Copying batik-shared-resources-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-shared-resources.jar [INFO] Copying org.apache.batik.css-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.css.jar [INFO] Copying org.eclipse.orbit.xml-apis-ext-1.0.0.v20230923-0644.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.orbit.xml-apis-ext.jar [INFO] Copying org.apache.xmlgraphics-2.9.0.v20230916-1600.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.xmlgraphics.jar [INFO] Copying org.apache.batik.i18n-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.i18n.jar [INFO] Copying org.apache.batik.util-1.17.0.v20231215-1130.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.util.jar [INFO] Copying batik-css-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-css.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/xml-apis-ext.jar [INFO] Copying batik-i18n-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-i18n.jar [INFO] Copying batik-util-1.17.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-util.jar [INFO] Copying commons-io-2.16.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/commons-io.jar [INFO] Copying org.apache.commons.jxpath-1.3.0.v200911051830.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.commons.jxpath.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.commons.logging.jar [INFO] Copying org.apache.felix.scr-2.2.10.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.felix.scr.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/animal-sniffer-annotations.jar [INFO] Copying org.eclipse.osgi-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.osgi.jar [INFO] Copying org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.component.jar [INFO] Copying osgi.annotation-8.1.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/osgi.annotation.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.namespace.extender.jar [INFO] Copying org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.util.promise.jar [INFO] Copying xmlgraphics-commons-2.9.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/xmlgraphics-commons.jar [INFO] Copying commons-logging-1.0.4.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/commons-logging.jar [INFO] Copying org.eclipse.core.commands-3.12.100.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.commands.jar [INFO] Copying org.eclipse.equinox.common-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.common.jar [INFO] Copying org.eclipse.core.commands.source-3.12.100.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.commands.source.jar [INFO] Copying org.eclipse.core.contenttype-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar [INFO] Copying org.eclipse.equinox.preferences-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar [INFO] Copying org.eclipse.equinox.registry-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar [INFO] Copying org.eclipse.core.contenttype.source-3.9.400.v20240507-1301.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar [INFO] Copying org.eclipse.core.databinding-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.jar [INFO] Copying org.eclipse.core.databinding.observable-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.jar [INFO] Copying org.eclipse.core.databinding.property-1.10.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.property.jar [INFO] Copying org.eclipse.core.databinding.source-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.source.jar [INFO] Copying org.eclipse.core.databinding.observable.source-1.13.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.source.jar [INFO] Copying org.eclipse.core.databinding.property.source-1.10.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.property.source.jar [INFO] Copying org.eclipse.core.expressions-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.expressions.jar [INFO] Copying org.eclipse.core.runtime-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.runtime.jar [INFO] Copying org.eclipse.core.expressions.source-3.9.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar [INFO] Copying org.eclipse.core.jobs-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.jobs.jar [INFO] Copying org.eclipse.core.jobs.source-3.15.300.v20240418-0734.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar [INFO] Copying org.eclipse.equinox.app-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.app.jar [INFO] Copying org.eclipse.core.runtime.source-3.31.100.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar [INFO] Copying org.eclipse.swt-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.jar [INFO] Copying org.eclipse.e4.core.commands-1.1.400.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.commands.jar [INFO] Copying org.eclipse.e4.core.di-1.9.400.v20240414-1643.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.jar [INFO] Copying org.eclipse.e4.core.contexts-1.12.600.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.jar [INFO] Copying org.eclipse.e4.core.services-2.4.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.services.jar [INFO] Copying org.eclipse.e4.core.commands.source-1.1.400.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.commands.source.jar [INFO] Copying org.osgi.service.event-1.4.1.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.event.jar [INFO] Copying org.osgi.namespace.implementation-1.0.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.namespace.implementation.jar [INFO] Copying org.eclipse.e4.core.contexts.source-1.12.600.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.source.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.8.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.jar [INFO] Copying org.eclipse.e4.core.di.source-1.9.400.v20240414-1643.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.source.jar [INFO] Copying org.eclipse.e4.core.di.annotations.source-1.8.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.source.jar [INFO] Copying org.eclipse.e4.core.di.extensions-0.18.300.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.jar [INFO] Copying org.eclipse.e4.core.di.extensions.source-0.18.300.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.source.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier-0.17.500.v20240419-1233.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.prefs.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier.source-0.17.500.v20240419-1233.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.source.jar [INFO] Copying org.eclipse.e4.core.services.source-2.4.400.v20240413-1529.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.services.source.jar [INFO] Copying org.eclipse.e4.emf.xpath-0.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.jar [INFO] Copying org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.jar [INFO] Copying org.eclipse.e4.emf.xpath.source-0.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.source.jar [INFO] Copying org.eclipse.e4.ui.bindings-0.14.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.jar [INFO] Copying org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.services.jar [INFO] Copying org.eclipse.jface-3.34.0.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.jar [INFO] Copying org.eclipse.e4.ui.bindings.source-0.14.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.source.jar [INFO] Copying org.eclipse.e4.ui.css.core-0.14.400.v20240427-1520.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.jar [INFO] Copying org.eclipse.e4.ui.css.core.source-0.14.400.v20240427-1520.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.source.jar [INFO] Copying org.eclipse.e4.ui.css.swt-0.15.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.jar [INFO] Copying org.eclipse.e4.ui.css.swt.source-0.15.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.source.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme-0.14.400.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme.source-0.14.400.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.source.jar [INFO] Copying org.eclipse.e4.ui.di-1.5.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.di.jar [INFO] Copying org.eclipse.e4.ui.di.source-1.5.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.di.source.jar [INFO] Copying org.eclipse.e4.ui.dialogs-1.5.0.v20240424-0957.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.jar [INFO] Copying org.eclipse.e4.ui.dialogs.source-1.5.0.v20240424-0957.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.source.jar [INFO] Copying org.eclipse.e4.ui.model.workbench-2.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.jar [INFO] Copying org.eclipse.e4.ui.model.workbench.source-2.4.300.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.source.jar [INFO] Copying org.eclipse.equinox.event-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.event.jar [INFO] Copying org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.widgets.jar [INFO] Copying org.eclipse.e4.ui.workbench-1.15.400.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.jar [INFO] Copying org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.jar [INFO] Copying org.eclipse.e4.ui.workbench.source-1.15.400.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.source.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt-1.5.400.v20240416-0658.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt-0.16.400.v20240418-1547.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt-0.17.400.v20240425-0840.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt.source-1.5.400.v20240416-0658.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.source.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt.source-0.16.400.v20240418-1547.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.source.jar [INFO] Copying org.eclipse.jface.databinding-1.15.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.databinding.jar [INFO] Copying org.eclipse.e4.ui.workbench3-0.17.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.jar [INFO] Copying org.eclipse.urischeme-1.3.300.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.urischeme.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt.source-0.17.400.v20240425-0840.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.source.jar [INFO] Copying org.eclipse.e4.ui.workbench3.source-0.17.400.v20240321-1245.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.source.jar [INFO] Copying org.eclipse.emf.common-2.30.0.v20240314-0928.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.common.jar [INFO] Copying org.eclipse.emf.common.source-2.30.0.v20240314-0928.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.common.source.jar [INFO] Copying org.eclipse.emf.ecore.source-2.36.0.v20240203-0859.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.source.jar [INFO] Copying org.eclipse.emf.ecore.change.source-2.16.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.source.jar [INFO] Copying org.eclipse.emf.ecore.xmi.source-2.37.0.v20231208-1346.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.source.jar [INFO] Copying org.eclipse.equinox.app.source-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar [INFO] Copying org.eclipse.equinox.common.source-3.19.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar [INFO] Copying org.eclipse.equinox.event.source-1.7.100.v20240321-1445.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.event.source.jar [INFO] Copying org.eclipse.equinox.preferences.source-3.11.100.v20240327-0645.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar [INFO] Copying org.eclipse.equinox.registry.source-3.12.100.v20240524-2011.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar [INFO] Copying org.eclipse.ui.views-3.12.300.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.views.jar [INFO] Copying org.eclipse.ui.workbench-3.132.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.workbench.jar [INFO] Copying org.eclipse.help-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.help.jar [INFO] Copying org.eclipse.help.source-3.10.400.v20240415-0528.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.help.source.jar [INFO] Copying org.eclipse.jface.source-3.34.0.v20240502-1134.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.source.jar [INFO] Copying org.eclipse.jface.databinding.source-1.15.300.v20240424-0444.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.databinding.source.jar [INFO] Copying org.eclipse.osgi.source-3.20.0.v20240509-1421.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.osgi.source.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar [INFO] Copying org.eclipse.ui-3.206.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.jar [INFO] Copying org.eclipse.ui.source-3.206.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.source.jar [INFO] Copying org.eclipse.ui.views.source-3.12.300.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.views.source.jar [INFO] Copying org.eclipse.ui.workbench.source-3.132.0.v20240524-2010.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.workbench.source.jar [INFO] Copying org.eclipse.urischeme.source-1.3.300.v20240424-0956.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.urischeme.source.jar [INFO] Copying org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.util.function.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64.source-3.126.0.v20240525-0702.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-linkoffline-target) @ org.eclipse.gef.doc.isv --- [INFO] Copying org.eclipse.platform.doc.isv-4.32.0.v20240515-0938.jar to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar [INFO] [INFO] --- antrun:1.6:run (generate-sources) @ org.eclipse.gef.doc.isv --- [INFO] Executing tasks main: all: generateJavadoc: [echo] Cleaning reference/api... [mkdir] Created dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/reference/api [echo] Done. [echo] Determining path to javadoc executable, using home dir /opt/tools/java/openjdk/jdk-17/17.0.2+8... [echo] Done: /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/javadoc [echo] Determining args list delimiter... [echo] Done: : [echo] Determining context libs for javadoc generation ... [echo] Done: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/animal-sniffer-annotations.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-constants.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-css.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-i18n.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-shared-resources.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/batik-util.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/com.sun.jna.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/commons-io.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/commons-logging.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/icu4j.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jakarta.inject-api.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jna-platform.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/jna.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.constants.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.css.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.i18n.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.batik.util.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.commons.jxpath.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.commons.logging.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.felix.scr.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.apache.xmlgraphics.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.commands.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.commands.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.contenttype.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.contenttype.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.observable.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.property.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.property.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.databinding.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.expressions.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.expressions.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.jobs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.jobs.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.runtime.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.core.runtime.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.draw2d.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.commands.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.commands.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.contexts.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.annotations.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.extensions.supplier.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.di.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.services.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.core.services.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.emf.xpath.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.bindings.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.core.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.css.swt.theme.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.di.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.di.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.dialogs.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.model.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.services.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.widgets.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.addons.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.renderers.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench.swt.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.e4.ui.workbench3.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.common.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.common.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.change.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.emf.ecore.xmi.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.app.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.app.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.common.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.common.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.event.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.event.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.preferences.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.preferences.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.registry.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.equinox.registry.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.help.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.help.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.databinding.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.databinding.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.jface.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.orbit.xml-apis-ext.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.osgi.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.osgi.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.cocoa.macosx.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.aarch64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.gtk.linux.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.swt.win32.win32.x86_64.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.views.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.views.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.workbench.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.ui.workbench.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.urischeme.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.eclipse.urischeme.source.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.namespace.extender.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.namespace.implementation.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.component.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.event.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.service.prefs.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.util.function.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/org.osgi.util.promise.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/osgi.annotation.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/xml-apis-ext.jar:/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/api-context-libs/xmlgraphics-commons.jar [echo] Preparing offline link target [unzip] Expanding: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv.jar into /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/linkoffline-target/org.eclipse.platform.doc.isv [echo] Done: linkoffline-target contains unzipped offline link target. [echo] Preparing temporary options file javadocOptions.txt [echo] Done. [echo] Generating javadoc... [exec] Result: 1 [echo] Done. [INFO] Executed tasks [INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-html) @ org.eclipse.gef.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/guide-src/guide.adoc [INFO] Converted /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/guide-src/index.adoc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.doc.isv --- [INFO] 113 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv/target/org.eclipse.gef.doc.isv-3.13.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --- antrun:1.6:run (replace-back-tokens) @ org.eclipse.gef.doc.isv --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.doc.isv --- [INFO] [INFO] --------< org.eclipse.draw2d.plugins:org.eclipse.draw2d.tests >--------- [INFO] Building org.eclipse.draw2d.tests 3.13.100-SNAPSHOT [9/27] [INFO] from org.eclipse.draw2d.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.draw2d.tests --- [INFO] The project's OSGi version is 3.13.100.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.draw2d.tests --- [INFO] Resolving class path of org.eclipse.draw2d.tests [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.draw2d.tests --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java:[26] InputStream is = TestImages.class.getResourceAsStream("icons/bits8.gif"); //$NON-NLS-1$ ^^ Resource 'is' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TestImages.java:[33] is = TestImages.class.getResourceAsStream("icons/bits24.jpg"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resource 'is' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java:[59] public void testTDimension() throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method testTDimension() from the type TransposerTest can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java:[79] public void testTInsets() throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method testTInsets() from the type TransposerTest can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java:[99] public void testTPoint() throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method testTPoint() from the type TransposerTest can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/src/org/eclipse/draw2d/test/TransposerTest.java:[119] public void testTRectangle() throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method testTRectangle() from the type TransposerTest can potentially be declared as static 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.draw2d.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.tests --- [INFO] 175 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/target/org.eclipse.draw2d.tests-3.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.draw2d.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/target/org.eclipse.draw2d.tests-3.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.tests --- [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.draw2d.tests --- [INFO] Skipping tests [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.tests --- [INFO] [INFO] -----------< org.eclipse.gef_root:org.eclipse.zest.examples >----------- [INFO] Building [bundle] GEF Classic Zest Examples 3.17.0-SNAPSHOT [10/27] [INFO] from org.eclipse.zest.examples/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.zest.examples --- [INFO] The project's OSGi version is 3.17.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.zest.examples --- [INFO] Resolving class path of [bundle] GEF Classic Zest Examples [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.zest.examples --- [INFO] Source directory: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/icons added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.zest.examples --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[51] if (entity.equals("First")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[52] return new Object[] { "Second" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[54] if (entity.equals("Second")) { ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[55] return new Object[] { "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[57] if (entity.equals("Third")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[58] return new Object[] { "First" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[65] return new String[] { "First", "Second", "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[65] return new String[] { "First", "Second", "Third" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[65] return new String[] { "First", "Second", "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[68] public double getWeight(Object entity1, Object entity2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object, Object) from the type GraphJFaceSnippet1.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[115] button.setText("Reload"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet1.java:[129] viewer.addSelectionChangedListener(event -> System.out.println("Selection changed: " + (event.getSelection()))); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[47] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[48] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[49] } else if ("Paper2Scissors".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[50] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[51] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[52] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[59] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[64] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[65] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[66] } else if ("Paper2Scissors".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[67] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[68] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[69] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[74] public double getWeight(Object connection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object) from the type GraphJFaceSnippet2.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[93] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet2.java:[114] shell.setText("GraphJFaceSnippet2"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet3.java:[75] public double getWeight(Object connection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object) from the type GraphJFaceSnippet3.SimpleGraphContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[38] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[39] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[40] } else if ("Paper2Scissors".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[41] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[42] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[43] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[50] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[50] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[50] return new Object[] { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[55] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[56] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[57] } else if ("Paper2Scissors".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[58] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[59] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[60] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[65] public double getWeight(Object connection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object) from the type GraphJFaceSnippet4.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[84] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[84] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[84] if (element.equals("Rock") || element.equals("Paper") || element.equals("Scissors")) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[105] shell.setText("GraphJFaceSnippet2"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[118] .println("Selection Changed: " + selectionToString((StructuredSelection) event.getSelection())); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[123] Iterator iterator = selection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet4.java:[129] stringBuffer.append(" : "); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[40] Object[] elements = { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[40] Object[] elements = { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[40] Object[] elements = { "Rock2Paper", "Paper2Scissors", "Scissors2Rock" }; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[44] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[45] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[47] if ("Paper2Scissors".equals(rel) || "Scissors2Paper".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[47] if ("Paper2Scissors".equals(rel) || "Scissors2Paper".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[48] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[49] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[50] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[62] if ("Rock2Paper".equals(rel)) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[63] return "Paper"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[65] if ("Paper2Scissors".equals(rel) || "Scissors2Paper".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[65] if ("Paper2Scissors".equals(rel) || "Scissors2Paper".equals(rel)) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[66] return "Scissors"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[67] } else if ("Scissors2Rock".equals(rel)) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[68] return "Rock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[77] public double getWeight(Object connection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object) from the type GraphJFaceSnippet5.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[118] shell.setText("GraphJFaceSnippet2"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[136] button.setText("Refresh"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" }); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" }); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet5.java:[140] contentProvider.setElements(new Object[] { "Rock2Paper", "Scissors2Paper", "Scissors2Rock" }); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet6.java:[76] public double getWeight(Object entity1, Object entity2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object, Object) from the type GraphJFaceSnippet6.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet7.java:[103] public double getWeight(Object entity1, Object entity2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object, Object) from the type GraphJFaceSnippet7.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[47] if (entity.equals("First")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[48] return new Object[] { "First", "Second" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[48] return new Object[] { "First", "Second" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[50] if (entity.equals("Second")) { ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[51] return new Object[] { "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[53] if (entity.equals("Third")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[54] return new Object[] { "Second" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[61] return new String[] { "First", "Second", "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[61] return new String[] { "First", "Second", "Third" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[61] return new String[] { "First", "Second", "Third" }; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[64] public double getWeight(Object entity1, Object entity2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getWeight(Object, Object) from the type GraphJFaceSnippet8.MyContentProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet8.java:[103] private PolygonDecoration createDecoration(final Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDecoration(Color) from the type GraphJFaceSnippet8.MyLabelProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/AnimationSnippet.java:[32] shell.setText("Animation Example"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/AnimationSnippet.java:[37] b.setText("Animate"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/AnimationSnippet.java:[41] final GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/AnimationSnippet.java:[42] final GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/CustomLayout.java:[30] shell.setText("Custom Layout Example"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/CustomLayout.java:[36] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/CustomLayout.java:[37] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/CustomLayout.java:[38] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet1.java:[46] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet1.java:[52] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet1.java:[53] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet1.java:[54] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet10.java:[43] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet10.java:[49] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet10.java:[52] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet10.java:[53] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet10.java:[61] button.setText("Change Curve"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[107] shell.setText("GraphSnippet11"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[116] Iterator iter = g.getSelection().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[144] Image zx = new Image(d, GraphSnippet12.class.getResourceAsStream("/zx.png")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[145] Image ibull = new Image(d, GraphSnippet12.class.getResourceAsStream("/ibull.jpg")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[148] GraphNode n3 = new GraphNode(g, SWT.NONE, "PDE"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[149] GraphNode n4 = new GraphNode(g, SWT.NONE, "Zest"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet12.java:[150] GraphNode n5 = new GraphNode(g, SWT.NONE, "PDE Viz tool"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[112] shell.setText("GraphSnippet11"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[121] Iterator iter = g.getSelection().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[149] Image zx = new Image(d, GraphSnippet13.class.getResourceAsStream("/zxsnow.png")); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[157] tooltip.add(new Label("Name: " + "Chris Aniszczyk")); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[157] tooltip.add(new Label("Name: " + "Chris Aniszczyk")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[158] tooltip.add(new Label("Location: " + "Austin, Texas")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[158] tooltip.add(new Label("Location: " + "Austin, Texas")); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[160] Image ibull = new Image(d, GraphSnippet13.class.getResourceAsStream("/ibull.jpg")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[162] c1.setText("Canada"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[164] c2.setText("USA"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[166] GraphNode n1 = new GraphNode(c1, SWT.NONE, "Ian B."); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet13.java:[168] GraphNode n2 = new GraphNode(c2, SWT.NONE, "Chris A."); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[44] shell.setText("GraphSnippet14"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[50] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[51] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[52] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet14.java:[60] Button revealAllButton = new Button("Reveal All"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[51] GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[52] GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet2.java:[53] GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[59] GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[60] GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[61] GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[48] * @param result ^^^^^^ Javadoc: Parameter result is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[49] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[67] shell.setText("Graph Snippet 4"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[76] GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[77] GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[78] GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[85] IFigure tooltip1 = new Label("Information to Warning", information2warningImage); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet4.java:[86] IFigure tooltip2 = new Label("Warning to Error", warning2error); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[59] final Map figureListing = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[59] final Map figureListing = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[68] shell.setText("Graph Snippet 5"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[77] GraphNode n1 = new GraphNode(g, SWT.NONE, "org.eclipse.Information", image1); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[78] GraphNode n2 = new GraphNode(g, SWT.NONE, "org.eclipse.Warning", image2); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[79] GraphNode n3 = new GraphNode(g, SWT.NONE, "org.eclipse.Error", image3); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[80] figureListing.put(n1.getText().toLowerCase(), n1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[81] figureListing.put(n2.getText().toLowerCase(), n2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[82] figureListing.put(n3.getText().toLowerCase(), n3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[105] Iterator iterator = figureListing.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[106] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[106] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[111] list.add(figureListing.get(string)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet5.java:[115] g.setSelection((GraphItem[]) list.toArray(new GraphItem[list.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java:[45] shell.setText("GraphSnippet6"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java:[55] GraphNode n1 = new GraphNode(g, ZestStyles.NODES_HIDE_TEXT | ZestStyles.NODES_FISHEYE, "Information", ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java:[57] GraphNode n2 = new GraphNode(g, ZestStyles.NODES_HIDE_TEXT | ZestStyles.NODES_FISHEYE, "Warning", image2); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet6.java:[58] GraphNode n3 = new GraphNode(g, ZestStyles.NODES_HIDE_TEXT | ZestStyles.NODES_FISHEYE, "Error", image3); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[44] shell.setText("GraphSnippet7"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[50] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[51] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[52] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[65] System.out.println(o + " is at: (" + e.x + "," + e.y + ")"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[65] System.out.println(o + " is at: (" + e.x + "," + e.y + ")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[65] System.out.println(o + " is at: (" + e.x + "," + e.y + ")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet9.java:[40] shell.setText("GraphSnippet9"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet9.java:[46] GraphNode a = new GraphNode(graph, ZestStyles.CONNECTIONS_DIRECTED, "Root"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet9.java:[48] connection.setText("A to A"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/HelloWorld.java:[41] shell.setText("Hello, World"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/HelloWorld.java:[46] GraphNode hello = new GraphNode(g, SWT.NONE, "Hello"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/HelloWorld.java:[47] GraphNode world = new GraphNode(g, SWT.NONE, "World"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/LayoutExample.java:[46] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/LayoutExample.java:[51] GraphNode root = new GraphNode(g, SWT.NONE, "Root"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/LayoutExample.java:[53] GraphNode n = new GraphNode(g, SWT.NONE, "1 - " + i); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/LayoutExample.java:[55] GraphNode n2 = new GraphNode(g, SWT.NONE, "2 - " + j); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/LayoutExample.java:[66] if (connection.getSource().getText().equals("Root")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[40] GraphContainer a = new GraphContainer(g, SWT.NONE, "SomeClass.java", classImage); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[45] GraphContainer b = new GraphContainer(g, SWT.NONE, "SomeNestedClass.java", classImage); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[51] GraphContainer c = new GraphContainer(g, SWT.NONE, "DefaultAction.java", classImage); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[61] GraphNode a = new GraphNode(c, ZestStyles.NODES_FISHEYE | ZestStyles.NODES_HIDE_TEXT, "SomeClass.java", ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[65] "SomeNestedClass.java", classImage); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[69] "DefaultAction.java", classImage); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[74] "LastAction(Hero).java", classImage); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[79] "LastAction(Hero).java", classImage); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[106] image1 = new Image(Display.getDefault(), NestedGraphSnippet.class.getResourceAsStream("package_obj.gif")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[107] classImage = new Image(Display.getDefault(), NestedGraphSnippet.class.getResourceAsStream("class_obj.gif")); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet.java:[111] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[36] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[44] machine1.setText("Machine 1 (prop:1)"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[46] machine2.setText("Machine 2"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[48] machine3.setText("Machine 3"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[52] networkConnection.setText("Network (bandwidth:1) "); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[57] container1.setText("Host 1"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[59] container2.setText("Host 2"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[62] container3.setText("Host 3"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[64] container4.setText("Host 4"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[67] GraphNode object1 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[68] GraphNode object2 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object 2"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[69] GraphNode object3 = new GraphNode(container2, ZestStyles.NODES_FISHEYE, "JSP Object 3"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[70] GraphNode object4 = new GraphNode(container3, ZestStyles.NODES_FISHEYE, "JSP Object 4"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[71] GraphNode object5 = new GraphNode(container4, ZestStyles.NODES_FISHEYE, "JSP Object 5"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[56] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[61] b.setText("Take Screenshot"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[65] GraphNode n = new GraphNode(g, SWT.NONE, "Paper"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[66] GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[67] GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/PaintSnippet.java:[92] popup.setText("Image"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[43] GraphContainer a = new GraphContainer(g, SWT.NONE, "SomeClass.java", classImage); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[48] GraphContainer b = new GraphContainer(g, SWT.NONE, "SomeNestedClass.java", classImage); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[54] GraphContainer c = new GraphContainer(g, SWT.NONE, "DefaultAction.java", classImage); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[64] GraphNode a = new GraphNode(c, ZestStyles.NODES_FISHEYE | ZestStyles.NODES_HIDE_TEXT, "SomeClass.java", ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[68] "SomeNestedClass.java", classImage); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[72] "DefaultAction.java", classImage); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[77] "LastAction(Hero).java", classImage); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[82] "LastAction(Hero).java", classImage); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[109] image1 = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("package_obj.gif")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[110] classImage = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("class_obj.gif")); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[114] shell.setText("GraphSnippet1"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[48] Label classLabel1 = new Label("Table", classImage); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[52] Label attribute1 = new Label("columns: Column[]", privateField); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[54] Label attribute2 = new Label("rows: Row[]", privateField); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[56] Label method1 = new Label("getColumns(): Column[]", publicField); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[57] Label method2 = new Label("getRows(): Row[]", publicField); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[68] Label classLabel2 = new Label("Column", classImage); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[72] Label attribute3 = new Label("columnID: int", privateField); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[73] Label attribute4 = new Label("items: List", privateField); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[75] Label method3 = new Label("getColumnID(): int", publicField); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[76] Label method4 = new Label("getItems(): List", publicField); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[112] Font classFont = new Font(null, "Arial", 12, SWT.BOLD); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[113] Image classImage = new Image(Display.getDefault(), UMLClassFigure.class.getResourceAsStream("class_obj.gif")); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[115] UMLClassFigure.class.getResourceAsStream("field_private_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[117] UMLClassFigure.class.getResourceAsStream("methpub_obj.gif")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[122] c.setText("A UML Container"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 241 problems (241 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.zest.examples --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.zest.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.examples --- [INFO] 296 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.zest.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.examples --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.examples --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.examples --- [INFO] [INFO] ----------< org.eclipse.zest.plugins:org.eclipse.zest.tests >----------- [INFO] Building org.eclipse.zest.tests 1.8.600-SNAPSHOT [11/27] [INFO] from org.eclipse.zest.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.zest.tests --- [INFO] The project's OSGi version is 1.8.600.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.zest.tests --- [INFO] Resolving class path of org.eclipse.zest.tests [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.zest.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/src/org/eclipse/zest/tests/GraphTests.java:[82] ((List) graph.getNodes()).add(nodes[0]); // but we're malicious and add it back ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/src/org/eclipse/zest/tests/GraphTests.java:[96] ((List) graph.getConnections()).add(connection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/src/org/eclipse/zest/tests/GraphTests.java:[104] * {@link #ZestRootLayer}. ^^^^^^^^^^^^^ Javadoc: ZestRootLayer cannot be resolved or is not a field [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/src/org/eclipse/zest/tests/GraphTests.java:[116] * {@link #ZestRootLayer}. ^^^^^^^^^^^^^ Javadoc: ZestRootLayer cannot be resolved or is not a field 4 problems (4 warnings) [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.zest.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.zest.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.tests --- [INFO] 302 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/target/org.eclipse.zest.tests-1.8.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.zest.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/target/org.eclipse.zest.tests-1.8.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.tests --- [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.zest.tests --- [INFO] Skipping tests [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.tests --- [INFO] [INFO] -----------< org.eclipse.gef.plugins:org.eclipse.gef.tests >------------ [INFO] Building org.eclipse.gef.tests 3.13.400-SNAPSHOT [12/27] [INFO] from org.eclipse.gef.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.tests --- [INFO] The project's OSGi version is 3.13.400.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.tests --- [INFO] Resolving class path of org.eclipse.gef.tests [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.tests --- [INFO] 175 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/target/org.eclipse.gef.tests-3.13.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/target/org.eclipse.gef.tests-3.13.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.tests --- [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.gef.tests --- [INFO] Skipping tests [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.tests --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.tests --- [INFO] [INFO] ----------< org.eclipse.gef_root:org.eclipse.draw2d.examples >---------- [INFO] Building [bundle] GEF Classic Draw2d Examples 3.15.300-SNAPSHOT [13/27] [INFO] from org.eclipse.draw2d.examples/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.draw2d.examples --- [INFO] The project's OSGi version is 3.15.300.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.draw2d.examples --- [INFO] Resolving class path of [bundle] GEF Classic Draw2d Examples [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- build-helper:3.6.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.draw2d.examples --- [INFO] Source directory: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.draw2d.examples --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java:[67] Class clazz = Class.forName("java.text.BreakIterator"); //$NON-NLS-1$ ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java:[68] Method m = clazz.getMethod("getLineInstance", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method getMethod(String, Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java:[68] Method m = clazz.getMethod("getLineInstance", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/sandbox/swt/bugs/Bug54989.java:[69] m.invoke(null, null); ^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method invoke(Object, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/sandbox/swt/bugs/TreeTest.java:[30] boolean expanded = item1.getExpanded(); ^^^^^^^^ The value of the local variable expanded is not used [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java:[120] private static Class sampleShape; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java:[281] shape = (Shape) sampleShape.getConstructor(null).newInstance(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method getConstructor(Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java:[281] shape = (Shape) sampleShape.getConstructor(null).newInstance(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/swt/ShapeStylesExample.java:[281] shape = (Shape) sampleShape.getConstructor(null).newInstance(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method newInstance(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java:[85] if (PERFORMANCE && ((keysTyped % 10) == 0)) { ^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/src/org/eclipse/draw2d/examples/text/TextFlowLargeExample.java:[85] if (PERFORMANCE && ((keysTyped % 10) == 0)) { // System.out.println(KEYS_TYPED + " keys typed " + FlowPage.VALIDATIONS + " // paints and layouts"); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 11 problems (11 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.draw2d.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.examples --- [INFO] 11 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/target/org.eclipse.draw2d.examples-3.15.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.draw2d.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/target/org.eclipse.draw2d.examples-3.15.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.examples --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.examples --- [INFO] [INFO] ---------< org.eclipse.gef_root:org.eclipse.gef.examples.flow >--------- [INFO] Building [bundle] GEF Classic Flow Editor Example 3.16.0-SNAPSHOT [14/27] [INFO] from org.eclipse.gef.examples.flow/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.flow --- [INFO] The project's OSGi version is 3.16.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.flow --- [INFO] Resolving class path of [bundle] GEF Classic Flow Editor Example [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.flow --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.flow --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.flow --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java:[128] ByteArrayOutputStream baos = new ByteArrayOutputStream(); ^^^^ Resource 'baos' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/src/org/eclipse/gef/examples/flow/ui/FlowWizardPage1.java:[129] ObjectOutputStream oos = new ObjectOutputStream(baos); ^^^ Resource 'oos' should be managed by try-with-resource 2 problems (2 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.flow --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.flow --- [INFO] 143 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.flow --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/target/org.eclipse.gef.examples.flow-3.16.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.flow --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/target/org.eclipse.gef.examples.flow-3.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.flow --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.flow --- [INFO] [INFO] --------< org.eclipse.gef_root:org.eclipse.gef.examples.logic >--------- [INFO] Building [bundle] GEF Classic Logic Editor Example 3.14.400-SNAPSHOT [15/27] [INFO] from org.eclipse.gef.examples.logic/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.logic --- [INFO] The project's OSGi version is 3.14.400.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.logic --- [INFO] Resolving class path of [bundle] GEF Classic Logic Editor Example [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.logic --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.logic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.logic --- [INFO] Compiling 117 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicEditor.java:[489] ObjectOutputStream out = new ObjectOutputStream(os); ^^^ Resource 'out' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicMessages.java:[17] @SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class ^^^^^^^^^^^^^ Unsupported @SuppressWarnings("squid:S3008") [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java:[94] ByteArrayOutputStream baos = new ByteArrayOutputStream(); ^^^^ Resource 'baos' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/LogicWizardPage1.java:[95] ObjectOutputStream oos = new ObjectOutputStream(baos); ^^^ Resource 'oos' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java:[66] List parts = getSelectedObjects(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/actions/IncrementDecrementAction.java:[79] List editparts = getSelectedObjects(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LEDEditPart.java:[110] protected Image getBackgroundImage(int state) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBackgroundImage(int) from the type LEDEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java:[161] public ConnectionAnchor getSourceConnectionAnchor(int x, int y) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSourceConnectionAnchor(int, int) from the type LogicDiagramEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicDiagramEditPart.java:[180] public ConnectionAnchor getTargetConnectionAnchor(int x, int y) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTargetConnectionAnchor(int, int) from the type LogicDiagramEditPart can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicLabelEditPart.java:[81] } else { //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicResizableEditPolicy.java:[87] protected IFigure getCustomFeedbackFigure(Object modelPart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCustomFeedbackFigure(Object) from the type LogicResizableEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicTreeEditPart.java:[88] protected List getModelChildren() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java:[78] protected Command chainGuideDetachmentCommand(Request request, LogicSubpart part, Command cmd, boolean horizontal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method chainGuideDetachmentCommand(Request, LogicSubpart, Command, boolean) from the type LogicXYLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java:[192] protected int getResizeDirections(EditPart child) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getResizeDirections(EditPart) from the type LogicXYLayoutEditPolicy can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/edit/LogicXYLayoutEditPolicy.java:[196] private static int getResizeDirections(Class modelClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/DimensionPropertySource.java:[97] public boolean isPropertySet(String propName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isPropertySet(String) from the type DimensionPropertySource can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java:[68] final Object getPropertyValue(String propName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPropertyValue(String) from the type LogicElement can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicElement.java:[77] final boolean isPropertySet(String propName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isPropertySet(String) from the type LogicElement can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicLabel.java:[59] private void readObject(java.io.ObjectInputStream s) throws IOException, ClassNotFoundException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readObject(ObjectInputStream) from the type LogicLabel can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicRuler.java:[68] public boolean isHidden() { ^^^^^^^^^^ The method isHidden() from the type LogicRuler can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java:[53] protected static Image createImage(Class rsrcClass, String name) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java:[54] InputStream stream = rsrcClass.getResourceAsStream(name); ^^^^^^ Resource 'stream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/src/org/eclipse/gef/examples/logicdesigner/model/LogicSubpart.java:[174] public boolean isPropertySet() { ^^^^^^^^^^^^^^^ The method isPropertySet() from the type LogicSubpart can potentially be declared as static 23 problems (23 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.logic --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.logic --- [INFO] 143 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.logic --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/target/org.eclipse.gef.examples.logic-3.14.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.logic --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/target/org.eclipse.gef.examples.logic-3.14.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.logic --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.logic --- [INFO] [INFO] --------< org.eclipse.gef_root:org.eclipse.gef.examples.shapes >-------- [INFO] Building [bundle] GEF Classic Shape Editor Example 3.15.0-SNAPSHOT [16/27] [INFO] from org.eclipse.gef.examples.shapes/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.shapes --- [INFO] The project's OSGi version is 3.15.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.shapes --- [INFO] Resolving class path of [bundle] GEF Classic Shape Editor Example [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.shapes --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.shapes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.shapes --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesCreationWizard.java:[154] ObjectOutputStream oos = new ObjectOutputStream(baos); ^^^ Resource 'oos' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesEditor.java:[126] ObjectOutputStream oos = new ObjectOutputStream(os); ^^^ Resource 'oos' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/ShapesExampleMessages.java:[18] @SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class ^^^^^^^^^^^^^ Unsupported @SuppressWarnings("squid:S3008") [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/src/org/eclipse/gef/examples/shapes/model/Shape.java:[111] InputStream stream = ShapesPlugin.class.getResourceAsStream(name); ^^^^^^ Resource 'stream' should be managed by try-with-resource 4 problems (4 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.shapes --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.shapes --- [INFO] 143 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.shapes --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/target/org.eclipse.gef.examples.shapes-3.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.shapes --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/target/org.eclipse.gef.examples.shapes-3.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.shapes --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.shapes --- [INFO] [INFO] ---------< org.eclipse.gef_root:org.eclipse.gef.examples.text >--------- [INFO] Building [bundle] GEF Classic Text Editor Example 3.15.100-SNAPSHOT [17/27] [INFO] from org.eclipse.gef.examples.text/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.text --- [INFO] The project's OSGi version is 3.15.100.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.text --- [INFO] Resolving class path of [bundle] GEF Classic Text Editor Example [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.text --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.text --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java:[61] Assert.isNotNull(getControl(), "The control has not been created yet."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 3. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java (at line 98) public void setSelectionRange(SelectionRange newRange) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method setSelectionRange(SelectionRange) of type GraphicalTextViewer should be annotated with @Deprecated 4. INFO in /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/GraphicalTextViewer.java (at line 231) protected List primGetSelectedEditParts() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method primGetSelectedEditParts() of type GraphicalTextViewer should be annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java:[256] ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); ^^^^^^^^^^^^ Resource 'outputStream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java:[257] ObjectOutputStream objStream = new ObjectOutputStream(outputStream); ^^^^^^^^^ Resource 'objStream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java:[322] InputStream is = file.getContents(false); ^^ Resource 'is' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/TextEditor.java:[323] ObjectInputStream ois = new ObjectInputStream(is); ^^^ Resource 'ois' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[27] private static final String[] INIT_SIZES = new String[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/ResizeFontContributionItem.java:[28] "24", "26", "28", "36", "48", "72" }; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/actions/StyleRetargetAction.java:[25] super(styleID, "", IAction.AS_CHECK_BOX); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/CompoundTextPart.java:[118] * @see TextEditPart#getTextLocation(int, TextLocation) ^^^^^^^^^^^^^^^ Javadoc: The method getTextLocation(CaretRequest, SearchResult) in the type TextEditPart is not applicable for the arguments (int, TextLocation) [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/ImportsPart.java:[41] new TreeBorder(Images.IMPORTS, "import declarations"))); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextEditPart.java:[30] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java:[78] new RuntimeException("unexpected condition").printStackTrace(); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextFlowPart.java:[117] if (evt.getPropertyName().equals("text")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java:[31] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextStyleManager.java:[41] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/edit/TextualEditPart.java:[31] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/figures/Images.java:[33] InputStream stream = Images.class.getResourceAsStream(name); ^^^^^^ Resource 'stream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Container.java:[60] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java:[61] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/Style.java:[181] throw new IllegalArgumentException("Orientation must LTR, RTL or NONE."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java:[27] public void testNestedBegin() { ^^^^^^^^^^^^^^^^^ The method testNestedBegin() from the type TestModelUtil can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/TestModelUtil.java:[64] public void testNestedEnd() { ^^^^^^^^^^^^^^^ The method testNestedEnd() from the type TestModelUtil can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/ChangeString.java:[45] * @param char1 ^^^^^ Javadoc: Parameter char1 is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[27] private List pending = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[27] private List pending = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[28] private List applied = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[28] private List applied = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[40] pending.add(command); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/CompoundTextCommand.java:[84] applied.add(cmd); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/model/commands/SingleEditCommand.java:[31] * @param label ^^^^^ Javadoc: Parameter label is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/requests/TextRequest.java:[66] * @param type ^^^^ Javadoc: Parameter type is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/src/org/eclipse/gef/examples/text/wizard/NewFileWizardPage.java:[50] * @param pageName ^^^^^^^^ Javadoc: Parameter pageName is not declared 49 problems (0 errors, 46 warnings, 3 infos) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.text --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.text --- [INFO] 145 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.text --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/target/org.eclipse.gef.examples.text-3.15.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.text --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/target/org.eclipse.gef.examples.text-3.15.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.text --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.text --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.text --- [INFO] [INFO] ---< org.eclipse.gef_root:org.eclipse.gef.examples.ui.capabilities >---- [INFO] Building [bundle] GEF Classic Examples 3.13.400-SNAPSHOT [18/27] [INFO] from org.eclipse.gef.examples.ui.capabilities/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] The project's OSGi version is 3.13.400.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] Resolving class path of [bundle] GEF Classic Examples [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.capabilities/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] All system scoped dependencies were mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.capabilities/target/org.eclipse.gef.examples.ui.capabilities-3.13.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.ui.capabilities --- [INFO] [INFO] --------< org.eclipse.gef_root:org.eclipse.gef.examples.ui.pde >-------- [INFO] Building [bundle] GEF Classic Examples PDE integration 3.13.400-SNAPSHOT [19/27] [INFO] from org.eclipse.gef.examples.ui.pde/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.ui.pde --- [INFO] The project's OSGi version is 3.13.400.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.ui.pde --- [INFO] Resolving class path of [bundle] GEF Classic Examples PDE integration [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.ui.pde --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.ui.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.ui.pde --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java:[17] @SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class ^^^^^^^^^^^^^ Unsupported @SuppressWarnings("squid:S3008") [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[144] * @param formatsIn The list of formats to be applied to the user ^^^^^^^^^ Javadoc: Parameter formatsIn is not declared [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[298] ZipFile zipFile = new ZipFile(urlZipLocal.getPath()); ^^^^^^^ Resource 'zipFile' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[298] ZipFile zipFile = new ZipFile(urlZipLocal.getPath()); ^^^^^^^ Resource 'zipFile' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[323] private void unzip(ZipFile zipFile, File projectFolderFile, IProgressMonitor monitor) throws IOException, FileNotFoundException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method unzip(ZipFile, File, IProgressMonitor) from the type ProjectUnzipperNewWizard can be declared as static [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[326] Enumeration e = zipFile.entries(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[345] OutputStreamWriter os = null; ^^ Resource 'os' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[367] InputStream is = null; ^^ Resource 'is' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[368] OutputStream os = null; ^^ Resource 'os' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[408] private void renameProject(IProject project, String projectName) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method renameProject(IProject, String) from the type ProjectUnzipperNewWizard can be declared as static 10 problems (10 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.ui.pde --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.ui.pde --- [INFO] 141 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.ui.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/org.eclipse.gef.examples.ui.pde-3.13.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.ui.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/org.eclipse.gef.examples.ui.pde-3.13.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.ui.pde --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.ui.pde --- [INFO] [INFO] -------------< org.eclipse.gef.feature:org.eclipse.draw2d >------------- [INFO] Building [feature] GEF Classic Draw2d 3.20.0-SNAPSHOT [20/27] [INFO] from org.eclipse.draw2d-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d --- [INFO] 12 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d --- [INFO] [INFO] --------------< org.eclipse.gef.feature:org.eclipse.gef >--------------- [INFO] Building [feature] GEF Classic GEF (MVC) 3.20.0-SNAPSHOT [21/27] [INFO] from org.eclipse.gef-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef --- [INFO] 113 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target/org.eclipse.gef-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target/org.eclipse.gef-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef --- [INFO] [INFO] ----------< org.eclipse.gef.feature:org.eclipse.gef.examples >---------- [INFO] Building [feature] GEF Classic GEF (MVC) Examples 3.20.0-SNAPSHOT [22/27] [INFO] from org.eclipse.gef.examples-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.examples:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.examples --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples --- [INFO] 146 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.examples --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples --- [INFO] [INFO] ------------< org.eclipse.gef.feature:org.eclipse.gef.sdk >------------- [INFO] Building [feature] GEF Classic GEF (MVC) SDK 3.20.0-SNAPSHOT [23/27] [INFO] from org.eclipse.gef.sdk-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.sdk:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.sdk --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.sdk --- [INFO] 113 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.sdk --- [WARNING] The following referenced features have missing sources org.eclipse.draw2d.source_3.20.0.202405270638 org.eclipse.gef.source_3.20.0.202405270638 [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.sdk --- [INFO] [INFO] --------------< org.eclipse.gef.feature:org.eclipse.zest >-------------- [INFO] Building [feature] GEF Classic Zest 3.20.0-SNAPSHOT [24/27] [INFO] from org.eclipse.zest-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest --- [INFO] 113 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.zest --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target/org.eclipse.zest-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target/org.eclipse.zest-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest --- [INFO] [INFO] ------------< org.eclipse.gef.feature:org.eclipse.zest.sdk >------------ [INFO] Building [feature] GEF Classic Zest SDK 3.20.0-SNAPSHOT [25/27] [INFO] from org.eclipse.zest.sdk-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest.sdk:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest.sdk --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.zest.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.sdk --- [INFO] 113 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.zest.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.sdk --- [WARNING] The following referenced features have missing sources org.eclipse.draw2d.source_3.20.0.202405270638 org.eclipse.zest.source_3.20.0.202405270638 [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.sdk --- [INFO] [INFO] -----------< org.eclipse.gef.feature:org.eclipse.draw2d.sdk >----------- [INFO] Building [feature] GEF Classic Draw2d SDK 3.20.0-SNAPSHOT [26/27] [INFO] from org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d.sdk:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d.sdk --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.draw2d.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.sdk --- [INFO] 12 system scoped dependencies were not mapped to maven artifacts [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.draw2d.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d.sdk --- [WARNING] The following referenced features have missing sources org.eclipse.draw2d.source_3.20.0.202405270638 [INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.20.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d.sdk --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.sdk --- [INFO] [INFO] --< org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository >-- [INFO] Building [updatesite] org.eclipse.gef.repository.eclipse-repository 3.20.0-SNAPSHOT [27/27] [INFO] from org.eclipse.gef.repository/.polyglot.category.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository/.polyglot.category.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] The project's OSGi version is 3.20.0.202405270638 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] Building zip: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository/target/org.eclipse.gef.repository.eclipse-repository-3.20.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.repository.eclipse-repository --- [INFO] [INFO] ------------< org.eclipse.gef_root:org.eclipse.gef.releng >------------- [INFO] Building org.eclipse.gef.releng 3.20.0-SNAPSHOT [28/27] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar:3.11.0.3922:sonar (default-cli) @ org.eclipse.gef.releng --- [INFO] 06:41:54.541 Java 17.0.2 Oracle Corporation (64-bit) [INFO] 06:41:54.542 Linux 6.2.9-300.fc38.x86_64 (amd64) [INFO] 06:41:54.591 User cache: /home/jenkins/.sonar/cache [INFO] 06:41:55.834 Communicating with SonarCloud [INFO] 06:41:55.936 Default locale: "en_US", source code encoding: "UTF-8" [INFO] 06:41:57.165 Load global settings [INFO] 06:41:57.455 Load global settings (done) | time=323ms [INFO] 06:41:57.459 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] 06:41:57.644 Loading required plugins [INFO] 06:41:57.644 Load plugins index [INFO] 06:41:57.974 Load plugins index (done) | time=330ms [INFO] 06:41:57.974 Load/download plugins [INFO] 06:41:58.792 Load/download plugins (done) | time=818ms [INFO] 06:41:59.389 Found an active CI vendor: 'Jenkins' [INFO] 06:41:59.399 Load project settings for component key: 'gef-classic' [INFO] 06:41:59.737 Load project settings for component key: 'gef-classic' (done) | time=338ms [INFO] 06:41:59.742 Process project properties [INFO] 06:41:59.776 Project key: gef-classic [INFO] 06:41:59.776 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io [INFO] 06:41:59.776 Working dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar [INFO] 06:41:59.788 Load project branches [INFO] 06:42:00.129 Load project branches (done) | time=341ms [INFO] 06:42:00.133 Check ALM binding of project 'gef-classic' [INFO] 06:42:00.440 Detected project binding: NOT_BOUND [INFO] 06:42:00.440 Check ALM binding of project 'gef-classic' (done) | time=307ms [INFO] 06:42:00.442 Load project pull requests [INFO] 06:42:00.756 Load project pull requests (done) | time=314ms [INFO] 06:42:00.759 Load branch configuration [INFO] 06:42:00.761 Load branch configuration (done) | time=2ms [INFO] 06:42:00.769 Load quality profiles [INFO] 06:42:01.175 Load quality profiles (done) | time=405ms [INFO] 06:42:01.181 Load active rules [INFO] 06:42:08.344 Load active rules (done) | time=7163ms [INFO] 06:42:08.511 Organization key: eclipse [WARNING] 06:42:08.513 The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token. [INFO] 06:42:08.526 Preprocessing files... [INFO] 06:42:10.407 3 languages detected in 1463 preprocessed files [INFO] 06:42:10.408 0 files ignored because of inclusion/exclusion patterns [INFO] 06:42:10.408 1 file ignored because of scm ignore settings [INFO] 06:42:10.418 Loading plugins for detected languages [INFO] 06:42:10.419 Load/download plugins [INFO] 06:42:12.061 Load/download plugins (done) | time=1642ms [INFO] 06:42:12.413 Load project repositories [INFO] 06:42:12.881 Load project repositories (done) | time=468ms [INFO] 06:42:12.888 Indexing files... [INFO] 06:42:12.889 Project configuration: [INFO] 06:42:12.889 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.891 Indexing files of module '[bundle] GEF Classic Draw2d Developer Documentation' [INFO] 06:42:12.891 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv [INFO] 06:42:12.891 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.891 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.895 Indexing files of module 'org.eclipse.draw2d.tests' [INFO] 06:42:12.895 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests [INFO] 06:42:12.895 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:12.895 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.902 Indexing files of module '[feature] GEF Classic Draw2d' [INFO] 06:42:12.902 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature [INFO] 06:42:12.902 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.902 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.902 Indexing files of module '[feature] GEF Classic Draw2d SDK' [INFO] 06:42:12.902 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature [INFO] 06:42:12.903 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.903 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.903 Indexing files of module '[feature] GEF Classic GEF (MVC)' [INFO] 06:42:12.903 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature [INFO] 06:42:12.903 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.903 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.904 Indexing files of module '[feature] GEF Classic GEF (MVC) Examples' [INFO] 06:42:12.904 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature [INFO] 06:42:12.904 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.904 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.904 Indexing files of module '[feature] GEF Classic GEF (MVC) SDK' [INFO] 06:42:12.904 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature [INFO] 06:42:12.904 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.904 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.905 Indexing files of module '[feature] GEF Classic Zest' [INFO] 06:42:12.905 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature [INFO] 06:42:12.905 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.905 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.905 Indexing files of module '[feature] GEF Classic Zest SDK' [INFO] 06:42:12.905 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature [INFO] 06:42:12.906 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.906 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.906 Indexing files of module '[bundle] GEF Classic GEF Developer Documentation' [INFO] 06:42:12.906 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv [INFO] 06:42:12.906 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:12.906 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.907 Indexing files of module 'org.eclipse.gef.tests' [INFO] 06:42:12.907 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests [INFO] 06:42:12.907 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:12.907 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.908 Indexing files of module '[bundle] GEF Classic Draw2d' [INFO] 06:42:12.908 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d [INFO] 06:42:12.908 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:12.908 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.930 Indexing files of module '[bundle] GEF Classic Draw2d Examples' [INFO] 06:42:12.930 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples [INFO] 06:42:12.930 Source paths: .tycho-consumer-pom.xml, sandbox, src [INFO] 06:42:12.930 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:12.938 Indexing files of module '[bundle] GEF Classic GEF (MVC)' [INFO] 06:42:12.938 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef [INFO] 06:42:12.939 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:12.939 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.001 Indexing files of module '[bundle] GEF Classic Flow Editor Example' [INFO] 06:42:13.001 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow [INFO] 06:42:13.001 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.002 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.009 Indexing files of module '[bundle] GEF Classic Logic Editor Example' [INFO] 06:42:13.009 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic [INFO] 06:42:13.009 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.009 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.049 Indexing files of module '[bundle] GEF Classic Shape Editor Example' [INFO] 06:42:13.050 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes [INFO] 06:42:13.050 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.050 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.057 Indexing files of module '[bundle] GEF Classic Text Editor Example' [INFO] 06:42:13.057 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text [INFO] 06:42:13.057 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.057 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.065 Indexing files of module '[bundle] GEF Classic Examples' [INFO] 06:42:13.065 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.capabilities [INFO] 06:42:13.065 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:13.065 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.065 Indexing files of module '[bundle] GEF Classic Examples PDE integration' [INFO] 06:42:13.065 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde [INFO] 06:42:13.065 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.065 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.067 Indexing files of module '[updatesite] org.eclipse.gef.repository.eclipse-repository' [INFO] 06:42:13.067 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository [INFO] 06:42:13.067 Source paths: .polyglot.category.xml [INFO] 06:42:13.067 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.067 Indexing files of module '[bundle] GEF Classic Zest Core' [INFO] 06:42:13.067 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core [INFO] 06:42:13.067 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.067 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.071 Indexing files of module '[bundle] GEF Classic Zest Examples' [INFO] 06:42:13.071 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples [INFO] 06:42:13.072 Source paths: .tycho-consumer-pom.xml, src, icons [INFO] 06:42:13.072 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.080 Indexing files of module '[bundle] GEF Classic Zest Layouts' [INFO] 06:42:13.081 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts [INFO] 06:42:13.081 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.081 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.082 Indexing files of module '[bundle] GEF Classic Zest Developer Documentation' [INFO] 06:42:13.082 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv [INFO] 06:42:13.082 Source paths: .tycho-consumer-pom.xml [INFO] 06:42:13.082 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.083 Indexing files of module 'org.eclipse.zest.tests' [INFO] 06:42:13.083 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests [INFO] 06:42:13.083 Source paths: .tycho-consumer-pom.xml, src [INFO] 06:42:13.083 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.084 Indexing files of module 'org.eclipse.gef.releng' [INFO] 06:42:13.084 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io [INFO] 06:42:13.084 Source paths: pom.xml [INFO] 06:42:13.084 Excluded sources: **/build-wrapper-dump.json [INFO] 06:42:13.084 1463 files indexed [INFO] 06:42:13.093 Quality profile for java: Sonar way [INFO] 06:42:13.093 Quality profile for web: Sonar way [INFO] 06:42:13.093 Quality profile for xml: Sonar way [INFO] 06:42:13.093 ------------- Run sensors on module [bundle] GEF Classic GEF (MVC) [INFO] 06:42:13.188 Load metrics repository [INFO] 06:42:13.308 Load metrics repository (done) | time=120ms [INFO] 06:42:13.315 Sensor cache enabled [INFO] 06:42:13.538 Load sensor cache [INFO] 06:42:15.617 Load sensor cache (7 MB) | time=2079ms [INFO] 06:42:17.143 Sensor JavaSensor [java] [INFO] 06:42:17.181 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:42:17.183 Using ECJ batch to parse 332 Main java source files with batch size 53 KB. [INFO] 06:42:17.386 Starting batch processing. [INFO] 06:42:18.207 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:42:59.149 100% analyzed [INFO] 06:42:59.149 Batch processing: Done. [INFO] 06:42:59.150 Did not optimize analysis for any files, performed a full analysis for all 332 files. [INFO] 06:42:59.320 No "Test" source files to scan. [INFO] 06:42:59.320 No "Generated" source files to scan. [INFO] 06:42:59.320 Sensor JavaSensor [java] (done) | time=42177ms [INFO] 06:42:59.321 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:42:59.322 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:42:59.323 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:42:59.323 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 06:42:59.323 Sensor Java Config Sensor [iac] [INFO] 06:42:59.337 0 source files to be analyzed [INFO] 06:42:59.364 0/0 source files have been analyzed [INFO] 06:42:59.364 Sensor Java Config Sensor [iac] (done) | time=41ms [INFO] 06:42:59.365 Sensor JavaScript inside HTML analysis [javascript] [INFO] 06:43:02.980 Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64 [INFO] 06:43:06.354 Using embedded Node.js runtime [INFO] 06:43:06.354 Using Node.js executable: '/home/jenkins/.sonar/js/node-runtime/node'. [INFO] 06:43:09.918 Memory configuration: OS (128861 MB), Node.js (2096 MB). [INFO] 06:43:09.973 17 source files to be analyzed [INFO] 06:43:13.519 17/17 source files have been analyzed [INFO] 06:43:13.519 Hit the cache for 0 out of 17 [INFO] 06:43:13.520 Miss the cache for 17 out of 17: ANALYSIS_MODE_INELIGIBLE [17/17] [INFO] 06:43:13.520 Sensor JavaScript inside HTML analysis [javascript] (done) | time=14155ms [INFO] 06:43:13.520 Sensor CSS Rules [javascript] [INFO] 06:43:13.531 17 source files to be analyzed [INFO] 06:43:13.941 17/17 source files have been analyzed [INFO] 06:43:13.941 Hit the cache for 0 out of 0 [INFO] 06:43:13.941 Miss the cache for 0 out of 0 [INFO] 06:43:13.941 Sensor CSS Rules [javascript] (done) | time=421ms [INFO] 06:43:13.942 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:13.965 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=24ms [INFO] 06:43:13.965 Sensor SurefireSensor [java] [INFO] 06:43:13.966 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/target/surefire-reports] [INFO] 06:43:13.967 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 06:43:13.967 Sensor HTML [web] [INFO] 06:43:14.093 Sensor HTML [web] (done) | time=126ms [INFO] 06:43:14.093 Sensor XML Sensor [xml] [INFO] 06:43:14.096 1 source file to be analyzed [INFO] 06:43:14.333 1/1 source file has been analyzed [INFO] 06:43:14.333 Sensor XML Sensor [xml] (done) | time=240ms [INFO] 06:43:14.333 Sensor IaC Docker Sensor [iac] [INFO] 06:43:14.336 0 source files to be analyzed [INFO] 06:43:14.416 0/0 source files have been analyzed [INFO] 06:43:14.416 Sensor IaC Docker Sensor [iac] (done) | time=83ms [INFO] 06:43:14.417 Sensor Serverless configuration file sensor [security] [INFO] 06:43:14.418 0 Serverless function entries were found in the project [INFO] 06:43:14.424 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:14.425 Sensor Serverless configuration file sensor [security] (done) | time=8ms [INFO] 06:43:14.425 Sensor AWS SAM template file sensor [security] [INFO] 06:43:14.426 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 06:43:14.426 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:14.427 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 06:43:14.430 ------------- Run sensors on module [bundle] GEF Classic Shape Editor Example [INFO] 06:43:14.573 Sensor JavaSensor [java] [INFO] 06:43:14.584 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:14.584 Using ECJ batch to parse 28 Main java source files with batch size 53 KB. [INFO] 06:43:14.591 Starting batch processing. [INFO] 06:43:14.695 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:16.793 100% analyzed [INFO] 06:43:16.793 Batch processing: Done. [INFO] 06:43:16.794 Did not optimize analysis for any files, performed a full analysis for all 28 files. [INFO] 06:43:16.830 No "Test" source files to scan. [INFO] 06:43:16.830 No "Generated" source files to scan. [INFO] 06:43:16.830 Sensor JavaSensor [java] (done) | time=2258ms [INFO] 06:43:16.830 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:16.830 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:16.830 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:16.831 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:16.831 Sensor Java Config Sensor [iac] [INFO] 06:43:16.832 0 source files to be analyzed [INFO] 06:43:16.832 0/0 source files have been analyzed [INFO] 06:43:16.832 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:16.832 Sensor JavaScript inside HTML analysis [javascript] [INFO] 06:43:16.837 4 source files to be analyzed [INFO] 06:43:16.893 4/4 source files have been analyzed [INFO] 06:43:16.894 Hit the cache for 0 out of 4 [INFO] 06:43:16.894 Miss the cache for 4 out of 4: ANALYSIS_MODE_INELIGIBLE [4/4] [INFO] 06:43:16.894 Sensor JavaScript inside HTML analysis [javascript] (done) | time=62ms [INFO] 06:43:16.894 Sensor CSS Rules [javascript] [INFO] 06:43:16.897 4 source files to be analyzed [INFO] 06:43:16.941 4/4 source files have been analyzed [INFO] 06:43:16.941 Hit the cache for 0 out of 0 [INFO] 06:43:16.941 Miss the cache for 0 out of 0 [INFO] 06:43:16.941 Sensor CSS Rules [javascript] (done) | time=47ms [INFO] 06:43:16.941 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:16.943 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:43:16.943 Sensor SurefireSensor [java] [INFO] 06:43:16.943 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/target/surefire-reports] [INFO] 06:43:16.944 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 06:43:16.944 Sensor HTML [web] [INFO] 06:43:16.985 Sensor HTML [web] (done) | time=41ms [INFO] 06:43:16.985 Sensor XML Sensor [xml] [INFO] 06:43:16.986 1 source file to be analyzed [INFO] 06:43:17.026 1/1 source file has been analyzed [INFO] 06:43:17.027 Sensor XML Sensor [xml] (done) | time=41ms [INFO] 06:43:17.027 Sensor IaC Docker Sensor [iac] [INFO] 06:43:17.028 0 source files to be analyzed [INFO] 06:43:17.041 0/0 source files have been analyzed [INFO] 06:43:17.041 Sensor IaC Docker Sensor [iac] (done) | time=14ms [INFO] 06:43:17.041 Sensor Serverless configuration file sensor [security] [INFO] 06:43:17.041 0 Serverless function entries were found in the project [INFO] 06:43:17.041 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:17.041 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:17.042 Sensor AWS SAM template file sensor [security] [INFO] 06:43:17.042 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:17.042 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:17.042 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:17.063 ------------- Run sensors on module [bundle] GEF Classic Text Editor Example [INFO] 06:43:17.156 Sensor JavaSensor [java] [INFO] 06:43:17.171 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:17.171 Using ECJ batch to parse 78 Main java source files with batch size 53 KB. [INFO] 06:43:17.181 Starting batch processing. [INFO] 06:43:17.249 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:23.484 100% analyzed [INFO] 06:43:23.484 Batch processing: Done. [INFO] 06:43:23.486 Did not optimize analysis for any files, performed a full analysis for all 78 files. [INFO] 06:43:23.549 No "Test" source files to scan. [INFO] 06:43:23.549 No "Generated" source files to scan. [INFO] 06:43:23.549 Sensor JavaSensor [java] (done) | time=6393ms [INFO] 06:43:23.550 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:23.550 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:23.550 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:23.550 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:23.550 Sensor Java Config Sensor [iac] [INFO] 06:43:23.552 0 source files to be analyzed [INFO] 06:43:23.552 0/0 source files have been analyzed [INFO] 06:43:23.552 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 06:43:23.552 Sensor CSS Rules [javascript] [INFO] 06:43:23.553 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:23.553 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:23.553 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:23.554 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:23.554 Sensor SurefireSensor [java] [INFO] 06:43:23.555 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/target/surefire-reports] [INFO] 06:43:23.555 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 06:43:23.555 Sensor HTML [web] [INFO] 06:43:23.555 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:23.555 Sensor XML Sensor [xml] [INFO] 06:43:23.556 1 source file to be analyzed [INFO] 06:43:23.588 1/1 source file has been analyzed [INFO] 06:43:23.588 Sensor XML Sensor [xml] (done) | time=33ms [INFO] 06:43:23.588 Sensor IaC Docker Sensor [iac] [INFO] 06:43:23.589 0 source files to be analyzed [INFO] 06:43:23.600 0/0 source files have been analyzed [INFO] 06:43:23.600 Sensor IaC Docker Sensor [iac] (done) | time=12ms [INFO] 06:43:23.601 Sensor Serverless configuration file sensor [security] [INFO] 06:43:23.601 0 Serverless function entries were found in the project [INFO] 06:43:23.601 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:23.601 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 06:43:23.601 Sensor AWS SAM template file sensor [security] [INFO] 06:43:23.601 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:23.601 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:23.601 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:23.602 ------------- Run sensors on module [bundle] GEF Classic Zest Core [INFO] 06:43:23.699 Sensor JavaSensor [java] [INFO] 06:43:23.707 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:23.707 Using ECJ batch to parse 49 Main java source files with batch size 53 KB. [INFO] 06:43:23.713 Starting batch processing. [INFO] 06:43:23.750 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:32.639 100% analyzed [INFO] 06:43:32.640 Batch processing: Done. [INFO] 06:43:32.640 Did not optimize analysis for any files, performed a full analysis for all 49 files. [INFO] 06:43:32.701 No "Test" source files to scan. [INFO] 06:43:32.701 No "Generated" source files to scan. [INFO] 06:43:32.702 Sensor JavaSensor [java] (done) | time=9003ms [INFO] 06:43:32.702 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:32.702 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:32.702 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:32.702 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:32.702 Sensor Java Config Sensor [iac] [INFO] 06:43:32.704 0 source files to be analyzed [INFO] 06:43:32.704 0/0 source files have been analyzed [INFO] 06:43:32.704 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 06:43:32.704 Sensor CSS Rules [javascript] [INFO] 06:43:32.705 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:32.705 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:32.705 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:32.706 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:32.706 Sensor SurefireSensor [java] [INFO] 06:43:32.706 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/target/surefire-reports] [INFO] 06:43:32.707 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:32.707 Sensor HTML [web] [INFO] 06:43:32.707 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:32.707 Sensor XML Sensor [xml] [INFO] 06:43:32.708 1 source file to be analyzed [INFO] 06:43:32.726 1/1 source file has been analyzed [INFO] 06:43:32.727 Sensor XML Sensor [xml] (done) | time=20ms [INFO] 06:43:32.727 Sensor IaC Docker Sensor [iac] [INFO] 06:43:32.728 0 source files to be analyzed [INFO] 06:43:32.738 0/0 source files have been analyzed [INFO] 06:43:32.738 Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] 06:43:32.738 Sensor Serverless configuration file sensor [security] [INFO] 06:43:32.739 0 Serverless function entries were found in the project [INFO] 06:43:32.739 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:32.739 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 06:43:32.739 Sensor AWS SAM template file sensor [security] [INFO] 06:43:32.739 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:32.739 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:32.740 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 06:43:32.740 ------------- Run sensors on module [feature] GEF Classic Draw2d [INFO] 06:43:32.813 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:32.813 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:32.813 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:32.813 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:32.813 Sensor Java Config Sensor [iac] [INFO] 06:43:32.839 0 source files to be analyzed [INFO] 06:43:32.839 0/0 source files have been analyzed [INFO] 06:43:32.839 Sensor Java Config Sensor [iac] (done) | time=26ms [INFO] 06:43:32.839 Sensor CSS Rules [javascript] [INFO] 06:43:32.840 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:32.840 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:32.840 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:32.841 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:32.841 Sensor HTML [web] [INFO] 06:43:32.841 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:32.842 Sensor XML Sensor [xml] [INFO] 06:43:32.842 1 source file to be analyzed [INFO] 06:43:32.851 1/1 source file has been analyzed [INFO] 06:43:32.852 Sensor XML Sensor [xml] (done) | time=10ms [INFO] 06:43:32.852 Sensor IaC Docker Sensor [iac] [INFO] 06:43:32.852 0 source files to be analyzed [INFO] 06:43:32.872 0/0 source files have been analyzed [INFO] 06:43:32.872 Sensor IaC Docker Sensor [iac] (done) | time=20ms [INFO] 06:43:32.872 Sensor Serverless configuration file sensor [security] [INFO] 06:43:32.872 0 Serverless function entries were found in the project [INFO] 06:43:32.872 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:32.872 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:32.873 Sensor AWS SAM template file sensor [security] [INFO] 06:43:32.873 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 06:43:32.873 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:32.873 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:32.873 ------------- Run sensors on module [bundle] GEF Classic Examples PDE integration [INFO] 06:43:32.939 Sensor JavaSensor [java] [INFO] 06:43:32.963 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:32.964 Using ECJ batch to parse 7 Main java source files with batch size 53 KB. [INFO] 06:43:32.968 Starting batch processing. [INFO] 06:43:33.003 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:35.909 100% analyzed [INFO] 06:43:35.909 Batch processing: Done. [INFO] 06:43:35.910 Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] 06:43:35.947 No "Test" source files to scan. [INFO] 06:43:35.947 No "Generated" source files to scan. [INFO] 06:43:35.948 Sensor JavaSensor [java] (done) | time=3009ms [INFO] 06:43:35.948 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:35.948 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:35.948 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:35.948 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:35.948 Sensor Java Config Sensor [iac] [INFO] 06:43:35.949 0 source files to be analyzed [INFO] 06:43:35.949 0/0 source files have been analyzed [INFO] 06:43:35.949 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:35.949 Sensor CSS Rules [javascript] [INFO] 06:43:35.950 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:35.950 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:35.950 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:35.951 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:35.951 Sensor SurefireSensor [java] [INFO] 06:43:35.951 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/surefire-reports] [INFO] 06:43:35.951 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:35.951 Sensor HTML [web] [INFO] 06:43:35.952 Sensor HTML [web] (done) | time=1ms [INFO] 06:43:35.952 Sensor XML Sensor [xml] [INFO] 06:43:35.952 1 source file to be analyzed [INFO] 06:43:35.977 1/1 source file has been analyzed [INFO] 06:43:35.977 Sensor XML Sensor [xml] (done) | time=25ms [INFO] 06:43:35.977 Sensor IaC Docker Sensor [iac] [INFO] 06:43:35.978 0 source files to be analyzed [INFO] 06:43:35.986 0/0 source files have been analyzed [INFO] 06:43:35.986 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 06:43:35.987 Sensor Serverless configuration file sensor [security] [INFO] 06:43:35.987 0 Serverless function entries were found in the project [INFO] 06:43:35.987 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:35.987 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:35.987 Sensor AWS SAM template file sensor [security] [INFO] 06:43:35.987 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:35.987 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:35.987 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:35.988 ------------- Run sensors on module [feature] GEF Classic Zest [INFO] 06:43:36.070 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:36.070 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:36.070 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:36.070 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:36.070 Sensor Java Config Sensor [iac] [INFO] 06:43:36.071 0 source files to be analyzed [INFO] 06:43:36.071 0/0 source files have been analyzed [INFO] 06:43:36.071 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:36.072 Sensor CSS Rules [javascript] [INFO] 06:43:36.072 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:36.072 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:36.072 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:36.073 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:36.073 Sensor HTML [web] [INFO] 06:43:36.074 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:36.074 Sensor XML Sensor [xml] [INFO] 06:43:36.074 1 source file to be analyzed [INFO] 06:43:36.090 1/1 source file has been analyzed [INFO] 06:43:36.091 Sensor XML Sensor [xml] (done) | time=17ms [INFO] 06:43:36.091 Sensor IaC Docker Sensor [iac] [INFO] 06:43:36.091 0 source files to be analyzed [INFO] 06:43:36.099 0/0 source files have been analyzed [INFO] 06:43:36.100 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 06:43:36.100 Sensor Serverless configuration file sensor [security] [INFO] 06:43:36.100 0 Serverless function entries were found in the project [INFO] 06:43:36.100 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:36.100 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:36.100 Sensor AWS SAM template file sensor [security] [INFO] 06:43:36.100 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:36.100 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:36.100 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:36.101 ------------- Run sensors on module [bundle] GEF Classic GEF Developer Documentation [INFO] 06:43:36.193 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:36.194 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:36.194 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:36.194 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:36.194 Sensor Java Config Sensor [iac] [INFO] 06:43:36.195 0 source files to be analyzed [INFO] 06:43:36.195 0/0 source files have been analyzed [INFO] 06:43:36.195 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:36.195 Sensor CSS Rules [javascript] [INFO] 06:43:36.195 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:36.195 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:36.195 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:36.197 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:43:36.197 Sensor HTML [web] [INFO] 06:43:36.197 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:36.197 Sensor XML Sensor [xml] [INFO] 06:43:36.198 1 source file to be analyzed [INFO] 06:43:36.263 1/1 source file has been analyzed [INFO] 06:43:36.263 Sensor XML Sensor [xml] (done) | time=66ms [INFO] 06:43:36.264 Sensor IaC Docker Sensor [iac] [INFO] 06:43:36.264 0 source files to be analyzed [INFO] 06:43:36.272 0/0 source files have been analyzed [INFO] 06:43:36.273 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 06:43:36.273 Sensor Serverless configuration file sensor [security] [INFO] 06:43:36.273 0 Serverless function entries were found in the project [INFO] 06:43:36.273 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:36.273 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:36.273 Sensor AWS SAM template file sensor [security] [INFO] 06:43:36.273 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:36.274 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:36.274 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:36.274 ------------- Run sensors on module [updatesite] org.eclipse.gef.repository.eclipse-repository [INFO] 06:43:36.482 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:36.482 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:36.482 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:36.483 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:36.483 Sensor Java Config Sensor [iac] [INFO] 06:43:36.484 0 source files to be analyzed [INFO] 06:43:36.484 0/0 source files have been analyzed [INFO] 06:43:36.484 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:36.484 Sensor CSS Rules [javascript] [INFO] 06:43:36.484 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:36.484 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:36.485 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:36.486 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:36.486 Sensor IaC Docker Sensor [iac] [INFO] 06:43:36.487 0 source files to be analyzed [INFO] 06:43:36.494 0/0 source files have been analyzed [INFO] 06:43:36.494 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 06:43:36.494 Sensor Serverless configuration file sensor [security] [INFO] 06:43:36.495 0 Serverless function entries were found in the project [INFO] 06:43:36.495 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:36.495 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 06:43:36.495 Sensor AWS SAM template file sensor [security] [INFO] 06:43:36.495 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:36.495 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:36.495 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:36.496 ------------- Run sensors on module [bundle] GEF Classic Zest Developer Documentation [INFO] 06:43:36.619 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:36.619 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:36.619 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:36.619 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:36.619 Sensor Java Config Sensor [iac] [INFO] 06:43:36.620 0 source files to be analyzed [INFO] 06:43:36.620 0/0 source files have been analyzed [INFO] 06:43:36.620 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:36.621 Sensor CSS Rules [javascript] [INFO] 06:43:36.621 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:36.621 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:36.621 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:36.622 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:36.622 Sensor HTML [web] [INFO] 06:43:36.623 Sensor HTML [web] (done) | time=1ms [INFO] 06:43:36.623 Sensor XML Sensor [xml] [INFO] 06:43:36.623 1 source file to be analyzed [INFO] 06:43:36.641 1/1 source file has been analyzed [INFO] 06:43:36.641 Sensor XML Sensor [xml] (done) | time=18ms [INFO] 06:43:36.641 Sensor IaC Docker Sensor [iac] [INFO] 06:43:36.642 0 source files to be analyzed [INFO] 06:43:36.648 0/0 source files have been analyzed [INFO] 06:43:36.648 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:43:36.649 Sensor Serverless configuration file sensor [security] [INFO] 06:43:36.649 0 Serverless function entries were found in the project [INFO] 06:43:36.649 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:36.649 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:36.649 Sensor AWS SAM template file sensor [security] [INFO] 06:43:36.649 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:36.649 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:36.650 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 06:43:36.650 ------------- Run sensors on module [bundle] GEF Classic Flow Editor Example [INFO] 06:43:36.753 Sensor JavaSensor [java] [INFO] 06:43:36.765 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:36.765 Using ECJ batch to parse 58 Main java source files with batch size 53 KB. [INFO] 06:43:36.773 Starting batch processing. [INFO] 06:43:36.821 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:39.086 100% analyzed [INFO] 06:43:39.086 Batch processing: Done. [INFO] 06:43:39.087 Did not optimize analysis for any files, performed a full analysis for all 58 files. [INFO] 06:43:39.136 No "Test" source files to scan. [INFO] 06:43:39.136 No "Generated" source files to scan. [INFO] 06:43:39.136 Sensor JavaSensor [java] (done) | time=2383ms [INFO] 06:43:39.137 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:39.137 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:39.137 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:39.137 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:39.137 Sensor Java Config Sensor [iac] [INFO] 06:43:39.139 0 source files to be analyzed [INFO] 06:43:39.139 0/0 source files have been analyzed [INFO] 06:43:39.139 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 06:43:39.139 Sensor CSS Rules [javascript] [INFO] 06:43:39.139 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:39.139 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:39.139 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:39.141 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:43:39.141 Sensor SurefireSensor [java] [INFO] 06:43:39.141 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/target/surefire-reports] [INFO] 06:43:39.141 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:39.141 Sensor HTML [web] [INFO] 06:43:39.142 Sensor HTML [web] (done) | time=1ms [INFO] 06:43:39.142 Sensor XML Sensor [xml] [INFO] 06:43:39.142 1 source file to be analyzed [INFO] 06:43:39.157 1/1 source file has been analyzed [INFO] 06:43:39.157 Sensor XML Sensor [xml] (done) | time=15ms [INFO] 06:43:39.157 Sensor IaC Docker Sensor [iac] [INFO] 06:43:39.158 0 source files to be analyzed [INFO] 06:43:39.164 0/0 source files have been analyzed [INFO] 06:43:39.165 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:43:39.165 Sensor Serverless configuration file sensor [security] [INFO] 06:43:39.165 0 Serverless function entries were found in the project [INFO] 06:43:39.165 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:39.165 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:39.165 Sensor AWS SAM template file sensor [security] [INFO] 06:43:39.165 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:39.166 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:39.166 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:39.166 ------------- Run sensors on module [bundle] GEF Classic Examples [INFO] 06:43:39.224 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:39.224 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:39.224 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:39.224 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:39.224 Sensor Java Config Sensor [iac] [INFO] 06:43:39.225 0 source files to be analyzed [INFO] 06:43:39.225 0/0 source files have been analyzed [INFO] 06:43:39.225 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:39.226 Sensor CSS Rules [javascript] [INFO] 06:43:39.226 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:39.226 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:39.226 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:39.227 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:39.228 Sensor HTML [web] [INFO] 06:43:39.228 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:39.228 Sensor XML Sensor [xml] [INFO] 06:43:39.228 1 source file to be analyzed [INFO] 06:43:39.289 1/1 source file has been analyzed [INFO] 06:43:39.289 Sensor XML Sensor [xml] (done) | time=61ms [INFO] 06:43:39.289 Sensor IaC Docker Sensor [iac] [INFO] 06:43:39.290 0 source files to be analyzed [INFO] 06:43:39.296 0/0 source files have been analyzed [INFO] 06:43:39.297 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:43:39.297 Sensor Serverless configuration file sensor [security] [INFO] 06:43:39.297 0 Serverless function entries were found in the project [INFO] 06:43:39.297 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:39.297 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:39.297 Sensor AWS SAM template file sensor [security] [INFO] 06:43:39.297 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:39.298 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:39.298 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:39.298 ------------- Run sensors on module [bundle] GEF Classic Zest Examples [INFO] 06:43:39.355 Sensor JavaSensor [java] [INFO] 06:43:39.375 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:39.375 Using ECJ batch to parse 33 Main java source files with batch size 53 KB. [INFO] 06:43:39.385 Starting batch processing. [INFO] 06:43:39.478 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:42.376 100% analyzed [INFO] 06:43:42.376 Batch processing: Done. [INFO] 06:43:42.378 Did not optimize analysis for any files, performed a full analysis for all 33 files. [INFO] 06:43:42.423 No "Test" source files to scan. [INFO] 06:43:42.423 No "Generated" source files to scan. [INFO] 06:43:42.423 Sensor JavaSensor [java] (done) | time=3069ms [INFO] 06:43:42.424 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:42.424 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:42.424 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:42.424 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:42.424 Sensor Java Config Sensor [iac] [INFO] 06:43:42.425 0 source files to be analyzed [INFO] 06:43:42.425 0/0 source files have been analyzed [INFO] 06:43:42.425 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:42.425 Sensor CSS Rules [javascript] [INFO] 06:43:42.426 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:42.426 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:42.426 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:42.427 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:42.427 Sensor SurefireSensor [java] [INFO] 06:43:42.427 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/target/surefire-reports] [INFO] 06:43:42.427 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:42.427 Sensor HTML [web] [INFO] 06:43:42.428 Sensor HTML [web] (done) | time=1ms [INFO] 06:43:42.428 Sensor XML Sensor [xml] [INFO] 06:43:42.428 1 source file to be analyzed [INFO] 06:43:42.466 1/1 source file has been analyzed [INFO] 06:43:42.466 Sensor XML Sensor [xml] (done) | time=38ms [INFO] 06:43:42.467 Sensor IaC Docker Sensor [iac] [INFO] 06:43:42.467 0 source files to be analyzed [INFO] 06:43:42.473 0/0 source files have been analyzed [INFO] 06:43:42.473 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:43:42.473 Sensor Serverless configuration file sensor [security] [INFO] 06:43:42.474 0 Serverless function entries were found in the project [INFO] 06:43:42.474 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:42.474 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 06:43:42.474 Sensor AWS SAM template file sensor [security] [INFO] 06:43:42.474 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:42.474 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:42.474 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:42.474 ------------- Run sensors on module [feature] GEF Classic Draw2d SDK [INFO] 06:43:42.543 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:42.543 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:42.543 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:42.543 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:42.544 Sensor Java Config Sensor [iac] [INFO] 06:43:42.544 0 source files to be analyzed [INFO] 06:43:42.544 0/0 source files have been analyzed [INFO] 06:43:42.545 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:42.545 Sensor CSS Rules [javascript] [INFO] 06:43:42.545 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:42.545 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:42.545 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:42.546 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:42.546 Sensor HTML [web] [INFO] 06:43:42.546 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:42.547 Sensor XML Sensor [xml] [INFO] 06:43:42.547 1 source file to be analyzed [INFO] 06:43:42.570 1/1 source file has been analyzed [INFO] 06:43:42.570 Sensor XML Sensor [xml] (done) | time=23ms [INFO] 06:43:42.570 Sensor IaC Docker Sensor [iac] [INFO] 06:43:42.571 0 source files to be analyzed [INFO] 06:43:42.576 0/0 source files have been analyzed [INFO] 06:43:42.576 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:43:42.577 Sensor Serverless configuration file sensor [security] [INFO] 06:43:42.577 0 Serverless function entries were found in the project [INFO] 06:43:42.577 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:42.577 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:42.577 Sensor AWS SAM template file sensor [security] [INFO] 06:43:42.577 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:42.577 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:42.577 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:42.577 ------------- Run sensors on module [bundle] GEF Classic Draw2d Examples [INFO] 06:43:42.634 Sensor JavaSensor [java] [INFO] 06:43:42.636 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:42.636 Using ECJ batch to parse 87 Main java source files with batch size 53 KB. [INFO] 06:43:42.647 Starting batch processing. [INFO] 06:43:42.675 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:49.455 100% analyzed [INFO] 06:43:49.455 Batch processing: Done. [INFO] 06:43:49.455 Did not optimize analysis for any files, performed a full analysis for all 87 files. [INFO] 06:43:49.516 No "Test" source files to scan. [INFO] 06:43:49.516 No "Generated" source files to scan. [INFO] 06:43:49.516 Sensor JavaSensor [java] (done) | time=6882ms [INFO] 06:43:49.517 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:49.517 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:49.517 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:49.517 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:49.517 Sensor Java Config Sensor [iac] [INFO] 06:43:49.519 0 source files to be analyzed [INFO] 06:43:49.519 0/0 source files have been analyzed [INFO] 06:43:49.519 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 06:43:49.519 Sensor CSS Rules [javascript] [INFO] 06:43:49.519 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:49.519 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:49.519 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:49.521 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:43:49.521 Sensor SurefireSensor [java] [INFO] 06:43:49.521 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/target/surefire-reports] [INFO] 06:43:49.521 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:49.522 Sensor HTML [web] [INFO] 06:43:49.522 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:49.522 Sensor XML Sensor [xml] [INFO] 06:43:49.522 1 source file to be analyzed [INFO] 06:43:49.565 1/1 source file has been analyzed [INFO] 06:43:49.566 Sensor XML Sensor [xml] (done) | time=43ms [INFO] 06:43:49.566 Sensor IaC Docker Sensor [iac] [INFO] 06:43:49.567 0 source files to be analyzed [INFO] 06:43:49.582 0/0 source files have been analyzed [INFO] 06:43:49.582 Sensor IaC Docker Sensor [iac] (done) | time=16ms [INFO] 06:43:49.582 Sensor Serverless configuration file sensor [security] [INFO] 06:43:49.582 0 Serverless function entries were found in the project [INFO] 06:43:49.582 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:49.583 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:49.583 Sensor AWS SAM template file sensor [security] [INFO] 06:43:49.583 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:49.583 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:49.583 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:49.583 ------------- Run sensors on module [feature] GEF Classic Zest SDK [INFO] 06:43:49.904 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:49.904 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:49.904 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:49.904 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:49.904 Sensor Java Config Sensor [iac] [INFO] 06:43:49.905 0 source files to be analyzed [INFO] 06:43:49.905 0/0 source files have been analyzed [INFO] 06:43:49.905 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:49.905 Sensor CSS Rules [javascript] [INFO] 06:43:49.905 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:49.905 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:49.906 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:49.907 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:49.907 Sensor HTML [web] [INFO] 06:43:49.907 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:49.907 Sensor XML Sensor [xml] [INFO] 06:43:49.908 1 source file to be analyzed [INFO] 06:43:49.923 1/1 source file has been analyzed [INFO] 06:43:49.923 Sensor XML Sensor [xml] (done) | time=16ms [INFO] 06:43:49.923 Sensor IaC Docker Sensor [iac] [INFO] 06:43:49.923 0 source files to be analyzed [INFO] 06:43:49.929 0/0 source files have been analyzed [INFO] 06:43:49.930 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:43:49.930 Sensor Serverless configuration file sensor [security] [INFO] 06:43:49.930 0 Serverless function entries were found in the project [INFO] 06:43:49.930 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:49.930 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:49.930 Sensor AWS SAM template file sensor [security] [INFO] 06:43:49.930 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:49.930 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:49.930 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:49.931 ------------- Run sensors on module [bundle] GEF Classic Logic Editor Example [INFO] 06:43:50.015 Sensor JavaSensor [java] [INFO] 06:43:50.023 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:50.023 Using ECJ batch to parse 117 Main java source files with batch size 53 KB. [INFO] 06:43:50.031 Starting batch processing. [INFO] 06:43:50.077 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:56.118 100% analyzed [INFO] 06:43:56.118 Batch processing: Done. [INFO] 06:43:56.119 Did not optimize analysis for any files, performed a full analysis for all 117 files. [INFO] 06:43:56.176 No "Test" source files to scan. [INFO] 06:43:56.176 No "Generated" source files to scan. [INFO] 06:43:56.176 Sensor JavaSensor [java] (done) | time=6161ms [INFO] 06:43:56.176 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:56.176 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:56.176 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:56.176 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:56.176 Sensor Java Config Sensor [iac] [INFO] 06:43:56.179 0 source files to be analyzed [INFO] 06:43:56.179 0/0 source files have been analyzed [INFO] 06:43:56.179 Sensor Java Config Sensor [iac] (done) | time=3ms [INFO] 06:43:56.179 Sensor CSS Rules [javascript] [INFO] 06:43:56.180 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:56.180 Sensor CSS Rules [javascript] (done) | time=1ms [INFO] 06:43:56.180 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:56.181 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:56.181 Sensor SurefireSensor [java] [INFO] 06:43:56.181 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/target/surefire-reports] [INFO] 06:43:56.181 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:56.182 Sensor HTML [web] [INFO] 06:43:56.182 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:56.182 Sensor XML Sensor [xml] [INFO] 06:43:56.182 1 source file to be analyzed [INFO] 06:43:56.198 1/1 source file has been analyzed [INFO] 06:43:56.198 Sensor XML Sensor [xml] (done) | time=16ms [INFO] 06:43:56.198 Sensor IaC Docker Sensor [iac] [INFO] 06:43:56.199 0 source files to be analyzed [INFO] 06:43:56.205 0/0 source files have been analyzed [INFO] 06:43:56.205 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:43:56.205 Sensor Serverless configuration file sensor [security] [INFO] 06:43:56.205 0 Serverless function entries were found in the project [INFO] 06:43:56.205 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:56.205 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:56.206 Sensor AWS SAM template file sensor [security] [INFO] 06:43:56.206 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:56.206 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:56.206 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:56.206 ------------- Run sensors on module org.eclipse.gef.tests [INFO] 06:43:56.269 Sensor JavaSensor [java] [INFO] 06:43:56.278 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:56.278 Using ECJ batch to parse 7 Main java source files with batch size 53 KB. [INFO] 06:43:56.284 Starting batch processing. [INFO] 06:43:56.346 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:43:56.820 100% analyzed [INFO] 06:43:56.820 Batch processing: Done. [INFO] 06:43:56.821 Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] 06:43:56.868 No "Test" source files to scan. [INFO] 06:43:56.869 No "Generated" source files to scan. [INFO] 06:43:56.869 Sensor JavaSensor [java] (done) | time=600ms [INFO] 06:43:56.869 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:56.869 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:56.869 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:56.869 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:43:56.869 Sensor Java Config Sensor [iac] [INFO] 06:43:56.870 0 source files to be analyzed [INFO] 06:43:56.870 0/0 source files have been analyzed [INFO] 06:43:56.870 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:43:56.870 Sensor CSS Rules [javascript] [INFO] 06:43:56.870 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:56.870 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:56.871 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:56.872 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:56.872 Sensor SurefireSensor [java] [INFO] 06:43:56.872 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/target/surefire-reports] [INFO] 06:43:56.872 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:43:56.872 Sensor HTML [web] [INFO] 06:43:56.872 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:56.872 Sensor XML Sensor [xml] [INFO] 06:43:56.873 1 source file to be analyzed [INFO] 06:43:56.890 1/1 source file has been analyzed [INFO] 06:43:56.890 Sensor XML Sensor [xml] (done) | time=18ms [INFO] 06:43:56.890 Sensor IaC Docker Sensor [iac] [INFO] 06:43:56.891 0 source files to be analyzed [INFO] 06:43:56.896 0/0 source files have been analyzed [INFO] 06:43:56.896 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:43:56.897 Sensor Serverless configuration file sensor [security] [INFO] 06:43:56.897 0 Serverless function entries were found in the project [INFO] 06:43:56.897 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:56.897 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:56.897 Sensor AWS SAM template file sensor [security] [INFO] 06:43:56.897 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:56.897 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:56.897 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:56.897 ------------- Run sensors on module [bundle] GEF Classic Draw2d Developer Documentation [INFO] 06:43:56.949 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:43:56.950 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:43:56.950 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:43:56.950 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:43:56.950 Sensor Java Config Sensor [iac] [INFO] 06:43:56.951 0 source files to be analyzed [INFO] 06:43:56.951 0/0 source files have been analyzed [INFO] 06:43:56.963 Sensor Java Config Sensor [iac] (done) | time=13ms [INFO] 06:43:56.963 Sensor CSS Rules [javascript] [INFO] 06:43:56.963 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:43:56.963 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:43:56.963 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:43:56.964 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:43:56.965 Sensor HTML [web] [INFO] 06:43:56.965 Sensor HTML [web] (done) | time=0ms [INFO] 06:43:56.965 Sensor XML Sensor [xml] [INFO] 06:43:56.965 1 source file to be analyzed [INFO] 06:43:56.976 1/1 source file has been analyzed [INFO] 06:43:56.976 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 06:43:56.976 Sensor IaC Docker Sensor [iac] [INFO] 06:43:56.976 0 source files to be analyzed [INFO] 06:43:56.982 0/0 source files have been analyzed [INFO] 06:43:56.982 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:43:56.982 Sensor Serverless configuration file sensor [security] [INFO] 06:43:56.982 0 Serverless function entries were found in the project [INFO] 06:43:56.982 0 Serverless function handlers were kept as entrypoints [INFO] 06:43:56.982 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:43:56.983 Sensor AWS SAM template file sensor [security] [INFO] 06:43:56.983 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:43:56.983 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:43:56.983 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:43:56.983 ------------- Run sensors on module org.eclipse.draw2d.tests [INFO] 06:43:57.036 Sensor JavaSensor [java] [INFO] 06:43:57.045 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:43:57.045 Using ECJ batch to parse 47 Main java source files with batch size 53 KB. [INFO] 06:43:57.065 Starting batch processing. [INFO] 06:43:57.131 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:44:01.875 100% analyzed [INFO] 06:44:01.875 Batch processing: Done. [INFO] 06:44:01.876 Did not optimize analysis for any files, performed a full analysis for all 47 files. [INFO] 06:44:01.934 No "Test" source files to scan. [INFO] 06:44:01.934 No "Generated" source files to scan. [INFO] 06:44:01.934 Sensor JavaSensor [java] (done) | time=4898ms [INFO] 06:44:01.934 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:01.934 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:01.935 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:01.935 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:44:01.935 Sensor Java Config Sensor [iac] [INFO] 06:44:01.936 0 source files to be analyzed [INFO] 06:44:01.936 0/0 source files have been analyzed [INFO] 06:44:01.936 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:01.936 Sensor CSS Rules [javascript] [INFO] 06:44:01.936 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:01.936 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:01.936 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:01.938 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:44:01.938 Sensor SurefireSensor [java] [INFO] 06:44:01.938 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/target/surefire-reports] [INFO] 06:44:01.938 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:44:01.938 Sensor HTML [web] [INFO] 06:44:01.938 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:01.938 Sensor XML Sensor [xml] [INFO] 06:44:01.939 1 source file to be analyzed [INFO] 06:44:01.954 1/1 source file has been analyzed [INFO] 06:44:01.954 Sensor XML Sensor [xml] (done) | time=16ms [INFO] 06:44:01.954 Sensor IaC Docker Sensor [iac] [INFO] 06:44:01.955 0 source files to be analyzed [INFO] 06:44:01.961 0/0 source files have been analyzed [INFO] 06:44:01.963 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 06:44:01.963 Sensor Serverless configuration file sensor [security] [INFO] 06:44:01.963 0 Serverless function entries were found in the project [INFO] 06:44:01.963 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:01.963 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:01.963 Sensor AWS SAM template file sensor [security] [INFO] 06:44:01.963 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:44:01.963 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:01.963 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:01.964 ------------- Run sensors on module [bundle] GEF Classic Zest Layouts [INFO] 06:44:02.017 Sensor JavaSensor [java] [INFO] 06:44:02.019 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:44:02.020 Using ECJ batch to parse 45 Main java source files with batch size 53 KB. [INFO] 06:44:02.025 Starting batch processing. [INFO] 06:44:02.041 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:44:09.728 100% analyzed [INFO] 06:44:09.728 Batch processing: Done. [INFO] 06:44:09.728 Did not optimize analysis for any files, performed a full analysis for all 45 files. [INFO] 06:44:09.827 No "Test" source files to scan. [INFO] 06:44:09.827 No "Generated" source files to scan. [INFO] 06:44:09.828 Sensor JavaSensor [java] (done) | time=7811ms [INFO] 06:44:09.828 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:09.828 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:09.828 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:09.828 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:44:09.828 Sensor Java Config Sensor [iac] [INFO] 06:44:09.830 0 source files to be analyzed [INFO] 06:44:09.830 0/0 source files have been analyzed [INFO] 06:44:09.830 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 06:44:09.830 Sensor CSS Rules [javascript] [INFO] 06:44:09.830 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:09.830 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:09.830 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:09.832 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:44:09.832 Sensor SurefireSensor [java] [INFO] 06:44:09.832 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/target/surefire-reports] [INFO] 06:44:09.832 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:44:09.832 Sensor HTML [web] [INFO] 06:44:09.832 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:09.833 Sensor XML Sensor [xml] [INFO] 06:44:09.833 1 source file to be analyzed [INFO] 06:44:09.867 1/1 source file has been analyzed [INFO] 06:44:09.867 Sensor XML Sensor [xml] (done) | time=34ms [INFO] 06:44:09.867 Sensor IaC Docker Sensor [iac] [INFO] 06:44:09.868 0 source files to be analyzed [INFO] 06:44:09.875 0/0 source files have been analyzed [INFO] 06:44:09.875 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 06:44:09.875 Sensor Serverless configuration file sensor [security] [INFO] 06:44:09.875 0 Serverless function entries were found in the project [INFO] 06:44:09.875 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:09.875 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:09.875 Sensor AWS SAM template file sensor [security] [INFO] 06:44:09.876 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 06:44:09.876 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:09.876 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:09.876 ------------- Run sensors on module [feature] GEF Classic GEF (MVC) SDK [INFO] 06:44:09.948 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:09.948 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:09.948 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:09.949 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:44:09.949 Sensor Java Config Sensor [iac] [INFO] 06:44:09.949 0 source files to be analyzed [INFO] 06:44:09.950 0/0 source files have been analyzed [INFO] 06:44:09.950 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:09.950 Sensor CSS Rules [javascript] [INFO] 06:44:09.950 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:09.950 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:09.950 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:09.951 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:44:09.951 Sensor HTML [web] [INFO] 06:44:09.952 Sensor HTML [web] (done) | time=1ms [INFO] 06:44:09.952 Sensor XML Sensor [xml] [INFO] 06:44:09.952 1 source file to be analyzed [INFO] 06:44:09.974 1/1 source file has been analyzed [INFO] 06:44:09.975 Sensor XML Sensor [xml] (done) | time=23ms [INFO] 06:44:09.975 Sensor IaC Docker Sensor [iac] [INFO] 06:44:09.975 0 source files to be analyzed [INFO] 06:44:09.981 0/0 source files have been analyzed [INFO] 06:44:09.981 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:44:09.981 Sensor Serverless configuration file sensor [security] [INFO] 06:44:09.981 0 Serverless function entries were found in the project [INFO] 06:44:09.981 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:09.982 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:09.982 Sensor AWS SAM template file sensor [security] [INFO] 06:44:09.982 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:44:09.982 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:09.982 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:09.982 ------------- Run sensors on module [feature] GEF Classic GEF (MVC) Examples [INFO] 06:44:10.036 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:10.036 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:10.036 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:10.036 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:44:10.036 Sensor Java Config Sensor [iac] [INFO] 06:44:10.037 0 source files to be analyzed [INFO] 06:44:10.037 0/0 source files have been analyzed [INFO] 06:44:10.037 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:10.038 Sensor CSS Rules [javascript] [INFO] 06:44:10.038 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:10.038 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:10.038 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:10.039 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:44:10.063 Sensor HTML [web] [INFO] 06:44:10.063 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:10.063 Sensor XML Sensor [xml] [INFO] 06:44:10.064 1 source file to be analyzed [INFO] 06:44:10.079 1/1 source file has been analyzed [INFO] 06:44:10.079 Sensor XML Sensor [xml] (done) | time=16ms [INFO] 06:44:10.079 Sensor IaC Docker Sensor [iac] [INFO] 06:44:10.080 0 source files to be analyzed [INFO] 06:44:10.085 0/0 source files have been analyzed [INFO] 06:44:10.085 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:44:10.086 Sensor Serverless configuration file sensor [security] [INFO] 06:44:10.086 0 Serverless function entries were found in the project [INFO] 06:44:10.086 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:10.086 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:10.086 Sensor AWS SAM template file sensor [security] [INFO] 06:44:10.086 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:44:10.086 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:10.086 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:10.087 ------------- Run sensors on module [feature] GEF Classic GEF (MVC) [INFO] 06:44:10.141 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:10.141 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:10.141 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:10.141 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:44:10.142 Sensor Java Config Sensor [iac] [INFO] 06:44:10.142 0 source files to be analyzed [INFO] 06:44:10.143 0/0 source files have been analyzed [INFO] 06:44:10.143 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:10.143 Sensor CSS Rules [javascript] [INFO] 06:44:10.143 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:10.143 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:10.143 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:10.144 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:44:10.145 Sensor HTML [web] [INFO] 06:44:10.145 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:10.145 Sensor XML Sensor [xml] [INFO] 06:44:10.145 1 source file to be analyzed [INFO] 06:44:10.170 1/1 source file has been analyzed [INFO] 06:44:10.170 Sensor XML Sensor [xml] (done) | time=25ms [INFO] 06:44:10.170 Sensor IaC Docker Sensor [iac] [INFO] 06:44:10.171 0 source files to be analyzed [INFO] 06:44:10.176 0/0 source files have been analyzed [INFO] 06:44:10.176 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:44:10.177 Sensor Serverless configuration file sensor [security] [INFO] 06:44:10.177 0 Serverless function entries were found in the project [INFO] 06:44:10.177 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:10.177 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 06:44:10.177 Sensor AWS SAM template file sensor [security] [INFO] 06:44:10.177 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:44:10.177 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:10.177 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:10.178 ------------- Run sensors on module [bundle] GEF Classic Draw2d [INFO] 06:44:10.230 Sensor JavaSensor [java] [INFO] 06:44:10.232 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:44:10.232 Using ECJ batch to parse 288 Main java source files with batch size 53 KB. [INFO] 06:44:10.237 Starting batch processing. [INFO] 06:44:10.265 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:44:45.483 100% analyzed [INFO] 06:44:45.483 Batch processing: Done. [INFO] 06:44:45.483 Did not optimize analysis for any files, performed a full analysis for all 288 files. [INFO] 06:44:45.576 No "Test" source files to scan. [INFO] 06:44:45.576 No "Generated" source files to scan. [INFO] 06:44:45.576 Sensor JavaSensor [java] (done) | time=35346ms [INFO] 06:44:45.576 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:45.576 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:45.576 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:45.577 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 06:44:45.577 Sensor Java Config Sensor [iac] [INFO] 06:44:45.580 0 source files to be analyzed [INFO] 06:44:45.580 0/0 source files have been analyzed [INFO] 06:44:45.580 Sensor Java Config Sensor [iac] (done) | time=3ms [INFO] 06:44:45.580 Sensor JavaScript inside HTML analysis [javascript] [INFO] 06:44:45.584 12 source files to be analyzed [INFO] 06:44:45.709 12/12 source files have been analyzed [INFO] 06:44:45.710 Hit the cache for 0 out of 12 [INFO] 06:44:45.710 Miss the cache for 12 out of 12: ANALYSIS_MODE_INELIGIBLE [12/12] [INFO] 06:44:45.710 Sensor JavaScript inside HTML analysis [javascript] (done) | time=130ms [INFO] 06:44:45.710 Sensor CSS Rules [javascript] [INFO] 06:44:45.713 12 source files to be analyzed [INFO] 06:44:45.853 12/12 source files have been analyzed [INFO] 06:44:45.853 Hit the cache for 0 out of 0 [INFO] 06:44:45.853 Miss the cache for 0 out of 0 [INFO] 06:44:45.853 Sensor CSS Rules [javascript] (done) | time=143ms [INFO] 06:44:45.853 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:45.855 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] 06:44:45.855 Sensor SurefireSensor [java] [INFO] 06:44:45.855 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/target/surefire-reports] [INFO] 06:44:45.855 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:44:45.855 Sensor HTML [web] [INFO] 06:44:45.972 Sensor HTML [web] (done) | time=117ms [INFO] 06:44:45.972 Sensor XML Sensor [xml] [INFO] 06:44:45.973 1 source file to be analyzed [INFO] 06:44:45.983 1/1 source file has been analyzed [INFO] 06:44:45.983 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 06:44:45.983 Sensor IaC Docker Sensor [iac] [INFO] 06:44:45.984 0 source files to be analyzed [INFO] 06:44:45.990 0/0 source files have been analyzed [INFO] 06:44:45.990 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 06:44:45.990 Sensor Serverless configuration file sensor [security] [INFO] 06:44:45.990 0 Serverless function entries were found in the project [INFO] 06:44:45.990 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:45.990 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:45.990 Sensor AWS SAM template file sensor [security] [INFO] 06:44:45.991 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 06:44:45.991 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:45.991 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:45.991 ------------- Run sensors on module org.eclipse.zest.tests [INFO] 06:44:46.067 Sensor JavaSensor [java] [INFO] 06:44:46.082 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 06:44:46.082 Using ECJ batch to parse 13 Main java source files with batch size 53 KB. [INFO] 06:44:46.091 Starting batch processing. [INFO] 06:44:46.278 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 06:44:47.898 100% analyzed [INFO] 06:44:47.898 Batch processing: Done. [INFO] 06:44:47.899 Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] 06:44:48.023 No "Test" source files to scan. [INFO] 06:44:48.023 No "Generated" source files to scan. [INFO] 06:44:48.023 Sensor JavaSensor [java] (done) | time=1956ms [INFO] 06:44:48.023 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:48.023 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:48.023 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:48.024 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:44:48.024 Sensor Java Config Sensor [iac] [INFO] 06:44:48.024 0 source files to be analyzed [INFO] 06:44:48.024 0/0 source files have been analyzed [INFO] 06:44:48.025 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:48.025 Sensor CSS Rules [javascript] [INFO] 06:44:48.025 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:48.025 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:48.025 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:48.026 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:44:48.026 Sensor SurefireSensor [java] [INFO] 06:44:48.026 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/target/surefire-reports] [INFO] 06:44:48.026 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 06:44:48.026 Sensor HTML [web] [INFO] 06:44:48.026 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:48.027 Sensor XML Sensor [xml] [INFO] 06:44:48.027 1 source file to be analyzed [INFO] 06:44:48.049 1/1 source file has been analyzed [INFO] 06:44:48.049 Sensor XML Sensor [xml] (done) | time=22ms [INFO] 06:44:48.049 Sensor IaC Docker Sensor [iac] [INFO] 06:44:48.050 0 source files to be analyzed [INFO] 06:44:48.055 0/0 source files have been analyzed [INFO] 06:44:48.055 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:44:48.055 Sensor Serverless configuration file sensor [security] [INFO] 06:44:48.055 0 Serverless function entries were found in the project [INFO] 06:44:48.055 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:48.055 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:48.055 Sensor AWS SAM template file sensor [security] [INFO] 06:44:48.056 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 06:44:48.056 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:48.056 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 06:44:48.056 ------------- Run sensors on module org.eclipse.gef.releng [INFO] 06:44:48.108 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 06:44:48.108 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 06:44:48.109 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 06:44:48.109 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 06:44:48.109 Sensor Java Config Sensor [iac] [INFO] 06:44:48.110 0 source files to be analyzed [INFO] 06:44:48.110 0/0 source files have been analyzed [INFO] 06:44:48.110 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 06:44:48.110 Sensor CSS Rules [javascript] [INFO] 06:44:48.110 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] 06:44:48.110 Sensor CSS Rules [javascript] (done) | time=0ms [INFO] 06:44:48.110 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 06:44:48.111 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 06:44:48.111 Sensor HTML [web] [INFO] 06:44:48.111 Sensor HTML [web] (done) | time=0ms [INFO] 06:44:48.112 Sensor XML Sensor [xml] [INFO] 06:44:48.139 1 source file to be analyzed [INFO] 06:44:48.281 1/1 source file has been analyzed [INFO] 06:44:48.281 Sensor XML Sensor [xml] (done) | time=169ms [INFO] 06:44:48.281 Sensor IaC Docker Sensor [iac] [INFO] 06:44:48.282 0 source files to be analyzed [INFO] 06:44:48.287 0/0 source files have been analyzed [INFO] 06:44:48.287 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 06:44:48.287 Sensor Serverless configuration file sensor [security] [INFO] 06:44:48.287 0 Serverless function entries were found in the project [INFO] 06:44:48.287 0 Serverless function handlers were kept as entrypoints [INFO] 06:44:48.287 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 06:44:48.287 Sensor AWS SAM template file sensor [security] [INFO] 06:44:48.287 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 06:44:48.287 Sensor AWS SAM Inline template file sensor [security] [INFO] 06:44:48.288 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 06:44:48.288 Sensor javabugs [dbd] [INFO] 06:44:48.464 Reading IR files from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ir/java [INFO] 06:44:49.313 Analyzing 10887 functions to detect bugs. [INFO] 06:48:43.841 Sensor javabugs [dbd] (done) | time=235553ms [INFO] 06:48:43.841 Sensor pythonbugs [dbd] [INFO] 06:48:43.841 Reading IR files from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ir/python [INFO] 06:48:43.841 No IR files have been included for analysis. [INFO] 06:48:43.841 Sensor pythonbugs [dbd] (done) | time=0ms [INFO] 06:48:43.841 Sensor TextAndSecretsSensor [text] [INFO] 06:48:43.842 Available processors: 2 [INFO] 06:48:43.842 Using 2 threads for analysis. [INFO] 06:48:44.669 1248 source files to be analyzed [INFO] 06:48:53.505 1248/1248 source files have been analyzed [INFO] 06:48:53.506 Sensor TextAndSecretsSensor [text] (done) | time=9665ms [INFO] 06:48:53.506 Sensor JavaSecuritySensor [security] [INFO] 06:48:53.520 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549 [INFO] 06:48:53.521 Load type hierarchy and UCFGs: Starting [INFO] 06:48:53.521 Load type hierarchy: Starting [INFO] 06:48:53.521 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/java [INFO] 06:48:53.930 Read 2990 type definitions [INFO] 06:48:53.976 Load type hierarchy: Time spent was 00:00:00.454 [INFO] 06:48:53.976 Load UCFGs: Starting [INFO] 06:48:53.976 Reading UCFGs from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/java [INFO] 06:48:57.623 Load UCFGs: Time spent was 00:00:03.646 [INFO] 06:48:57.623 Load type hierarchy and UCFGs: Time spent was 00:00:04.101 [INFO] 06:48:57.623 Analyzing 10872 UCFGs to detect vulnerabilities. [INFO] 06:48:57.623 Check cache: Starting [INFO] 06:48:57.623 Load cache: Starting [INFO] 06:48:57.623 Load cache: Time spent was 00:00:00.000 [INFO] 06:48:57.624 Check cache: Time spent was 00:00:00.000 [INFO] 06:48:57.624 Create runtime call graph: Starting [INFO] 06:48:57.625 Variable Type Analysis #1: Starting [INFO] 06:48:57.626 Create runtime type propagation graph: Starting [INFO] 06:48:58.458 Create runtime type propagation graph: Time spent was 00:00:00.831 [INFO] 06:48:58.458 Run SCC (Tarjan) on 60078 nodes: Starting [INFO] 06:48:58.555 Run SCC (Tarjan) on 60078 nodes: Time spent was 00:00:00.096 [INFO] 06:48:58.555 Tarjan found 58563 strongly connected components [INFO] 06:48:58.555 Propagate runtime types to strongly connected components: Starting [INFO] 06:48:58.887 Propagate runtime types to strongly connected components: Time spent was 00:00:00.332 [INFO] 06:48:58.888 Variable Type Analysis #1: Time spent was 00:00:01.262 [INFO] 06:48:58.893 Variable Type Analysis #2: Starting [INFO] 06:48:58.893 Create runtime type propagation graph: Starting [INFO] 06:48:59.775 Create runtime type propagation graph: Time spent was 00:00:00.881 [INFO] 06:48:59.775 Run SCC (Tarjan) on 59598 nodes: Starting [INFO] 06:48:59.892 Run SCC (Tarjan) on 59598 nodes: Time spent was 00:00:00.116 [INFO] 06:48:59.892 Tarjan found 57884 strongly connected components [INFO] 06:48:59.892 Propagate runtime types to strongly connected components: Starting [INFO] 06:49:00.152 Propagate runtime types to strongly connected components: Time spent was 00:00:00.259 [INFO] 06:49:00.153 Variable Type Analysis #2: Time spent was 00:00:01.259 [INFO] 06:49:00.161 Create runtime call graph: Time spent was 00:00:02.537 [INFO] 06:49:00.161 Load config: Starting [INFO] 06:49:02.891 Load config: Time spent was 00:00:02.730 [INFO] 06:49:02.892 Compute entry points: Starting [INFO] 06:49:23.210 Compute entry points: Time spent was 00:00:20.318 [INFO] 06:49:23.210 All rules entry points : 1 [INFO] 06:49:23.210 Slice call graph: Starting [INFO] 06:49:23.211 Retained UCFGs : 5 [INFO] 06:49:23.211 Slice call graph: Time spent was 00:00:00.001 [INFO] 06:49:23.211 Live variable analysis: Starting [INFO] 06:49:23.225 Live variable analysis: Time spent was 00:00:00.013 [INFO] 06:49:23.225 Taint analysis for java: Starting [INFO] 06:49:23.241 0 / 5 UCFGs simulated, memory usage: 561 MB [INFO] 06:49:23.948 5 / 5 UCFGs simulated, memory usage: 510 MB [INFO] 06:49:23.948 Taint analysis for java: Time spent was 00:00:00.723 [INFO] 06:49:23.948 Report issues: Starting [INFO] 06:49:24.033 Report issues: Time spent was 00:00:00.084 [INFO] 06:49:24.033 Store cache: Starting [INFO] 06:49:24.055 Store cache: Time spent was 00:00:00.021 [INFO] 06:49:24.069 java security sensor: Time spent was 00:00:30.550 [INFO] 06:49:24.070 java security sensor: Begin: 2024-05-27T06:48:53.519219244Z, End: 2024-05-27T06:49:24.069856723Z, Duration: 00:00:30.550 Load type hierarchy and UCFGs: Begin: 2024-05-27T06:48:53.521481123Z, End: 2024-05-27T06:48:57.623452649Z, Duration: 00:00:04.101 Load type hierarchy: Begin: 2024-05-27T06:48:53.521566710Z, End: 2024-05-27T06:48:53.975878019Z, Duration: 00:00:00.454 Load UCFGs: Begin: 2024-05-27T06:48:53.976571066Z, End: 2024-05-27T06:48:57.623205881Z, Duration: 00:00:03.646 Check cache: Begin: 2024-05-27T06:48:57.623586039Z, End: 2024-05-27T06:48:57.624305446Z, Duration: 00:00:00.000 Load cache: Begin: 2024-05-27T06:48:57.623633621Z, End: 2024-05-27T06:48:57.623715872Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-05-27T06:48:57.624397976Z, End: 2024-05-27T06:49:00.161499664Z, Duration: 00:00:02.537 Variable Type Analysis #1: Begin: 2024-05-27T06:48:57.625508882Z, End: 2024-05-27T06:48:58.888067391Z, Duration: 00:00:01.262 Create runtime type propagation graph: Begin: 2024-05-27T06:48:57.626589596Z, End: 2024-05-27T06:48:58.458275764Z, Duration: 00:00:00.831 Run SCC (Tarjan) on 60078 nodes: Begin: 2024-05-27T06:48:58.458915522Z, End: 2024-05-27T06:48:58.555183346Z, Duration: 00:00:00.096 Propagate runtime types to strongly connected components: Begin: 2024-05-27T06:48:58.555511143Z, End: 2024-05-27T06:48:58.887869463Z, Duration: 00:00:00.332 Variable Type Analysis #2: Begin: 2024-05-27T06:48:58.893623525Z, End: 2024-05-27T06:49:00.153023408Z, Duration: 00:00:01.259 Create runtime type propagation graph: Begin: 2024-05-27T06:48:58.893704433Z, End: 2024-05-27T06:48:59.775398600Z, Duration: 00:00:00.881 Run SCC (Tarjan) on 59598 nodes: Begin: 2024-05-27T06:48:59.775618591Z, End: 2024-05-27T06:48:59.892515158Z, Duration: 00:00:00.116 Propagate runtime types to strongly connected components: Begin: 2024-05-27T06:48:59.892865194Z, End: 2024-05-27T06:49:00.152835559Z, Duration: 00:00:00.259 Load config: Begin: 2024-05-27T06:49:00.161622690Z, End: 2024-05-27T06:49:02.891733538Z, Duration: 00:00:02.730 Compute entry points: Begin: 2024-05-27T06:49:02.892066308Z, End: 2024-05-27T06:49:23.210126122Z, Duration: 00:00:20.318 Slice call graph: Begin: 2024-05-27T06:49:23.210494957Z, End: 2024-05-27T06:49:23.211864087Z, Duration: 00:00:00.001 Live variable analysis: Begin: 2024-05-27T06:49:23.211931119Z, End: 2024-05-27T06:49:23.225007874Z, Duration: 00:00:00.013 Taint analysis for java: Begin: 2024-05-27T06:49:23.225241462Z, End: 2024-05-27T06:49:23.948303220Z, Duration: 00:00:00.723 Report issues: Begin: 2024-05-27T06:49:23.948384606Z, End: 2024-05-27T06:49:24.033340773Z, Duration: 00:00:00.084 Store cache: Begin: 2024-05-27T06:49:24.033516579Z, End: 2024-05-27T06:49:24.055004218Z, Duration: 00:00:00.021 [INFO] 06:49:24.071 java security sensor peak memory: 1293 MB [INFO] 06:49:24.071 Sensor JavaSecuritySensor [security] (done) | time=30565ms [INFO] 06:49:24.071 Sensor CSharpSecuritySensor [security] [INFO] 06:49:24.071 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] 06:49:24.071 Load type hierarchy and UCFGs: Starting [INFO] 06:49:24.071 Load type hierarchy: Starting [INFO] 06:49:24.071 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/ucfg2/cs [INFO] 06:49:24.071 Read 0 type definitions [INFO] 06:49:24.071 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 06:49:24.071 Load UCFGs: Starting [INFO] 06:49:24.072 Load UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.072 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.072 No UCFGs have been included for analysis. [INFO] 06:49:24.072 csharp security sensor: Time spent was 00:00:00.000 [INFO] 06:49:24.072 csharp security sensor: Begin: 2024-05-27T06:49:24.071491143Z, End: 2024-05-27T06:49:24.072376592Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.071642556Z, End: 2024-05-27T06:49:24.072090461Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T06:49:24.071667263Z, End: 2024-05-27T06:49:24.071936428Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T06:49:24.071991770Z, End: 2024-05-27T06:49:24.072043943Z, Duration: 00:00:00.000 [INFO] 06:49:24.072 csharp security sensor peak memory: 1293 MB [INFO] 06:49:24.072 Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] 06:49:24.072 Sensor PhpSecuritySensor [security] [INFO] 06:49:24.072 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] 06:49:24.072 Load type hierarchy and UCFGs: Starting [INFO] 06:49:24.072 Load type hierarchy: Starting [INFO] 06:49:24.072 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/php [INFO] 06:49:24.073 Read 0 type definitions [INFO] 06:49:24.073 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 06:49:24.073 Load UCFGs: Starting [INFO] 06:49:24.073 Load UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.073 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.073 No UCFGs have been included for analysis. [INFO] 06:49:24.073 php security sensor: Time spent was 00:00:00.000 [INFO] 06:49:24.073 php security sensor: Begin: 2024-05-27T06:49:24.072779154Z, End: 2024-05-27T06:49:24.073437302Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.072887519Z, End: 2024-05-27T06:49:24.073175520Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T06:49:24.072911533Z, End: 2024-05-27T06:49:24.073048685Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T06:49:24.073096455Z, End: 2024-05-27T06:49:24.073132950Z, Duration: 00:00:00.000 [INFO] 06:49:24.073 php security sensor peak memory: 1293 MB [INFO] 06:49:24.073 Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] 06:49:24.073 Sensor PythonSecuritySensor [security] [INFO] 06:49:24.073 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] 06:49:24.073 Load type hierarchy and UCFGs: Starting [INFO] 06:49:24.074 Load type hierarchy: Starting [INFO] 06:49:24.074 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/python [INFO] 06:49:24.074 Read 0 type definitions [INFO] 06:49:24.074 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 06:49:24.074 Load UCFGs: Starting [INFO] 06:49:24.074 Load UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.074 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.074 No UCFGs have been included for analysis. [INFO] 06:49:24.074 python security sensor: Time spent was 00:00:00.000 [INFO] 06:49:24.074 python security sensor: Begin: 2024-05-27T06:49:24.073873580Z, End: 2024-05-27T06:49:24.074530115Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.073991933Z, End: 2024-05-27T06:49:24.074275675Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T06:49:24.074015349Z, End: 2024-05-27T06:49:24.074150441Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T06:49:24.074197677Z, End: 2024-05-27T06:49:24.074233084Z, Duration: 00:00:00.000 [INFO] 06:49:24.074 python security sensor peak memory: 1293 MB [INFO] 06:49:24.074 Sensor PythonSecuritySensor [security] (done) | time=1ms [INFO] 06:49:24.074 Sensor JsSecuritySensor [security] [INFO] 06:49:24.075 Enabled taint analysis rules: S5146, S6105, S3649, S2076, S5144, S5883, S6096, S6350, S2631, S5147, S6287, S5334, S2083, S5696, S5131 [INFO] 06:49:24.075 Load type hierarchy and UCFGs: Starting [INFO] 06:49:24.075 Load type hierarchy: Starting [INFO] 06:49:24.075 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/js [INFO] 06:49:24.075 Read 0 type definitions [INFO] 06:49:24.075 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 06:49:24.075 Load UCFGs: Starting [INFO] 06:49:24.075 Load UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.075 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 06:49:24.075 No UCFGs have been included for analysis. [INFO] 06:49:24.075 js security sensor: Time spent was 00:00:00.000 [INFO] 06:49:24.075 js security sensor: Begin: 2024-05-27T06:49:24.074957193Z, End: 2024-05-27T06:49:24.075675823Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.075126630Z, End: 2024-05-27T06:49:24.075414521Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T06:49:24.075150659Z, End: 2024-05-27T06:49:24.075283511Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T06:49:24.075331059Z, End: 2024-05-27T06:49:24.075366876Z, Duration: 00:00:00.000 [INFO] 06:49:24.075 js security sensor peak memory: 1293 MB [INFO] 06:49:24.075 Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] 06:49:24.076 ------------- Run sensors on project [INFO] 06:49:24.081 Sensor Zero Coverage Sensor [INFO] 06:49:24.482 Sensor Zero Coverage Sensor (done) | time=401ms [INFO] 06:49:24.483 Sensor Java CPD Block Indexer [INFO] 06:49:26.573 Sensor Java CPD Block Indexer (done) | time=2090ms [INFO] 06:49:26.710 SCM Publisher SCM provider for this project is: git [INFO] 06:49:26.714 SCM Publisher 25 source files to be analyzed [INFO] 06:49:26.834 SCM Publisher 0/25 source files have been analyzed (done) | time=119ms [WARNING] 06:49:26.834 Missing blame information for the following files: [WARNING] 06:49:26.834 * org.eclipse.draw2d.sdk-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.tests/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.logic/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest.core/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest.sdk-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.draw2d.examples/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.shapes/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest.doc.isv/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.draw2d.doc.isv/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.sdk-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest.examples/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.draw2d-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.flow/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.draw2d/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.ui.capabilities/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.zest.layouts/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.ui.pde/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.doc.isv/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef-feature/.tycho-consumer-pom.xml [WARNING] 06:49:26.834 * org.eclipse.gef.examples.text/.tycho-consumer-pom.xml [WARNING] 06:49:26.835 * org.eclipse.zest.tests/.tycho-consumer-pom.xml [WARNING] 06:49:26.835 * org.eclipse.draw2d.tests/.tycho-consumer-pom.xml [WARNING] 06:49:26.835 This may lead to missing/broken features in SonarCloud [INFO] 06:49:26.967 CPD Executor 246 files had no CPD blocks [INFO] 06:49:26.967 CPD Executor Calculating CPD for 976 files [INFO] 06:49:27.286 CPD Executor CPD calculation finished (done) | time=319ms [INFO] 06:49:28.197 Analysis report generated in 730ms, dir size=11 MB [INFO] 06:49:31.137 Analysis report compressed in 2939ms, zip size=5 MB [INFO] 06:49:36.037 Analysis report uploaded in 4900ms [INFO] 06:49:36.038 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=gef-classic [INFO] 06:49:36.039 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 06:49:36.039 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-4z8dj2wgPHO1IlPW7 [INFO] 06:49:39.166 Sensor cache published successfully [INFO] 06:49:41.079 Analysis total time: 7:41.939 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.gef.releng 3.20.0-SNAPSHOT ............. SUCCESS [07:47 min] [INFO] [bundle] GEF Classic Draw2d 3.16.0-SNAPSHOT ........ SUCCESS [ 28.619 s] [INFO] [bundle] GEF Classic GEF (MVC) 3.18.0-SNAPSHOT ..... SUCCESS [ 14.329 s] [INFO] [bundle] GEF Classic Zest Layouts 1.5.0-SNAPSHOT ... SUCCESS [ 1.238 s] [INFO] [bundle] GEF Classic Zest Core 1.12.0-SNAPSHOT ..... SUCCESS [ 1.503 s] [INFO] [bundle] GEF Classic Zest Developer Documentation 1.8.700-SNAPSHOT SUCCESS [ 31.704 s] [INFO] [bundle] GEF Classic Draw2d Developer Documentation 3.13.100-SNAPSHOT SUCCESS [ 21.493 s] [INFO] [bundle] GEF Classic GEF Developer Documentation 3.13.500-SNAPSHOT SUCCESS [ 24.612 s] [INFO] org.eclipse.draw2d.tests 3.13.100-SNAPSHOT ......... SUCCESS [ 8.786 s] [INFO] [bundle] GEF Classic Zest Examples 3.17.0-SNAPSHOT . SUCCESS [ 19.514 s] [INFO] org.eclipse.zest.tests 1.8.600-SNAPSHOT ............ SUCCESS [ 2.410 s] [INFO] org.eclipse.gef.tests 3.13.400-SNAPSHOT ............ SUCCESS [ 1.376 s] [INFO] [bundle] GEF Classic Draw2d Examples 3.15.300-SNAPSHOT SUCCESS [ 0.985 s] [INFO] [bundle] GEF Classic Flow Editor Example 3.16.0-SNAPSHOT SUCCESS [ 1.326 s] [INFO] [bundle] GEF Classic Logic Editor Example 3.14.400-SNAPSHOT SUCCESS [ 2.252 s] [INFO] [bundle] GEF Classic Shape Editor Example 3.15.0-SNAPSHOT SUCCESS [ 1.238 s] [INFO] [bundle] GEF Classic Text Editor Example 3.15.100-SNAPSHOT SUCCESS [ 1.481 s] [INFO] [bundle] GEF Classic Examples 3.13.400-SNAPSHOT .... SUCCESS [ 0.298 s] [INFO] [bundle] GEF Classic Examples PDE integration 3.13.400-SNAPSHOT SUCCESS [ 1.425 s] [INFO] [feature] GEF Classic Draw2d 3.20.0-SNAPSHOT ....... SUCCESS [ 0.460 s] [INFO] [feature] GEF Classic GEF (MVC) 3.20.0-SNAPSHOT .... SUCCESS [ 0.520 s] [INFO] [feature] GEF Classic GEF (MVC) Examples 3.20.0-SNAPSHOT SUCCESS [ 0.443 s] [INFO] [feature] GEF Classic GEF (MVC) SDK 3.20.0-SNAPSHOT SUCCESS [ 0.385 s] [INFO] [feature] GEF Classic Zest 3.20.0-SNAPSHOT ......... SUCCESS [ 0.382 s] [INFO] [feature] GEF Classic Zest SDK 3.20.0-SNAPSHOT ..... SUCCESS [ 0.585 s] [INFO] [feature] GEF Classic Draw2d SDK 3.20.0-SNAPSHOT ... SUCCESS [ 0.420 s] [INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository 3.20.0-SNAPSHOT SUCCESS [ 4.379 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:08 min [INFO] Finished at: 2024-05-27T06:49:41Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS