Started by timer Running as SYSTEM Agent basic-gt0qx is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gt0qx" namespace: "efxclipse" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.efxclipse.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gt0qx" - 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: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-gt0qx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.efxclipse.svc.cluster.local/efxclipse/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.gradle/daemon" name: "volume-6" readOnly: false - mountPath: "/home/jenkins/.gradle/caches" name: "volume-5" readOnly: false - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - 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/.gradle/gradle.properties" name: "gradle-secret-dir" readOnly: true subPath: "gradle.properties" - mountPath: "/home/jenkins/.gradle/workers" name: "volume-8" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.gradle/native" name: "volume-7" readOnly: false - 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/.gradle/wrapper" name: "volume-9" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-8" - emptyDir: medium: "" name: "volume-7" - emptyDir: medium: "" name: "volume-9" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" - emptyDir: medium: "" name: "volume-6" - emptyDir: medium: "" name: "volume-5" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-efxclipse" readOnly: true - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - name: "gradle-secret-dir" secret: secretName: "gradle-secret-dir" Building remotely on basic-gt0qx (basic) in workspace /home/jenkins/agent/workspace/efxclipse_ide [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-ivGgtcrTq7fS/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/efxclipse_ide@tmp/private_key_4239819151663855318.key (/home/jenkins/agent/workspace/efxclipse_ide@tmp/private_key_4239819151663855318.key) [ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/efxclipse-eclipse > git init /home/jenkins/agent/workspace/efxclipse_ide # timeout=10 Fetching upstream changes from https://github.com/eclipse/efxclipse-eclipse > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/efxclipse-eclipse +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/efxclipse-eclipse # 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 8d6dac22898c80493233b274ffbb889638bee2d4 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d6dac22898c80493233b274ffbb889638bee2d4 # timeout=10 Commit message: "upgrade version" > git rev-list --no-walk 8d6dac22898c80493233b274ffbb889638bee2d4 # timeout=10 [efxclipse_ide] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f releng/org.eclipse.fx.ide.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/efxclipse_ide/.repository clean install -Pbuild-server Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml [INFO] Adding repository http://download.eclipse.org/efxclipse/runtime-shared-nightly/site [INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/ (5.17kB) [INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/ (5.17kB) [INFO] Adding repository http://download.eclipse.org/efxclipse/runtime-nightly/site [INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/ (199kB) [INFO] Fetching content.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/ (199kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/ (128B) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.26 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.26/ (446B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.26/ (446B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.26/categories/ (1.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.26/categories/ (1.25kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (132.52kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/ (132.52kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ (134B) [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/ [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (35.2kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0/ (35.2kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (16.49kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.11.0/ (16.49kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (15.99kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/ (15.99kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (17.02kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.14.0/ (17.02kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (19.15kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.15.0/ (19.15kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (19.32kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.16.0/ (19.32kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (19.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.0/ (19.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (19.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.17.1/ (19.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (19.19kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.18.0/ (19.19kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (20.2kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0/ (20.2kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (20.11kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (20.11kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (19.99kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.22.0/ (19.99kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (20kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.23.0/ (20kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (19.99kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.24.0/ (19.99kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (20.07kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (20.07kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (21.12kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.26.0/ (21.12kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (21.48kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/ (21.48kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (21.37kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.28.0/ (21.37kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (22.39kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/ (22.39kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (22.47kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/ (22.47kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (37.42kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.1/ (37.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (34.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.2/ (34.86kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (40.42kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.3/ (40.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (37.17kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.8.4/ (37.17kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (32.27kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.0/ (32.27kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (34.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.1/ (34.87kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.9.2/ (38.25kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (37.48kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636/ (37.48kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (43.15kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541/ (43.15kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (32.64kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633/ (32.64kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (33.78kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303191422/ (33.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (36.43kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303200605/ (36.43kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303201134/ (34.21kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201303201134/ (34.21kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (33.71kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201304180855/ (33.71kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (30.89kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201306120542/ (30.89kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (38.75kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030432/ (38.75kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201309030823/ (37.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (32.91kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201312110906/ (32.91kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (36.08kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201402030714/ (36.08kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (32.73kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201405210727/ (32.73kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (30.09kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201406120726/ (30.09kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (34.29kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409021032/ (34.29kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (34.26kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090442/ (34.26kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (39.75kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201409090713/ (39.75kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201503090534/ (31.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201503090534/ (31.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/helios/R201102150722/ (21.42kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/helios/R201102150722/ (21.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (38.23kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332/ (38.23kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (29.73kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208161042/ (29.73kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (29.7kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/ (29.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (33.43kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402120812/ (33.43kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (32.84kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201402240820/ (32.84kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (35.72kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201404100756/ (35.72kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (33.16kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201407030533/ (33.16kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (42.35kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201409160908/ (42.35kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (115B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (115B) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (33.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201411190455/ (33.67kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/ (126B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/ (126B) [INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/builds/release [INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/ (504B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/ (504B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (29.09kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/ (29.09kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (30.16kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.32/ (30.16kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (30.3kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (30.3kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (30.29kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.30/ (30.29kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (30.34kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.29/ (30.34kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (29.92kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.28/ (29.92kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (30.3kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.27/ (30.3kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (30.32kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.26/ (30.32kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (29.66kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (29.66kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (29.52kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.24/ (29.52kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (29.61kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (29.61kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (29.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (29.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (28.1kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ (28.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (27.83kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.20/ (27.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (27.71kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.19/ (27.71kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (27.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (27.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (27.02kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/ (27.02kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (26.85kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ (26.85kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (26.18kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.15/ (26.18kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (26kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.14/ (26kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (24.18kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.13/ (24.18kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (24.54kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.12/ (24.54kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (24.32kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.11/ (24.32kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (24.31kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.10/ (24.31kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (24.12kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.9/ (24.12kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (23.62kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.8/ (23.62kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (20.94kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.7/ (20.94kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (21.19kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.6/ (21.19kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/latest/ (122B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/latest/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/latest/ (465B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/latest/ (465B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching p2.index from http://download.eclipse.org/technology/m2e/releases/latest/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/m2e/releases/latest/ (172B) [INFO] Adding repository http://download.eclipse.org/technology/m2e/releases/latest [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/m2e/releases/latest/ (18.72kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/m2e/releases/latest/ (18.72kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml [INFO] Fetching R-4.26-202211231800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.26/ (63B) [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (393.64kB) [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (10.75MB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (10.75MB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (10.18MB of 10.75MB at 10.14MB/s) [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.82MB) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.82MB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.51kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.51kB) [INFO] Fetching javax.activation_1.2.2.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (85.08kB) [INFO] Fetching javax.activation_1.2.2.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (85.08kB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.86kB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.86kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249kB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.47MB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.47MB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.09kB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.09kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (32.41kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (32.41kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (300.96kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (300.96kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (393.41kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (64.86kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (81.45kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (81.45kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (109.43kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (74.44kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (74.44kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (69.26kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (69.26kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (147.01kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (147.01kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (116.38kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (101.83kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (297.19kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (891.79kB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (891.79kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.9kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (400.2kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.29kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (46.59kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (71.46kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (71.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (362.07kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (113.29kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (176.44kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.69kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.69kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.25kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.25kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (429.55kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (432.64kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (133.75kB) [INFO] Fetching org.eclipse.fx.core_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (445.06kB) [INFO] Fetching org.eclipse.fx.core_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (445.06kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (570.86kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (570.86kB) [INFO] Fetching org.eclipse.fx.osgi.util_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.22kB) [INFO] Fetching org.eclipse.fx.osgi.util_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.22kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.36MB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.36MB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (916.98kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (916.98kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (495.56kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (495.56kB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (402.87kB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (402.87kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (23.09kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.23MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.03MB of 14.23MB at 8.03MB/s) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.78MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.29MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.29MB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (717.41kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.45kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (71.45kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (806.64kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.06kB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.06kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (331.65kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (331.65kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (81.84kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (81.84kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3MB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (245.21kB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.3kB) [INFO] Fetching 2.33.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (47.66kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.79kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (397.12kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (397.12kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (33.33kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.12kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (91.78kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (91.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (238.68kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (238.68kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (266.96kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (252.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (252.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (149.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (53.71kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (378.6kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.55kB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (11.03MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (11.03MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (8.46MB of 11.03MB at 8.44MB/s) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.2MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.2MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (343.24kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (343.24kB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (491.27kB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (491.27kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174.1kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174.1kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (110.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (110.7kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.15MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.15MB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (2.92MB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (2.92MB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (81.03kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (81.03kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (56.84kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (56.84kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.93kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (52.93kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.96MB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (2.96MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (2.36MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.68MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.68MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.37MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.37MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.45MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (3.45MB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (163.1kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (163.1kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (42.71kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (42.71kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (49.45kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (49.45kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.16kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (168.05kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (168.05kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (93.7kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (93.7kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (55.11kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (55.11kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (354.71kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (354.71kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (12.61kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (161.99kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (161.99kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (332.1kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (332.1kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (536.94kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (536.94kB) [INFO] Fetching org.eclipse.help.webapp_3.10.900.v20221103-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (738.76kB) [INFO] Fetching org.eclipse.help.webapp_3.10.900.v20221103-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (738.76kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (27.04kB) [INFO] Fetching org.eclipse.help.base_4.3.900.v20221123-1800.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.44kB) [INFO] Fetching org.eclipse.help.base_4.3.900.v20221123-1800.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (434.44kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.67kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (29.67kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.25kB) [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.25kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (78.09kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (14.17kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (14.17kB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (816.86kB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (816.86kB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (586.39kB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (586.39kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (169.92kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (169.92kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (357.66kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (357.66kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (371.28kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (371.28kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.77kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.77kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.66kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.66kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.79kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.79kB) [INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.65MB) [INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.65MB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (504.19kB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (504.19kB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (313.56kB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (313.56kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (234.41kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (234.41kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.generator_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (865.46kB) [INFO] Fetching org.eclipse.xtext.generator_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (865.46kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (554.65kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (554.65kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (68kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (134.94kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.29.0/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (974.52kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (974.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (131.36kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (131.36kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (496.58kB) [INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (496.58kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.66kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.66kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (546.12kB) [INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (546.12kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (209.6kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (209.6kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (172.26kB) [INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (4.55MB) [INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (4.55MB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (581.21kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (581.21kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (178.54kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (178.54kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (421.77kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (421.77kB) [INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.67kB) [INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (142.67kB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (387.45kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (387.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (154.68kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (154.68kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (65.43kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (65.43kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml [INFO] Fetching javax.xml.jre_1.3.4.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (9.18kB) [INFO] Fetching javax.xml.jre_1.3.4.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (9.18kB) [INFO] Fetching org.eclipse.fx.core.guice_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.25kB) [INFO] Fetching org.eclipse.fx.core.guice_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (16.25kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.89kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml [INFO] Fetching org.eclipse.fx.ui.controls_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (863.28kB) [INFO] Fetching org.eclipse.fx.ui.controls_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (863.28kB) [INFO] Fetching org.eclipse.fx.ui.panes_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.85kB) [INFO] Fetching org.eclipse.fx.ui.panes_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (90.85kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.model:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (564.57kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (564.57kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (595.34kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (595.34kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.5MB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.69kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.69kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.900.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (479.12kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.900.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (479.12kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (811.53kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (811.53kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.600.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.600.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.57kB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.57kB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (14.42kB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (18.3kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.7kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.7kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.56kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (121.56kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (157.29kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (157.29kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.93kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.93kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.300.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (153.82kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.300.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (153.82kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.93kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.93kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (163.58kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (163.58kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.compiler:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.compiler:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.compiler:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.ldef:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.ldef:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/pom.xml [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB) [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB) [INFO] Fetching org.eclipse.fx.code.editor.configuration_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (121.94kB) [INFO] Fetching org.eclipse.fx.code.editor.configuration_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (121.94kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.runtime:org.eclipse.fx.code.editor.ldef:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.code.editor.ldef.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.code.editor.ldef.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/pom.xml [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (319.47kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (319.47kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.code.editor.ldef.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/pom.xml [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (370.34kB) [INFO] Fetching org.eclipse.m2e.jdt_1.18.3.20211112-0847.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (153.9kB) [INFO] Fetching org.eclipse.m2e.jdt_1.18.3.20211112-0847.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (153.9kB) [INFO] Fetching org.eclipse.m2e.core_1.18.4.20220208-0831.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (634.24kB) [INFO] Fetching org.eclipse.m2e.core_1.18.4.20220208-0831.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (634.24kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.3.20220227-1319.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (4.98MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.18.3.20220227-1319.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (4.98MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.18.1.20211011-2139.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.18.1.20211011-2139.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.1.20211011-2139.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (5.05MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.18.1.20211011-2139.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (5.05MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.1.20211008-0657.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (25.38kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.1.20211008-0657.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (25.38kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching.ui:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.basic.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.basic.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/pom.xml [INFO] Fetching org.eclipse.fx.ui.workbench3_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (11kB) [INFO] Fetching org.eclipse.fx.ui.workbench3_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (11kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (49.9kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/plugins/ (49.9kB) [INFO] Fetching org.eclipse.fx.runtime.min.feature_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/features/ (18.95kB) [INFO] Fetching org.eclipse.fx.runtime.min.feature_3.9.0.202303150500.jar from http://download.eclipse.org/efxclipse/runtime-shared-nightly/site/features/ (18.95kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.basic.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/pom.xml [INFO] Fetching junit-jupiter-api_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (202.85kB) [INFO] Fetching junit-jupiter-api_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (202.85kB) [INFO] Fetching junit-platform-commons_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (100.57kB) [INFO] Fetching junit-platform-commons_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (100.57kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (7.47kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (240.75kB) [INFO] Fetching junit-jupiter-engine_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (240.75kB) [INFO] Fetching junit-platform-engine_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (183.79kB) [INFO] Fetching junit-platform-engine_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (183.79kB) [INFO] Fetching junit-platform-launcher_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (165.25kB) [INFO] Fetching junit-platform-launcher_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (165.25kB) [INFO] Fetching junit-jupiter-params_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (565.38kB) [INFO] Fetching junit-jupiter-params_5.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (565.38kB) [INFO] Fetching junit-platform-runner_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (16.12kB) [INFO] Fetching junit-platform-runner_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (16.12kB) [INFO] Fetching junit-platform-suite-api_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-api_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-commons_1.9.1.jar from https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/plugins/ (14.94kB) [INFO] Fetching org.eclipse.xtend.core_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.35MB) [INFO] Fetching org.eclipse.xtend.core_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.35MB) [INFO] Fetching org.eclipse.xtend.doc_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (495.93kB) [INFO] Fetching org.eclipse.xtend.doc_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (495.93kB) [INFO] Fetching org.eclipse.xtend.examples_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (217.97kB) [INFO] Fetching org.eclipse.xtend.examples_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (217.97kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (587.16kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (587.16kB) [INFO] Fetching org.eclipse.xtend.ide_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (618.77kB) [INFO] Fetching org.eclipse.xtend.ide_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (618.77kB) [INFO] Fetching org.eclipse.xtend.m2e_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.48kB) [INFO] Fetching org.eclipse.xtend.m2e_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.48kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (120.96kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (120.96kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (91.68kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (91.68kB) [INFO] Fetching org.eclipse.xtend.standalone_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (10.27kB) [INFO] Fetching org.eclipse.xtend.standalone_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (10.27kB) [INFO] Fetching org.eclipse.xtend.core.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.21MB) [INFO] Fetching org.eclipse.xtend.core.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.21MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (281.86kB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (281.86kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (456.51kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (456.51kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (11.94kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (11.94kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (9.15kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.30.0.v20230227-1300.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (9.15kB) [INFO] Fetching org.eclipse.xtext.junit4_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (247.52kB) [INFO] Fetching org.eclipse.xtext.junit4_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (247.52kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (122.93kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (122.93kB) [INFO] Fetching org.eclipse.xtext.testing_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (202.76kB) [INFO] Fetching org.eclipse.xtext.testing_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (202.76kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (138.29kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (138.29kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (183.64kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (183.64kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (100.84kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (100.84kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (158.05kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (158.05kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (95.69kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (95.69kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (133.73kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (133.73kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (68.33kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (68.33kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (31.52kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (31.52kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.93kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.93kB) [INFO] Fetching org.eclipse.xtend.sdk_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (21kB) [INFO] Fetching org.eclipse.xtend.sdk_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (21kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.36kB) [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.36kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (121.86kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (121.86kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (143.45kB) [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (143.45kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (208.46kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (208.46kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.98kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.98kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (18.65kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (18.65kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (58.07kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (58.07kB) [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.runtime_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.96kB) [INFO] Fetching org.eclipse.xtext.runtime_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.96kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (137.29kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (137.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.53kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.53kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (30.28kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (30.28kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.9kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.9kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (136.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (136.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (93.74kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (93.74kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (90.59kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (90.59kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (288.83kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (288.83kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.47kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.47kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.84kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.84kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (103.48kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.30.0.v20230227-1111.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (103.48kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1114.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.5kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1114.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/pom.xml [INFO] Fetching org.eclipse.fx.ui.animation_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.17kB) [INFO] Fetching org.eclipse.fx.ui.animation_3.9.0.202210170008.jar from http://download.eclipse.org/efxclipse/runtime-nightly/site/plugins/ (35.17kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.css.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/pom.xml [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (636.39kB) [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (636.39kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.5kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.5kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.32kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.32kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (155.64kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (155.64kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.92kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.92kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.4kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.4kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.74kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.74kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.82kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.82kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.83kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.83kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.67kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.67kB) [INFO] Fetching org.eclipse.xtext.activities_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (12.23kB) [INFO] Fetching org.eclipse.xtext.activities_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (12.23kB) [INFO] Fetching org.eclipse.xtext.doc_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (7.23MB) [INFO] Fetching org.eclipse.xtext.doc_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (7.23MB) [INFO] Fetching org.eclipse.xtext.docs_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.46kB) [INFO] Fetching org.eclipse.xtext.docs_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.46kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xtext.examples_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.51kB) [INFO] Fetching org.eclipse.xtext.examples_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.51kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (234.7kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (234.7kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (264.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (264.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (37.36kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (37.36kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.24.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (11.88kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.24.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (11.88kB) [INFO] Fetching org.eclipse.xtext.redist_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (21.32kB) [INFO] Fetching org.eclipse.xtext.redist_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (21.32kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.33.0.v20230226-0921.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (823.76kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.33.0.v20230226-0921.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (823.76kB) [INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20230223-0922.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (221.35kB) [INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20230223-0922.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (221.35kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (159.24kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (159.24kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (171.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (171.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (27.04kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (27.04kB) [INFO] Fetching org.eclipse.xtext.sdk_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.85kB) [INFO] Fetching org.eclipse.xtext.sdk_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.85kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.8MB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.8MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (280.26kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (280.26kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (374.36kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.30.0.v20230227-1128.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (374.36kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.58kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.58kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (231.03kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (231.03kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (255.12kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (255.12kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (10.19kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (10.19kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (919.92kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (919.92kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (107.68kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (107.68kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (175.96kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.30.0.v20230227-1116.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (175.96kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.71kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.71kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (77.34kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (77.34kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (52.8kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.30.0.v20230227-1159.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (52.8kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.5kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1344.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.5kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (171.99kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (171.99kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/pom.xml [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (293.72kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (293.72kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (996.08kB) [INFO] Fetching org.eclipse.jem.util_2.1.300.v202103232321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.27kB) [INFO] Fetching org.eclipse.jem.util_2.1.300.v202103232321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.27kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (229.39kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (229.39kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.48kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.48kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (417.82kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (417.82kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.15kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.15kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.700.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (294.37kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.700.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (294.37kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.23.0.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.65kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.23.0.v202108200212.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.65kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.62kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.62kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.53kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.53kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.22kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.22kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.28.0.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.28.0.v202211200032.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.400.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (419.68kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.400.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (419.68kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.500.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.43kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.500.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.43kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.17kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.17kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (126.05kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (126.05kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (170.1kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (170.1kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.5kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.5kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.28.0.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.81kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.28.0.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.81kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.99kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.99kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.3kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.3kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.36kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.36kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.600.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.600.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.28.0.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.84kB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.28.0.v202211200019.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.84kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.6kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.6kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (125.42kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (125.42kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.65kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (33.65kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1,002.7kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1,002.7kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (229.01kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (229.01kB) [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.pde.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ldef.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ldef.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.ldef.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmod.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmod.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.gmod.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.m2e.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.feature:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.updatesite:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.updatesite:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fx.ide:org.eclipse.fx.ide.updatesite:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/pom.xml [WARNING] The project org.eclipse.fx.ide:releng:pom:3.10.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] e(fx)clipse IDE build [pom] [INFO] e(fx)clipse - IDE - JDT Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - Basic UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - JDT UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - RRobot Model [eclipse-plugin] [INFO] e(fx)clipse - IDE - RRobot [eclipse-plugin] [INFO] e(fx)clipse - IDE - RRobot - DSL-Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - RRobot - DSL-UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - PDE UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - PDE e4 - UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - PDE Classpath Enhancer [eclipse-plugin] [INFO] e(fx)clipse - IDE - FXML Preview Tooling [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS JavaFX2 Extensions [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS JavaFX8 Extensions [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS Ext Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS Ext UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - CSS Ext Core Proposals [eclipse-plugin] [INFO] e(fx)clipse - IDE - JavaFX Classmodel [eclipse-plugin] [INFO] e(fx)clipse - IDE - FXGraph [eclipse-plugin] [INFO] e(fx)clipse - IDE - FXGraph UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - FXML UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - FXML/FGraph to Java compiler [eclipse-plugin] [INFO] e(fx)clipse - IDE - l10n core [eclipse-plugin] [INFO] e(fx)clipse - IDE - l10n UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - GModel Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - GModel UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - LDef Editor Core [eclipse-plugin] [INFO] e(fx)clipse - IDE - LDef Editor [eclipse-plugin] [INFO] e(fx)clipse - IDE - m2e lifecycle integration [eclipse-plugin] [INFO] e(fx)clipse - IDE - Maven Launching [eclipse-plugin] [INFO] e(fx)clipse - IDE - Maven Launching UI [eclipse-plugin] [INFO] e(fx)clipse - IDE - Features - Basic [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - RRobot [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - CSS [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - FXGraph [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - FXML [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - PDE [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - l10n [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - ldef [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - GMod [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - m2e [eclipse-feature] [INFO] e(fx)clipse - IDE - Features - All in one [eclipse-feature] [INFO] e(fx)clipse - IDE - Updatesite [eclipse-update-site] [INFO] [INFO] ---------------------< org.eclipse.fx.ide:releng >---------------------- [INFO] Building e(fx)clipse IDE build 3.10.0-SNAPSHOT [1/45] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ releng --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.releng/src/main/java]' does not exist. [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ releng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ releng --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ releng --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ releng --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ releng --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.releng/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/releng/3.10.0-SNAPSHOT/releng-3.10.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.core >----------- [INFO] Building e(fx)clipse - IDE - JDT Core 3.10.0-SNAPSHOT [2/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.jdt.core --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.jdt.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[41] public class BuildPathSupport { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[42] public static final String WEB_JAVADOC_LOCATION = "http://docs.oracle.com/javase/8/javafx/api/"; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[42] public static final String WEB_JAVADOC_LOCATION = "http://docs.oracle.com/javase/8/javafx/api/"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[46] public static List getJavaFXLibraryEntry(IJavaProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[72] String sdkPath = InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", null); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[72] String sdkPath = InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", null); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[79] entries.addAll(Files.list(path).filter( p -> p.getFileName().toString().endsWith(".jar")).map( p -> { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[83] new Path(p.getParent().resolve("src.zip").toAbsolutePath().toString()), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[84] new Path("."), ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[86] JavaCore.newAccessRule(new Path("javafx/*"),IAccessRule.K_ACCESSIBLE), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[87] JavaCore.newAccessRule(new Path("com/sun/*"),IAccessRule.K_DISCOURAGED), ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[88] JavaCore.newAccessRule(new Path("netscape/javascript/*"),IAccessRule.K_DISCOURAGED)}, ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[102] public static FXVersion getFXVersion(IJavaProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[115] public static IPath[] getFxJarPath(IJavaProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[140] public static IPath[] getSwtFxJarPath(IVMInstall i) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[144] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxswt.jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[144] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxswt.jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[144] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxswt.jar"), ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[145] new Path(installDir.getAbsolutePath()).append("lib").append("jfxswt.jar"), // JRE ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[145] new Path(installDir.getAbsolutePath()).append("lib").append("jfxswt.jar"), // JRE ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[146] new Path(installDir.getAbsolutePath()).append("lib").append("javafx-swt.jar") ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[146] new Path(installDir.getAbsolutePath()).append("lib").append("javafx-swt.jar") ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[165] sourceLocationPath = new Path(installDir.getAbsolutePath()).append("javafx-src.zip"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[173] public static IPath[] getFxJarPath(IVMInstall i) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[175] if( "jfxrt.jar".equals(l.getSystemLibraryPath().lastSegment()) ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[189] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxrt.jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[189] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxrt.jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[189] new Path(installDir.getAbsolutePath()).append("jre").append("lib").append("jfxrt.jar"), ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[190] new Path(installDir.getAbsolutePath()).append("lib").append("jfxrt.jar") // JRE ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[190] new Path(installDir.getAbsolutePath()).append("lib").append("jfxrt.jar") // JRE ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[206] LOGGER.error("Unable to detect JavaFX jar for JRE " + i.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[207] LOGGER.error(" JRE: " + installDir.getAbsolutePath()); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[208] LOGGER.error(" Checked paths:" ); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[210] LOGGER.error(" " + p.toFile().getAbsolutePath()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[216] javadocLocation = new Path(installDir.getParentFile().getAbsolutePath()).append("docs").append("api"); //TODO Not shipped yet ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[216] javadocLocation = new Path(installDir.getParentFile().getAbsolutePath()).append("docs").append("api"); //TODO Not shipped yet ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[218] IPath p = new Path(System.getProperty("user.home")).append("javafx-api-"+ i.getName()).append("docs").append("api"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[218] IPath p = new Path(System.getProperty("user.home")).append("javafx-api-"+ i.getName()).append("docs").append("api"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[218] IPath p = new Path(System.getProperty("user.home")).append("javafx-api-"+ i.getName()).append("docs").append("api"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[218] IPath p = new Path(System.getProperty("user.home")).append("javafx-api-"+ i.getName()).append("docs").append("api"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[224] antJarLocationPath = new Path(installDir.getParent()).append("lib").append("ant-javafx.jar"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[224] antJarLocationPath = new Path(installDir.getParent()).append("lib").append("ant-javafx.jar"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/BuildPathSupport.java:[226] sourceLocationPath = new Path(installDir.getAbsolutePath()).append("javafx-src.zip"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[18] public class JavaFXCore { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[19] public static final String JAVAFX_CONTAINER_ID = "org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[21] public final static IPath JAVAFX_CONTAINER_PATH = new Path(JAVAFX_CONTAINER_ID); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[21] public final static IPath JAVAFX_CONTAINER_PATH = new Path(JAVAFX_CONTAINER_ID); //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[23] public static final String MOBILE_CONTAINER_ID = "org.eclipse.fx.ide.jdt.core.MOBILE_CONTAINER"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[25] public final static IPath MOBILE_CONTAINER_PATH = new Path(MOBILE_CONTAINER_ID); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[25] public final static IPath MOBILE_CONTAINER_PATH = new Path(MOBILE_CONTAINER_ID); //$NON-NLS-1$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[28] public static final String CSSEXT_FX8_BUNDLE_NAME = "org.eclipse.fx.ide.css.jfx8"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/JavaFXCore.java:[29] public static final String CSSEXT_FX2_BUNDLE_NAME = "org.eclipse.fx.ide.css.jfx2"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[26] public class FXAccessRuleParticipant implements IAccessRuleParticipant { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[32] if( "jfxrt.jar".equals(loc.getSystemLibraryPath().lastSegment()) ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[40] rules[0] = JavaCore.newAccessRule(new Path("javafx/**"), IAccessRule.K_ACCESSIBLE); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[41] rules[1] = JavaCore.newAccessRule(new Path("netscape/javascript/**"), IAccessRule.K_ACCESSIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[42] rules[2] = JavaCore.newAccessRule(new Path("com/sun/javafx/**"), IAccessRule.K_DISCOURAGED); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[43] rules[3] = JavaCore.newAccessRule(new Path("com/sun/glass/**"), IAccessRule.K_DISCOURAGED); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[44] rules[4] = JavaCore.newAccessRule(new Path("com/sun/media/jfxmedia/**"), IAccessRule.K_DISCOURAGED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[45] rules[5] = JavaCore.newAccessRule(new Path("com/sun/prism/**"), IAccessRule.K_DISCOURAGED); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[56] rules[0] = JavaCore.newAccessRule(new Path("javafx/**"), IAccessRule.K_ACCESSIBLE); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXAccessRuleParticipant.java:[57] rules[1] = JavaCore.newAccessRule(new Path("netscape/javascript/**"), IAccessRule.K_ACCESSIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[24] public class FXLibraryLocationResolver implements ILibraryLocationResolver { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[27] public FXLibraryLocationResolver() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[37] if( libraryPath.lastSegment().endsWith("jfxrt.jar") ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[40] IPath srcPath = new Path(jdkHome.getAbsolutePath()).append("javafx-src.zip"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[50] if( libraryPath.lastSegment().endsWith("jfxrt.jar") ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[53] LOGGER.debug("jfxrt.jar at '"+jarLocation.getAbsolutePath()+"'"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[53] LOGGER.debug("jfxrt.jar at '"+jarLocation.getAbsolutePath()+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[55] LOGGER.debug("JAVA_HOME: " + jdkHome.getAbsolutePath()); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[56] File javaDoc = new Path(jdkHome.getAbsolutePath()).append("docs").append("api").toFile(); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[56] File javaDoc = new Path(jdkHome.getAbsolutePath()).append("docs").append("api").toFile(); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[57] LOGGER.debug("Assumed JRE JavaDoc location: " + javaDoc.getAbsolutePath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[62] LOGGER.debug("Checking user home for JavaDoc"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[63] javaDoc = new Path(System.getProperty("user.home")).append("javafx8-api").append("docs").append("api").toFile(); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[63] javaDoc = new Path(System.getProperty("user.home")).append("javafx8-api").append("docs").append("api").toFile(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[63] javaDoc = new Path(System.getProperty("user.home")).append("javafx8-api").append("docs").append("api").toFile(); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[63] javaDoc = new Path(System.getProperty("user.home")).append("javafx8-api").append("docs").append("api").toFile(); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[64] LOGGER.debug("Assumed user home JavaDoc location: " + javaDoc.getAbsolutePath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/FXLibraryLocationResolver.java:[71] LOGGER.error("Failure while trying to detect JavaFX8 JavaDoc"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXCorePlugin.java:[17] public class JavaFXCorePlugin extends Plugin { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXCorePlugin.java:[18] public static final String PLUGIN_ID= "org.eclipse.fx.ide.jdt.core"; //$NON-NLS-1$ ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[41] public class JavaFXClasspathContainerInitializer extends ClasspathContainerInitializer { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[49] fPath= path; ^^^^^ Unqualified access to the field JavaFXClasspathContainerInitializer.JavaFXContainer.fPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[50] fEntries= entries; ^^^^^^^^ Unqualified access to the field JavaFXClasspathContainerInitializer.JavaFXContainer.fEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[53] public IClasspathEntry[] getClasspathEntries() { ^^^^^^^^^^^^^^^^^^^^^ The method getClasspathEntries() of type JavaFXClasspathContainerInitializer.JavaFXContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[54] return fEntries; ^^^^^^^^ Unqualified access to the field JavaFXClasspathContainerInitializer.JavaFXContainer.fEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[57] public String getDescription() { ^^^^^^^^^^^^^^^^ The method getDescription() of type JavaFXClasspathContainerInitializer.JavaFXContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[58] return "JavaFX SDK"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[61] public int getKind() { ^^^^^^^^^ The method getKind() of type JavaFXClasspathContainerInitializer.JavaFXContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[65] public IPath getPath() { ^^^^^^^^^ The method getPath() of type JavaFXClasspathContainerInitializer.JavaFXContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[66] return fPath; ^^^^^ Unqualified access to the field JavaFXClasspathContainerInitializer.JavaFXContainer.fPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[71] public static IClasspathEntry getCssExtClasspathEntry(IJavaProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[93] final File bundleFile = FileLocator.getBundleFile(bundle); ^^^^^^^^^^^^^^^^^^^^^ The method getBundleFile(Bundle) from the type FileLocator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/JavaFXClasspathContainerInitializer.java:[114] System.err.println("requestUpdate " + containerSuggestion); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[15] public enum FXVersion { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/FXVersion.java:[16] FX2, FX8, FX9, FX11, FX11PLUS, UNKNOWN ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[29] public class MobileClasspathContainer extends ClasspathContainerInitializer { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[36] fPath= path; ^^^^^ Unqualified access to the field MobileClasspathContainer.SimulatorContainer.fPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[37] fEntries= entries; ^^^^^^^^ Unqualified access to the field MobileClasspathContainer.SimulatorContainer.fEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[40] public IClasspathEntry[] getClasspathEntries() { ^^^^^^^^^^^^^^^^^^^^^ The method getClasspathEntries() of type MobileClasspathContainer.SimulatorContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[41] return fEntries; ^^^^^^^^ Unqualified access to the field MobileClasspathContainer.SimulatorContainer.fEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[44] public String getDescription() { ^^^^^^^^^^^^^^^^ The method getDescription() of type MobileClasspathContainer.SimulatorContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[45] return "Mobile SDK Classpath"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[48] public int getKind() { ^^^^^^^^^ The method getKind() of type MobileClasspathContainer.SimulatorContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[52] public IPath getPath() { ^^^^^^^^^ The method getPath() of type MobileClasspathContainer.SimulatorContainer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[53] return fPath; ^^^^^ Unqualified access to the field MobileClasspathContainer.SimulatorContainer.fPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[64] public IClasspathEntry[] createEntries() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[66] createPDEEntry("org.eclipse.fx.ui.mobile"), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[67] createPDEEntry("org.eclipse.fx.core") ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[71] private IClasspathEntry createPDEEntry(String bundleName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPDEEntry(String) from the type MobileClasspathContainer can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/org/eclipse/fx/ide/jdt/core/internal/MobileClasspathContainer.java:[78] return JavaCore.newLibraryEntry(new Path(installLocation+"/bin"), null,null); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 117 problems (117 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.jdt.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.jdt.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.jdt.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.jdt.core --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.core-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.jdt.core --- [INFO] [INFO] --------------< org.eclipse.fx.ide:org.eclipse.fx.ide.ui >-------------- [INFO] Building e(fx)clipse - IDE - Basic UI 3.10.0-SNAPSHOT [3/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/Activator.java:[16] import org.osgi.framework.BundleContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.BundleContext is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/Activator.java:[18] public class Activator extends AbstractUIPlugin { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/Activator.java:[19] public static final String ID = "org.eclipse.fx.ide.ui"; ^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/Activator.java:[19] public static final String ID = "org.eclipse.fx.ide.ui"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[20] public interface IFXMLProviderAdapter extends IFXPreviewAdapter { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[21] public String getPreviewSceneFXML(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[23] public String getPreviewFXML(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[25] public List getPreviewCSSFiles(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[27] public String getPreviewResourceBundle(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[29] public List getPreviewClasspath(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[31] public IFile getFile(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXMLProviderAdapter.java:[33] default

void renderedRootNode(P rootNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[16] public class HtmlElement extends JDTElement{ ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[19] public String getTitle() { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[20] return title; ^^^^^ Unqualified access to the field HtmlElement.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[23] public void setTitle(String title) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[24] support.firePropertyChange("title", this.title, this.title = title); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/HtmlElement.java:[24] support.firePropertyChange("title", this.title, this.title = title); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXPreviewAdapter.java:[17] public interface IFXPreviewAdapter { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IFXPreviewAdapter.java:[18] public IEditorPart getEditorPart(); ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[30] public class RelativeFileLocator { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[31] public static File locateFile(IFile file, String filePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[32] URI uri = URI.createPlatformResourceURI(file.getProject().getName() + "/" + file.getProjectRelativePath().toString(),true); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[36] public static File locateFile(URI uri, String filePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[37] filePath = filePath.trim(); ^^^^^^^^ The parameter filePath should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[42] if( filePath.startsWith("/") ) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/RelativeFileLocator.java:[43] filePath = filePath.substring(1); // Remove the leading / ^^^^^^^^ The parameter filePath should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[32] public class OpenWithFXMLHandler extends AbstractHandler { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[42] String scenebuilder = InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", null); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[42] String scenebuilder = InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", null); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[47] executable += "/Contents/MacOS/scenebuilder-launcher.sh"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[49] executable = scenebuilder + "/Contents/MacOS/SceneBuilder"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[55] MessageDialog.openError(HandlerUtil.getActiveShell(event), "Launch failed", "Failed to launch SceneBuilder. The error message was: " + e.getMessage()); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[55] MessageDialog.openError(HandlerUtil.getActiveShell(event), "Launch failed", "Failed to launch SceneBuilder. The error message was: " + e.getMessage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[58] if( Program.findProgram(".fxml") != null ) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[60] MessageDialog.openInformation(HandlerUtil.getActiveShell(event), "Unable to open file", "Opening the file with SceneBuilder failed. Try setting the absolute path to scenebuilder in your the preferences"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[60] MessageDialog.openInformation(HandlerUtil.getActiveShell(event), "Unable to open file", "Opening the file with SceneBuilder failed. Try setting the absolute path to scenebuilder in your the preferences"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[63] MessageDialog.openInformation(HandlerUtil.getActiveShell(event), "Unable to open file", "Opening the file with SceneBuilder failed. Try setting the absolute path to scenebuilder in your the preferences"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/handler/OpenWithFXMLHandler.java:[63] MessageDialog.openInformation(HandlerUtil.getActiveShell(event), "Unable to open file", "Opening the file with SceneBuilder failed. Try setting the absolute path to scenebuilder in your the preferences"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[68] public abstract class AbstractHtmlElementPage extends WizardPage { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[86] public void createControl(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createControl(Composite) of type AbstractHtmlElementPage should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[88] parent = new Composite(parent, SWT.NULL); ^^^^^^ The parameter parent should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[92] clazz = createInstance(); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[93] clazz.setFragmentRoot(froot); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[93] clazz.setFragmentRoot(froot); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[94] clazz.setPackageFragment(fragment); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[94] clazz.setPackageFragment(fragment); ^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[101] l.setText("Source folder"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[106] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("fragmentRoot").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[108] BeanProperties.value("fragmentRoot").observe(clazz), ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[108] BeanProperties.value("fragmentRoot").observe(clazz), ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[109] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[109] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[110] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[110] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[110] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[114] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[118] IPackageFragmentRoot root = choosePackageRoot(); ^^^^^^^^^^^^^^^^^^^ Access to enclosing method choosePackageRoot() from the type AbstractHtmlElementPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[120] froot = root; ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[120] froot = root; ^^^^^ Write access to enclosing field AbstractHtmlElementPage.froot is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[121] clazz.setFragmentRoot(root); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[121] clazz.setFragmentRoot(root); ^^^^^ Read access to enclosing field AbstractHtmlElementPage.clazz is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[130] l.setText("Package"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[135] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("packageFragment").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[137] BeanProperties.value("packageFragment").observe(clazz), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[137] BeanProperties.value("packageFragment").observe(clazz), ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[138] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[138] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[139] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[139] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[139] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[143] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[147] IPackageFragment fragment = choosePackage(); ^^^^^^^^^^^^^^^ Access to enclosing method choosePackage() from the type AbstractHtmlElementPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[149] clazz.setPackageFragment(fragment); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[149] clazz.setPackageFragment(fragment); ^^^^^ Read access to enclosing field AbstractHtmlElementPage.clazz is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[157] IWidgetValueProperty textProp = WidgetProperties.text(SWT.Modify); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[160] l.setText("Name"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[162] nameField = new Text(parent, SWT.BORDER); ^^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[163] nameField.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[164] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[166] new Label(parent, SWT.NONE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The allocated object is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[177] clazz.addPropertyChangeListener(new PropertyChangeListener() { ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[192] nameField.setFocus(); ^^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[199] setMessage("Enter a name", IMessageProvider.ERROR); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[207] IJavaElement initElement= clazz.getFragmentRoot(); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[210] public boolean isSelectedValid(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSelectedValid(Object) of type new TypedElementSelectionValidator(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[229] public boolean select(Viewer viewer, Object parent, Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method select(Viewer, Object, Object) of type new TypedViewerFilter(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[250] dialog.setInput(JavaCore.create(fWorkspaceRoot)); ^^^^^^^^^^^^^^ Unqualified access to the field AbstractHtmlElementPage.fWorkspaceRoot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[270] if (froot != null && froot.exists()) { ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[270] if (froot != null && froot.exists()) { ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[271] packages= froot.getChildren(); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[282] dialog.setTitle("Choose Package"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[283] dialog.setMessage("Choose a Package"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[284] dialog.setEmptyListMessage("You need to select a package"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[288] IPackageFragment pack= clazz.getPackageFragment(); ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[300] return froot; ^^^^^ Unqualified access to the field AbstractHtmlElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[309] public O getClazz() { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[310] return clazz; ^^^^^ Unqualified access to the field AbstractHtmlElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[313] static class ClassnameValidator implements IValidator { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[315] public IStatus validate(Object value) { ^^^^^^^^^^^^^^^^^^^^^^ The method validate(Object) of type AbstractHtmlElementPage.ClassnameValidator should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[320] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[320] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[320] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[325] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[325] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[325] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[332] static class PackageFragmentRootToStringConverter extends Converter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[338] public Object convert(Object fromObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convert(Object) of type AbstractHtmlElementPage.PackageFragmentRootToStringConverter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[341] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[347] static class PackageFragmentToStringConverter extends Converter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[353] public Object convert(Object fromObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convert(Object) of type AbstractHtmlElementPage.PackageFragmentToStringConverter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractHtmlElementPage.java:[355] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/IGenerator.java:[17] public interface IGenerator { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/IGenerator.java:[18] public CharSequence generateContent(O clazzDef); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[21] public class ValueOfContributionCollector { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[24] public void addValueOfContributor(IValueOfContributor c) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[25] List l = map.get(c.getType()); ^^^ Unqualified access to the field ValueOfContributionCollector.map [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[28] map.put(c.getType(), l); ^^^ Unqualified access to the field ValueOfContributionCollector.map [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[33] public void removeValueOfContributor(IValueOfContributor c) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[34] List l = map.get(c.getType()); ^^^ Unqualified access to the field ValueOfContributionCollector.map [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[40] public List getContributors(String classType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/ValueOfContributionCollector.java:[41] List rv = map.get(classType); ^^^ Unqualified access to the field ValueOfContributionCollector.map [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[31] import org.eclipse.jdt.internal.ui.JavaPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[32] import org.eclipse.jdt.internal.ui.wizards.NewWizardMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[33] import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypedElementSelectionValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[34] import org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypedViewerFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[55] public class JDTElementFactory { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[56] public static void createSourceFolderElement(Composite parent, DataBindingContext dbc, JDTElement clazz, IWorkspaceRoot fWorkspaceRoot) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[58] l.setText("Source folder"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[63] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("fragmentRoot").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[65] BeanProperties.value("fragmentRoot").observe(clazz), ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[66] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[66] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[67] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[67] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[67] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[71] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[75] IPackageFragmentRoot root = choosePackageRoot(parent.getShell(),clazz,fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method choosePackageRoot(Shell, JDTElement, IWorkspaceRoot) from the type JDTElementFactory is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[84] public static void createPackageElement(Composite parent, DataBindingContext dbc, JDTElement clazz) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[86] l.setText("Package"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[91] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("packageFragment").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[93] BeanProperties.value("packageFragment").observe(clazz), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[94] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[94] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[95] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[95] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[95] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[99] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[103] IPackageFragment fragment = choosePackage(parent.getShell(),clazz); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method choosePackage(Shell, JDTElement) from the type JDTElementFactory is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[127] dialog.setTitle("Choose Package"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[128] dialog.setMessage("Choose a Package"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[129] dialog.setEmptyListMessage("You need to select a package"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[147] TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypedElementSelectionValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[147] TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) { public boolean isSelectedValid(Object element) { try { if (element instanceof IJavaProject) { IJavaProject jproject= (IJavaProject)element; IPath path= jproject.getProject().getFullPath(); return (jproject.findPackageFragmentRoot(path) != null); } else if (element instanceof IPackageFragmentRoot) { return (((IPackageFragmentRoot)element).getKind() == IPackageFragmentRoot.K_SOURCE); } return true; } catch (JavaModelException e) { JavaPlugin.log(e.getStatus()); // just log, no UI in validation } return false; } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TypedElementSelectionValidator(Class[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[147] TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypedElementSelectionValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[148] public boolean isSelectedValid(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSelectedValid(Object) of type new TypedElementSelectionValidator(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[159] JavaPlugin.log(e.getStatus()); // just log, no UI in validation ^^^^^^^^^^ Discouraged access: The type 'JavaPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[159] JavaPlugin.log(e.getStatus()); // just log, no UI in validation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaPlugin.log(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[166] ViewerFilter filter= new TypedViewerFilter(acceptedClasses) { public boolean select(Viewer viewer, Object parent, Object element) { if (element instanceof IPackageFragmentRoot) { try { return (((IPackageFragmentRoot)element).getKind() == IPackageFragmentRoot.K_SOURCE); } catch (JavaModelException e) { JavaPlugin.log(e.getStatus()); // just log, no UI in validation return false; } } return super.select(viewer, parent, element); } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TypedViewerFilter(Class[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[166] ViewerFilter filter= new TypedViewerFilter(acceptedClasses) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypedViewerFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[167] public boolean select(Viewer viewer, Object parent, Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method select(Viewer, Object, Object) of type new TypedViewerFilter(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[172] JavaPlugin.log(e.getStatus()); // just log, no UI in validation ^^^^^^^^^^ Discouraged access: The type 'JavaPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[172] JavaPlugin.log(e.getStatus()); // just log, no UI in validation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaPlugin.log(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[176] return super.select(viewer, parent, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypedViewerFilter.select(Viewer, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[185] dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[185] dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[186] dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/JDTElementFactory.java:[186] dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[35] public class JFXWorkbenchPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[40] public JFXWorkbenchPreferencePage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[43] public JFXWorkbenchPreferencePage(String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[47] public JFXWorkbenchPreferencePage(String title, ImageDescriptor image) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[52] public void init(IWorkbench workbench) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[58] parent = new Composite(parent, SWT.NONE); ^^^^^^ The parameter parent should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[63] l.setText("SceneBuilder executable"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[65] scenebuilder = new Text(parent, SWT.BORDER); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[66] scenebuilder.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", "")); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[66] scenebuilder.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", "")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[66] scenebuilder.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", "")); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[66] scenebuilder.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("scenebuilder.exe", "")); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[67] scenebuilder.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[70] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[77] scenebuilder.setText(file); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[77] scenebuilder.setText(file); ^^^^^^^^^^^^ Read access to enclosing field JFXWorkbenchPreferencePage.scenebuilder is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[85] l.setText("JavaFX 11+ SDK"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[87] sdk = new Text(parent, SWT.BORDER); ^^^ Unqualified access to the field JFXWorkbenchPreferencePage.sdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[88] sdk.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", "")); ^^^ Unqualified access to the field JFXWorkbenchPreferencePage.sdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[88] sdk.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", "")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[88] sdk.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", "")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[88] sdk.setText(InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui").get("javafx-sdk", "")); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[89] sdk.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^ Unqualified access to the field JFXWorkbenchPreferencePage.sdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[93] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[100] sdk.setText(file); ^^^ Unqualified access to the field JFXWorkbenchPreferencePage.sdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[100] sdk.setText(file); ^^^ Read access to enclosing field JFXWorkbenchPreferencePage.sdk is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[111] String text = scenebuilder.getText().trim(); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[112] IEclipsePreferences pref = InstanceScope.INSTANCE.getNode("org.eclipse.fx.ide.ui"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[114] pref.put("scenebuilder.exe",text); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[116] pref.remove("scenebuilder.exe"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[119] text = sdk.getText().trim(); ^^^ Unqualified access to the field JFXWorkbenchPreferencePage.sdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[139] scenebuilder.setText(""); ^^^^^^^^^^^^ Unqualified access to the field JFXWorkbenchPreferencePage.scenebuilder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/internal/JFXWorkbenchPreferencePage.java:[139] scenebuilder.setText(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[15] import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[16] import java.util.Map; ^^^^^^^^^^^^^ The import java.util.Map is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[24] public class IconKeys { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[25] public static final String FIELD_KEY = IconKeys.class.getName() + ".FIELD"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[25] public static final String FIELD_KEY = IconKeys.class.getName() + ".FIELD"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[26] public static final String EVENT_KEY = IconKeys.class.getName() + ".EVENT"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[26] public static final String EVENT_KEY = IconKeys.class.getName() + ".EVENT"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[27] public static final String LIST_KEY = IconKeys.class.getName() + ".LIST"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[27] public static final String LIST_KEY = IconKeys.class.getName() + ".LIST"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[28] public static final String MAP_KEY = IconKeys.class.getName() + ".MAP"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[28] public static final String MAP_KEY = IconKeys.class.getName() + ".MAP"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[29] public static final String ENUM_KEY = IconKeys.class.getName() + ".ENUM_KEY"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[29] public static final String ENUM_KEY = IconKeys.class.getName() + ".ENUM_KEY"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[31] public static final String METHOD_PRIVATE_KEY = IconKeys.class.getName() + ".METHOD_PRIVATE"; ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[31] public static final String METHOD_PRIVATE_KEY = IconKeys.class.getName() + ".METHOD_PRIVATE"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[32] public static final String METHOD_DEFAULT_KEY = IconKeys.class.getName() + ".METHOD_DEFAULT"; ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[32] public static final String METHOD_DEFAULT_KEY = IconKeys.class.getName() + ".METHOD_DEFAULT"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[33] public static final String METHOD_PROTECTED_KEY = IconKeys.class.getName() + ".METHOD_PROTECTED"; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[33] public static final String METHOD_PROTECTED_KEY = IconKeys.class.getName() + ".METHOD_PROTECTED"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[34] public static final String METHOD_PUBLIC_KEY = IconKeys.class.getName() + ".METHOD_PUBLIC"; ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[34] public static final String METHOD_PUBLIC_KEY = IconKeys.class.getName() + ".METHOD_PUBLIC"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[35] public static final String STAT_METHOD_PUBLIC_KEY = IconKeys.class.getName() + ".STAT_METHOD_PUBLIC_KEY"; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[35] public static final String STAT_METHOD_PUBLIC_KEY = IconKeys.class.getName() + ".STAT_METHOD_PUBLIC_KEY"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[37] public static final String EXTERNALIZED_STRING_KEY = IconKeys.class.getName() + ".EXTERNALIZED_STRING_KEY"; ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[37] public static final String EXTERNALIZED_STRING_KEY = IconKeys.class.getName() + ".EXTERNALIZED_STRING_KEY"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[38] public static final String CLASS_KEY = IconKeys.class.getName() + ".CLASS_KEY"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[38] public static final String CLASS_KEY = IconKeys.class.getName() + ".CLASS_KEY"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[40] public static final String PACKAGE_KEY = IconKeys.class.getName() + ".PACKAGE_KEY"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[40] public static final String PACKAGE_KEY = IconKeys.class.getName() + ".PACKAGE_KEY"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[41] public static final String COMPONENT_KEY = IconKeys.class.getName() + ".COMPONENT_KEY"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[41] public static final String COMPONENT_KEY = IconKeys.class.getName() + ".COMPONENT_KEY"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[42] public static final String IMPORT_LIST_KEY = IconKeys.class.getName() + ".IMPORT_LIST_KEY"; ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[42] public static final String IMPORT_LIST_KEY = IconKeys.class.getName() + ".IMPORT_LIST_KEY"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[43] public static final String IMPORT_KEY = IconKeys.class.getName() + ".IMPORT_KEY"; ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[43] public static final String IMPORT_KEY = IconKeys.class.getName() + ".IMPORT_KEY"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[44] public static final String BINDING_KEY = IconKeys.class.getName() + ".BINDING_KEY"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[44] public static final String BINDING_KEY = IconKeys.class.getName() + ".BINDING_KEY"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[45] public static final String REFERENCE_KEY = IconKeys.class.getName() + ".REFERENCE_KEY"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[45] public static final String REFERENCE_KEY = IconKeys.class.getName() + ".REFERENCE_KEY"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[46] public static final String INCLUDE_KEY = IconKeys.class.getName() + ".INCLUDE_KEY"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[46] public static final String INCLUDE_KEY = IconKeys.class.getName() + ".INCLUDE_KEY"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[47] public static final String COPY_KEY = IconKeys.class.getName() + ".COPY_KEY"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[47] public static final String COPY_KEY = IconKeys.class.getName() + ".COPY_KEY"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[48] public static final String LOCATION_KEY = IconKeys.class.getName() + ".LOCATION_KEY"; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[48] public static final String LOCATION_KEY = IconKeys.class.getName() + ".LOCATION_KEY"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[49] public static final String DEFINES_KEY = IconKeys.class.getName() + ".DEFINES_KEY"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[49] public static final String DEFINES_KEY = IconKeys.class.getName() + ".DEFINES_KEY"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[50] public static final String SCRIPTS_KEY = IconKeys.class.getName() + ".SCRIPTS_KEY"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[50] public static final String SCRIPTS_KEY = IconKeys.class.getName() + ".SCRIPTS_KEY"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[52] public static final String VALUE_OF_KEY = IconKeys.class.getName()+".VALUE_OF_KEY"; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[52] public static final String VALUE_OF_KEY = IconKeys.class.getName()+".VALUE_OF_KEY"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[56] JFaceResources.getImageRegistry().put(FIELD_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/field_public_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[56] JFaceResources.getImageRegistry().put(FIELD_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/field_public_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[57] JFaceResources.getImageRegistry().put(EVENT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/correction_change.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[57] JFaceResources.getImageRegistry().put(EVENT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/correction_change.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[58] JFaceResources.getImageRegistry().put(LIST_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/class_hi.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[58] JFaceResources.getImageRegistry().put(LIST_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/class_hi.gif")); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[59] JFaceResources.getImageRegistry().put(MAP_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/types.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[59] JFaceResources.getImageRegistry().put(MAP_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/types.gif")); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[61] JFaceResources.getImageRegistry().put(METHOD_PRIVATE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpri_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[61] JFaceResources.getImageRegistry().put(METHOD_PRIVATE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpri_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[62] JFaceResources.getImageRegistry().put(METHOD_DEFAULT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methdef_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[62] JFaceResources.getImageRegistry().put(METHOD_DEFAULT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methdef_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[63] JFaceResources.getImageRegistry().put(METHOD_PROTECTED_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpro_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[63] JFaceResources.getImageRegistry().put(METHOD_PROTECTED_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpro_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[64] JFaceResources.getImageRegistry().put(METHOD_PUBLIC_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpub_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[64] JFaceResources.getImageRegistry().put(METHOD_PUBLIC_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/methpub_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[66] JFaceResources.getImageRegistry().put(STAT_METHOD_PUBLIC_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/statmethpub_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[66] JFaceResources.getImageRegistry().put(STAT_METHOD_PUBLIC_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/statmethpub_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[68] JFaceResources.getImageRegistry().put(EXTERNALIZED_STRING_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/internalize.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[68] JFaceResources.getImageRegistry().put(EXTERNALIZED_STRING_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/internalize.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[70] JFaceResources.getImageRegistry().put(CLASS_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/class_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[70] JFaceResources.getImageRegistry().put(CLASS_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/class_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[71] JFaceResources.getImageRegistry().put(PACKAGE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/packd_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[71] JFaceResources.getImageRegistry().put(PACKAGE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/packd_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[72] JFaceResources.getImageRegistry().put(COMPONENT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/cu_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[72] JFaceResources.getImageRegistry().put(COMPONENT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/cu_obj.gif")); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[73] JFaceResources.getImageRegistry().put(IMPORT_LIST_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/impc_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[73] JFaceResources.getImageRegistry().put(IMPORT_LIST_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/impc_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[74] JFaceResources.getImageRegistry().put(IMPORT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/imp_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[74] JFaceResources.getImageRegistry().put(IMPORT_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/imp_obj.gif")); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[75] JFaceResources.getImageRegistry().put(BINDING_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/occ_write.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[75] JFaceResources.getImageRegistry().put(BINDING_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/occ_write.gif")); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[76] JFaceResources.getImageRegistry().put(REFERENCE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/no_breakpoint.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[76] JFaceResources.getImageRegistry().put(REFERENCE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/no_breakpoint.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[77] JFaceResources.getImageRegistry().put(INCLUDE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/inclusion_filter_attrib.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[77] JFaceResources.getImageRegistry().put(INCLUDE_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/inclusion_filter_attrib.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[78] JFaceResources.getImageRegistry().put(COPY_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/template_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[78] JFaceResources.getImageRegistry().put(COPY_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/template_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[79] JFaceResources.getImageRegistry().put(LOCATION_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/jar_desc_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[79] JFaceResources.getImageRegistry().put(LOCATION_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/jar_desc_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[80] JFaceResources.getImageRegistry().put(DEFINES_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/correction_cast.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[80] JFaceResources.getImageRegistry().put(DEFINES_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/correction_cast.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[81] JFaceResources.getImageRegistry().put(SCRIPTS_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/classf_generate.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[81] JFaceResources.getImageRegistry().put(SCRIPTS_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/classf_generate.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[82] JFaceResources.getImageRegistry().put(ENUM_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/enum_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[82] JFaceResources.getImageRegistry().put(ENUM_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/enum_obj.gif")); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[84] JFaceResources.getImageRegistry().put(VALUE_OF_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/jtypeassist_co.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[84] JFaceResources.getImageRegistry().put(VALUE_OF_KEY, Activator.imageDescriptorFromPlugin(Activator.ID, "/icons/jtypeassist_co.gif")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/util/IconKeys.java:[88] public static Image getIcon(String id) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[41] public abstract class AbstractNewJDTElementWizard extends Wizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[46] public void init(IWorkbench workbench, IStructuredSelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method init(IWorkbench, IStructuredSelection) of type AbstractNewJDTElementWizard should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[48] root = getFragmentRoot(jElement); ^^^^ Unqualified access to the field AbstractNewJDTElementWizard.root [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[49] fragment = getFragment(jElement); ^^^^^^^^ Unqualified access to the field AbstractNewJDTElementWizard.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[52] public IPackageFragmentRoot getRoot() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[56] return root; ^^^^ Unqualified access to the field AbstractNewJDTElementWizard.root [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[59] public IPackageFragment getFragment() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[63] return fragment; ^^^^^^^^ Unqualified access to the field AbstractNewJDTElementWizard.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[66] public IPackageFragmentRoot getInitialRoot() { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[67] return root; ^^^^ Unqualified access to the field AbstractNewJDTElementWizard.root [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[70] public IPackageFragment getInitialFragment() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[71] return fragment; ^^^^^^^^ Unqualified access to the field AbstractNewJDTElementWizard.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[74] private IPackageFragment getFragment(IJavaElement jElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFragment(IJavaElement) from the type AbstractNewJDTElementWizard can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[81] protected IJavaElement getInitialJavaElement(IStructuredSelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInitialJavaElement(IStructuredSelection) from the type AbstractNewJDTElementWizard can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[112] protected IPackageFragmentRoot getFragmentRoot(IJavaElement elem) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFragmentRoot(IJavaElement) from the type AbstractNewJDTElementWizard can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[150] public O getDomainClass() { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[154] protected Set getRequiredBundles() { ^^^^^^^^^^^^^^^^^^^^ The method getRequiredBundles() from the type AbstractNewJDTElementWizard can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[156] rv.add("javax.inject"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[164] MessageDialog.openError(getShell(), "No domain object", "Please file a bug against e(fx)clipse with steps to reproduce this problem"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[164] MessageDialog.openError(getShell(), "No domain object", "Please file a bug against e(fx)clipse with steps to reproduce this problem"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[181] if( MessageDialog.openQuestion(getShell(), "File exists", "The file " + file.getName() + " already exists. Would you like to proceed?") ) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[181] if( MessageDialog.openQuestion(getShell(), "File exists", "The file " + file.getName() + " already exists. Would you like to proceed?") ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[181] if( MessageDialog.openQuestion(getShell(), "File exists", "The file " + file.getName() + " already exists. Would you like to proceed?") ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[183] IFile.FORCE | IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[183] IFile.FORCE | IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[201] public IFile getFile() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractNewJDTElementWizard.java:[202] return file; ^^^^ Unqualified access to the field AbstractNewJDTElementWizard.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[26] public class ColorValueOfContributor implements IValueOfContributor { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[30] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("aliceblue".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[31] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("anitquewhite".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[32] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("aqua".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[33] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("aquamarine".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[35] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("azure".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[36] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("beige".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[37] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("bisque".toUpperCase())); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[38] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("black".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[40] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("blanchedalmond".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[41] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("blue".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[42] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("blueviolet".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[43] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("brown".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[45] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("burlywood".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[46] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("cadetblue".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[47] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("chartreuse".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[48] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("chocolate".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[50] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("coral".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[51] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("cornflowerblue".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[52] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("cornsilk".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[53] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("crimson".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[55] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("cyan".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[56] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkblue".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[57] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkcyan".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[58] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkgoldenrod".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[60] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkgray".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[61] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkgreen".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[62] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkgrey".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[63] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkkhaki".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[65] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkmagenta".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[66] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkolivegreen".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[67] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkorange".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[68] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkorchid".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[70] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkred".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[71] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darksalmon".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[72] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkseagreen".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[73] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkslateblue".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[75] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkslategray".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[76] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkslategrey".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[77] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkturquoise".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[78] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("darkviolet".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[80] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("deeppink".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[81] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("deepskyblue".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[82] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("dimgray".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[83] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("dimgrey".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[85] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("dodgerblue".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[86] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("firebrick".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[87] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("floralwhite".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[88] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("forestgreen".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[90] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("fuchsia".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[91] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("gainsboro".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[92] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("ghostwhite".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[93] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("gold".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[95] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("goldenrod".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[96] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("gray".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[97] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("green".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[98] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("greenyellow".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[100] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("grey".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[101] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("honeydew".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[102] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("hotpink".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[103] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("indianred".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[105] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("indigo".toUpperCase())); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[106] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("ivory".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[107] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("khaki".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[108] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lavender".toUpperCase())); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[110] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lavenderblush".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[111] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lawngreen".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[112] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lemonchiffon".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[113] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightblue".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[115] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightcoral".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[116] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightcyan".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[117] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightgoldenrodyellow".toUpperCase())); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[118] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightgray".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[120] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightgreen".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[121] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightgrey".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[122] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightpink".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[123] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightsalmon".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[125] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightseagreen".toUpperCase())); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[126] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightskyblue".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[127] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightslategray".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[128] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightslategrey".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[130] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightsteelblue".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[131] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lightyellow".toUpperCase())); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[132] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("lime".toUpperCase())); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[133] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("limegreen".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[135] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("linen".toUpperCase())); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[136] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("magenta".toUpperCase())); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[137] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("maroon".toUpperCase())); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[138] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumaquamarine".toUpperCase())); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[140] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumblue".toUpperCase())); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[141] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumorchid".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[142] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumpurple".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[143] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumseagreen".toUpperCase())); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[145] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumslateblue".toUpperCase())); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[146] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumspringgreen".toUpperCase())); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[147] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumturquoise".toUpperCase())); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[148] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mediumvioletred".toUpperCase())); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[150] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("midnightblue".toUpperCase())); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[151] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mintcream".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/internal/ColorValueOfContributor.java:[152] NAMED_COLOR_PROPOSALS.add(new SimpleValueProposal("mistyrose".toUpperCase())); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[69] public abstract class AbstractJDTElementPage extends WizardPage { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[79] setMessage("Root is not a java project", IMessageProvider.ERROR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[90] public void createControl(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createControl(Composite) of type AbstractJDTElementPage should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[92] parent = new Composite(parent, SWT.NULL); ^^^^^^ The parameter parent should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[96] clazz = createInstance(); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[97] clazz.setFragmentRoot(froot); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[97] clazz.setFragmentRoot(froot); ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[98] clazz.setPackageFragment(fragment); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[98] clazz.setPackageFragment(fragment); ^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[105] l.setText("Source folder"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[110] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("fragmentRoot").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[112] BeanProperties.value("fragmentRoot").observe(clazz), ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[112] BeanProperties.value("fragmentRoot").observe(clazz), ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[113] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[113] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[114] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[114] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[114] new UpdateValueStrategy().setConverter(new PackageFragmentRootToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[118] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[122] IPackageFragmentRoot root = choosePackageRoot(); ^^^^^^^^^^^^^^^^^^^ Access to enclosing method choosePackageRoot() from the type AbstractJDTElementPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[124] froot = root; ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[124] froot = root; ^^^^^ Write access to enclosing field AbstractJDTElementPage.froot is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[125] clazz.setFragmentRoot(root); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[125] clazz.setFragmentRoot(root); ^^^^^ Read access to enclosing field AbstractJDTElementPage.clazz is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[134] l.setText("Package"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[139] final Binding bd = dbc.bindValue( WidgetProperties.text().observe(t), BeanProperties.value("packageFragment").observe(clazz), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[141] BeanProperties.value("packageFragment").observe(clazz), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[141] BeanProperties.value("packageFragment").observe(clazz), ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[142] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[142] new UpdateValueStrategy(), ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[143] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[143] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[143] new UpdateValueStrategy().setConverter(new PackageFragmentToStringConverter()) ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[147] b.setText("Browse ..."); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[151] IPackageFragment fragment = choosePackage(); ^^^^^^^^^^^^^^^ Access to enclosing method choosePackage() from the type AbstractJDTElementPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[153] clazz.setPackageFragment(fragment); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[153] clazz.setPackageFragment(fragment); ^^^^^ Read access to enclosing field AbstractJDTElementPage.clazz is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[161] IWidgetValueProperty textProp = WidgetProperties.text(SWT.Modify); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[164] l.setText("Name"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[166] nameField = new Text(parent, SWT.BORDER); ^^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[167] nameField.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[168] dbc.bindValue(textProp.observe(nameField), BeanProperties.value("name", String.class).observe(clazz)); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[170] new Label(parent, SWT.NONE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The allocated object is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[181] clazz.addPropertyChangeListener(new PropertyChangeListener() { ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[196] nameField.setFocus(); ^^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.nameField [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[203] setMessage("Enter a name", IMessageProvider.ERROR); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[204] } else if( froot == null ) { ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[206] setMessage("Root is not a java project", IMessageProvider.ERROR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[214] IJavaElement initElement= clazz.getFragmentRoot(); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[217] public boolean isSelectedValid(Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSelectedValid(Object) of type new TypedElementSelectionValidator(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[236] public boolean select(Viewer viewer, Object parent, Object element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method select(Viewer, Object, Object) of type new TypedViewerFilter(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[257] dialog.setInput(JavaCore.create(fWorkspaceRoot)); ^^^^^^^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.fWorkspaceRoot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[277] if (froot != null && froot.exists()) { ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[277] if (froot != null && froot.exists()) { ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[278] packages= froot.getChildren(); ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[289] dialog.setTitle("Choose Package"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[290] dialog.setMessage("Choose a Package"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[291] dialog.setEmptyListMessage("You need to select a package"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[295] IPackageFragment pack= clazz.getPackageFragment(); ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[307] return froot; ^^^^^ Unqualified access to the field AbstractJDTElementPage.froot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[310] public IPackageFragment getFragment() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[311] return fragment; ^^^^^^^^ Unqualified access to the field AbstractJDTElementPage.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[320] public O getClazz() { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[321] return clazz; ^^^^^ Unqualified access to the field AbstractJDTElementPage.clazz [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[324] static class ClassnameValidator implements IValidator { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[326] public IStatus validate(Object value) { ^^^^^^^^^^^^^^^^^^^^^^ The method validate(Object) of type AbstractJDTElementPage.ClassnameValidator should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[331] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[331] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[331] return new Status(IStatus.ERROR, "", "'" + c + "' is not allowed in a Class-Name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[336] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[336] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[336] return new Status(IStatus.ERROR, "", "'" + ar[0] + "' is not allowed as the first character of a Class-Name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[343] static class PackageFragmentRootToStringConverter extends Converter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[349] public Object convert(Object fromObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convert(Object) of type AbstractJDTElementPage.PackageFragmentRootToStringConverter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[352] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[358] static class PackageFragmentToStringConverter extends Converter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[364] public Object convert(Object fromObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convert(Object) of type AbstractJDTElementPage.PackageFragmentToStringConverter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/AbstractJDTElementPage.java:[366] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[21] public class JDTElement { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[32] public IPackageFragmentRoot getFragmentRoot() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[33] return fragmentRoot; ^^^^^^^^^^^^ Unqualified access to the field JDTElement.fragmentRoot [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[36] public void setFragmentRoot(IPackageFragmentRoot fragmentRoot) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[37] support.firePropertyChange("fragementRoot", this.fragmentRoot, this.fragmentRoot = fragmentRoot); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[37] support.firePropertyChange("fragementRoot", this.fragmentRoot, this.fragmentRoot = fragmentRoot); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[40] public IPackageFragment getPackageFragment() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[41] return packageFragment; ^^^^^^^^^^^^^^^ Unqualified access to the field JDTElement.packageFragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[44] public void setPackageFragment(IPackageFragment packageFragment) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[45] support.firePropertyChange("packageFragment", this.packageFragment, this.packageFragment = packageFragment); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[45] support.firePropertyChange("packageFragment", this.packageFragment, this.packageFragment = packageFragment); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[48] public String getName() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[49] return name; ^^^^ Unqualified access to the field JDTElement.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[52] public void setName(String name) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[53] support.firePropertyChange("name", this.name, this.name = name); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[53] support.firePropertyChange("name", this.name, this.name = name); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[56] public void addPropertyChangeListener(PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[57] support.addPropertyChangeListener(listener); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[60] public void removePropertyChangeListener(PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/wizards/template/JDTElement.java:[61] support.removePropertyChangeListener(listener); ^^^^^^^ Unqualified access to the field JDTElement.support [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[17] public interface IValueOfContributor { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[18] public interface Proposal { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[19] public String getValue(); ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[20] public int getPriority(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[23] public interface DialogProposal extends Proposal { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[24] public String openDialogValue(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[27] public static class SimpleValueProposal implements Proposal { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[31] public SimpleValueProposal(String value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[36] public SimpleValueProposal(String value, int priority) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[43] return value; ^^^^^ Unqualified access to the field IValueOfContributor.SimpleValueProposal.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[48] return priority; ^^^^^^^^ Unqualified access to the field IValueOfContributor.SimpleValueProposal.priority [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[52] public List getProposals(); ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/org/eclipse/fx/ide/ui/editor/IValueOfContributor.java:[54] public String getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration 549 problems (549 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.ui --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.jdt.ui >------------ [INFO] Building e(fx)clipse - IDE - JDT UI 3.10.0-SNAPSHOT [4/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.jdt.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.jdt.ui --- [WARNING] WARNING: PreloaderClassGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/templates/PreloaderClassGenerator.xtend 18: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ApplicationClassGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/templates/ApplicationClassGenerator.xtend 18: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 27: Unnecessary cast from String to String [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 130: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 135: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 174: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 195: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 204: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 215: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 218: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 221: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 241: The value of the local variable nix is not used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 260: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 270: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 282: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 289: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 297: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 297: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 297: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 304: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 304: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 308: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 309: Null-safe call of primitive-valued feature length, default value 0 will be used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 310: Null-safe call of primitive-valued feature length, default value 0 will be used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 311: Null-safe call of primitive-valued feature length, default value 0 will be used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 319: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 322: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 322: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 322: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 322: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 328: Null-safe call of primitive-valued feature length, default value 0 will be used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 331: Null-safe call of primitive-valued feature length, default value 0 will be used [WARNING] WARNING: AntTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AntTemplate.xtend 337: Null-safe call of primitive-valued feature length, default value 0 will be used [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Compiling 115 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[41] NONE(0, "none", "none"), /** ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[41] NONE(0, "none", "none"), /** ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[49] ALL(1, "all", "all"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[49] ALL(1, "all", "all"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[59] IMAGE(2, "image", "image"), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[59] IMAGE(2, "image", "image"), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[69] EXE(3, "exe", "exe"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[69] EXE(3, "exe", "exe"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[79] MSI(4, "msi", "msi"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[79] MSI(4, "msi", "msi"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[89] DMG(5, "dmg", "dmg"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[89] DMG(5, "dmg", "dmg"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[99] RPM(6, "rpm", "rpm"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[99] RPM(6, "rpm", "rpm"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[109] DEB(7, "deb", "deb"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[109] DEB(7, "deb", "deb"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[263] public static PackagingFormat get(String literal) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[263] public static PackagingFormat get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[279] public static PackagingFormat getByName(String name) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[279] public static PackagingFormat getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[295] public static PackagingFormat get(int value) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[295] public static PackagingFormat get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[347] public int getValue() { ^^^^^^^^^^ The method getValue() of type PackagingFormat should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[348] return value; ^^^^^ Unqualified access to the field PackagingFormat.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[356] public String getName() { ^^^^^^^^^ The method getName() of type PackagingFormat should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[357] return name; ^^^^ Unqualified access to the field PackagingFormat.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[365] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type PackagingFormat should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[366] return literal; ^^^^^^^ Unqualified access to the field PackagingFormat.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/PackagingFormat.java:[377] return literal; ^^^^^^^ Unqualified access to the field PackagingFormat.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[66] import org.eclipse.jdt.internal.ui.javaeditor.ASTProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.internal.ui.javaeditor.ASTProvider is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[91] public class AddFXBeanGetterSetterHandler extends AbstractHandler { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[153] public static class GetterSetterDialog extends TitleAreaDialog { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[160] public GetterSetterDialog(Shell parentShell, IType type) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[170] getShell().setText("Generate JavaFX Property accessors"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[171] setTitle("Generate JavaFX Property accessors"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[172] setMessage("Select the items you want the accessors created"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[218] b.setText("Select All"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[225] b.setText("Deselect All"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[235] this.makeMethodsFinal.setText("make methods final"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[253] Field f = IASTSharedValues.class.getDeclaredField("SHARED_AST_LEVEL"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[271] if (creation != null) { ^^^^^^^^ Redundant null check: The variable creation cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[278] if (declaration != null) ^^^^^^^^^^^ Redundant null check: The variable declaration cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[290] applyEdit(unit, fEdit, true, new SubProgressMonitor(new NullProgressMonitor(), 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method applyEdit(ICompilationUnit, TextEdit, boolean, IProgressMonitor) from the type AddFXBeanGetterSetterHandler is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[290] applyEdit(unit, fEdit, true, new SubProgressMonitor(new NullProgressMonitor(), 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[290] applyEdit(unit, fEdit, true, new SubProgressMonitor(new NullProgressMonitor(), 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[307] monitor= new NullProgressMonitor(); ^^^^^^^ The parameter monitor should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[316] cu.applyTextEdit(edit, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[316] cu.applyTextEdit(edit, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[318] cu.save(new SubProgressMonitor(monitor, 1), true); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AddFXBeanGetterSetterHandler.java:[318] cu.save(new SubProgressMonitor(monitor, 1), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[161] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field ParametersAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[175] public Adapter createFileSetAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createFileSetAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[189] public Adapter createPlatformAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createPlatformAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[203] public Adapter createJVmArgAdapter() { ^^^^^^^^^^^^^^^^^^^^^ The method createJVmArgAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[217] public Adapter createPropertyAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createPropertyAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[231] public Adapter createPreferencesAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPreferencesAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[245] public Adapter createApplicationAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createApplicationAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[259] public Adapter createArgumentAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createArgumentAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[273] public Adapter createHtmlParamAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method createHtmlParamAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[287] public Adapter createParamAdapter() { ^^^^^^^^^^^^^^^^^^^^ The method createParamAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[301] public Adapter createPermissionsAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPermissionsAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[315] public Adapter createTemplateAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createTemplateAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[329] public Adapter createCallbackAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createCallbackAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[343] public Adapter createInfoAdapter() { ^^^^^^^^^^^^^^^^^^^ The method createInfoAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[357] public Adapter createIconAdapter() { ^^^^^^^^^^^^^^^^^^^ The method createIconAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[371] public Adapter createSplashAdapter() { ^^^^^^^^^^^^^^^^^^^^^ The method createSplashAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[385] public Adapter createKeyValuePairAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createKeyValuePairAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersAdapterFactory.java:[397] public Adapter createEObjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type ParametersAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/util/AndroidAdapterFactory.java:[100] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field AndroidAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/util/AndroidAdapterFactory.java:[114] public Adapter createAndroidExportAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAndroidExportAdapter() from the type AndroidAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/util/AndroidAdapterFactory.java:[126] public Adapter createEObjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type AndroidAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[187] final WritableValue bean = new WritableValue(); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[187] final WritableValue bean = new WritableValue(); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[364] "There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[383] this.bean.setValue( getTask() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[765] throw new PartInitException( "Invalid Input: Must be IFileEditorInput" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[788] this.bean.setValue( task ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[793] form.setText( "FX Build Configuration" ); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[805] IWidgetValueProperty textModify = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[806] IWidgetValueProperty selChange = WidgetProperties.comboSelection(); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[810] section.setText( "Build && Package Properties" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[811] section.setDescription( "The following properties are needed to build the JavaFX-Application" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[818] this.toolkit.createLabel( sectionClient, "Build Directory*:" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[821] this.toolkit.createButton( sectionClient, "Filesystem ...", SWT.PUSH ).addSelectionListener( new SelectionAdapter() { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[830] this.toolkit.createButton( sectionClient, "Workspace ...", SWT.PUSH ).addSelectionListener( new SelectionAdapter() { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[840] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) ); ^^^^ Unqualified access to the field JFXBuildConfigurationEditor.bean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[844] this.toolkit.createLabel( sectionClient, "Vendor name*:" ); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[847] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, FeaturePath.fromList( ANT_TASK__DEPLOY, DEPLOY__INFO, INFO__VENDOR ) ); ^^^^^^^^^^^^^ Unqualified access to the field JFXBuildConfigurationEditor.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[848] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[848] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[848] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[848] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[848] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[852] this.toolkit.createLabel( sectionClient, "Application title*:" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[857] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[857] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[857] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[857] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[857] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[861] this.toolkit.createLabel( sectionClient, "Application version*:" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[866] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[866] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[866] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[866] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[866] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[870] this.toolkit.createLabel( sectionClient, "Application class*:" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[873] Button b = this.toolkit.createButton( sectionClient, "Browse ...", SWT.PUSH ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[886] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[886] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[886] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[886] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[886] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[890] this.toolkit.createLabel( sectionClient, "Preloader class:" ); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[893] Button b = this.toolkit.createButton( sectionClient, "Browse ...", SWT.PUSH ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[906] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[906] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[906] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[906] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[906] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[910] this.toolkit.createLabel( sectionClient, "Splash:" ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[913] Button b = this.toolkit.createButton( sectionClient, "Browse ...", SWT.PUSH ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[925] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[925] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[925] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[925] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[925] this.dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[929] this.toolkit.createLabel( sectionClient, "Manifest-Attributes:" ) ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[964] c.getColumn().setText( "Name" ); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[976] c.getColumn().setText( "Value" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[986] Button b = this.toolkit.createButton( buttonComp, "Add ...", SWT.PUSH ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1000] Button b = toolkit.createButton( buttonComp, "Remove", SWT.PUSH ); ^^^^^^^ Unqualified access to the field JFXBuildConfigurationEditor.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1000] Button b = toolkit.createButton( buttonComp, "Remove", SWT.PUSH ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1012] MessageDialog.openWarning( getSite().getShell(), "Warning", "Please select an entry" ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1012] MessageDialog.openWarning( getSite().getShell(), "Warning", "Please select an entry" ); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1018] this.toolkit.createLabel( sectionClient, "Toolkit Type:" ).setLayoutData( new GridData( GridData.BEGINNING, GridData.BEGINNING, false, false ) ); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1025] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1025] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1025] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1025] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1025] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1028] this.toolkit.createLabel( sectionClient, "Packaging Format:" ).setLayoutData( new GridData( GridData.BEGINNING, GridData.BEGINNING, false, false ) ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1034] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1034] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1034] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1034] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1034] this.dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1037] Button b = this.toolkit.createButton( sectionClient, "automatic Proxy Resolution", SWT.CHECK ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1040] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1040] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1040] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1040] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1040] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1043] Button b = this.toolkit.createButton( sectionClient, "Convert CSS into binary form", SWT.CHECK ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1046] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1046] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1046] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1046] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1046] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1049] Button b = this.toolkit.createButton( sectionClient, "Enable verbose build mode (Not recommended)", SWT.CHECK ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1052] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1052] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1052] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1052] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1052] this.dbc.bindValue( selChange.observe( b ), prop.observeDetail( this.bean ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1061] section.setText( "Building & Exporting" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/JFXBuildConfigurationEditor.java:[1070] "

To generate build instructions and export the project:

  • Generate ant build.xml only
  • Generate ant build.xml and run
  •  

    ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[96] public static AndroidPackage init() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[132] public EClass getAndroidExport() { ^^^^^^^^^^^^^^^^^^ The method getAndroidExport() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[133] return androidExportEClass; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[141] public EAttribute getAndroidExport_Androidsdk() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndroidExport_Androidsdk() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[142] return (EAttribute)androidExportEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[150] public EAttribute getAndroidExport_Dalviksdk() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndroidExport_Dalviksdk() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[151] return (EAttribute)androidExportEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[159] public EAttribute getAndroidExport_ActivityLabel() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndroidExport_ActivityLabel() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[160] return (EAttribute)androidExportEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[168] public EAttribute getAndroidExport_PersmissionList() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndroidExport_PersmissionList() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[169] return (EAttribute)androidExportEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[177] public EEnum getPermission() { ^^^^^^^^^^^^^^^ The method getPermission() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[178] return permissionEEnum; ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[186] public AndroidFactory getAndroidFactory() { ^^^^^^^^^^^^^^^^^^^ The method getAndroidFactory() of type AndroidPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[205] if (isCreated) return; ^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.isCreated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[206] isCreated = true; ^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.isCreated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[209] androidExportEClass = createEClass(ANDROID_EXPORT); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[210] createEAttribute(androidExportEClass, ANDROID_EXPORT__ANDROIDSDK); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[211] createEAttribute(androidExportEClass, ANDROID_EXPORT__DALVIKSDK); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[212] createEAttribute(androidExportEClass, ANDROID_EXPORT__ACTIVITY_LABEL); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[213] createEAttribute(androidExportEClass, ANDROID_EXPORT__PERSMISSION_LIST); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[216] permissionEEnum = createEEnum(PERMISSION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[234] if (isInitialized) return; ^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.isInitialized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[235] isInitialized = true; ^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.isInitialized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[249] initEClass(androidExportEClass, AndroidExport.class, "AndroidExport", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.androidExportEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[249] initEClass(androidExportEClass, AndroidExport.class, "AndroidExport", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[250] initEAttribute(getAndroidExport_Androidsdk(), ecorePackage.getEString(), "androidsdk", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^ Unqualified access to the field EPackageImpl.ecorePackage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[250] initEAttribute(getAndroidExport_Androidsdk(), ecorePackage.getEString(), "androidsdk", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[251] initEAttribute(getAndroidExport_Dalviksdk(), ecorePackage.getEString(), "dalviksdk", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^ Unqualified access to the field EPackageImpl.ecorePackage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[251] initEAttribute(getAndroidExport_Dalviksdk(), ecorePackage.getEString(), "dalviksdk", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[252] initEAttribute(getAndroidExport_ActivityLabel(), ecorePackage.getEString(), "activityLabel", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^ Unqualified access to the field EPackageImpl.ecorePackage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[252] initEAttribute(getAndroidExport_ActivityLabel(), ecorePackage.getEString(), "activityLabel", null, 0, 1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[253] initEAttribute(getAndroidExport_PersmissionList(), this.getPermission(), "persmissionList", null, 0, -1, AndroidExport.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[256] initEEnum(permissionEEnum, Permission.class, "Permission"); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[256] initEEnum(permissionEEnum, Permission.class, "Permission"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[257] addEEnumLiteral(permissionEEnum, Permission.ACCESS_CHECKIN_PROPERTIES); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[258] addEEnumLiteral(permissionEEnum, Permission.ACCESS_COARSE_LOCATION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[259] addEEnumLiteral(permissionEEnum, Permission.ACCESS_FINE_LOCATION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[260] addEEnumLiteral(permissionEEnum, Permission.ACCESS_LOCATION_EXTRA_COMMANDS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[261] addEEnumLiteral(permissionEEnum, Permission.ACCESS_MOCK_LOCATION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[262] addEEnumLiteral(permissionEEnum, Permission.ACCESS_NETWORK_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[263] addEEnumLiteral(permissionEEnum, Permission.ACCESS_SURFACE_FLINGER); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[264] addEEnumLiteral(permissionEEnum, Permission.ACCESS_WIFI_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[265] addEEnumLiteral(permissionEEnum, Permission.ACCOUNT_MANAGER); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[266] addEEnumLiteral(permissionEEnum, Permission.ADD_VOICEMAIL); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[267] addEEnumLiteral(permissionEEnum, Permission.AUTHENTICATE_ACCOUNTS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[268] addEEnumLiteral(permissionEEnum, Permission.BATTERY_STATS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[269] addEEnumLiteral(permissionEEnum, Permission.BIND_ACCESSIBILITY_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[270] addEEnumLiteral(permissionEEnum, Permission.BIND_APPWIDGET); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[271] addEEnumLiteral(permissionEEnum, Permission.BIND_DEVICE_ADMIN); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[272] addEEnumLiteral(permissionEEnum, Permission.BIND_DREAM_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[273] addEEnumLiteral(permissionEEnum, Permission.BIND_INPUT_METHOD); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[274] addEEnumLiteral(permissionEEnum, Permission.BIND_NFC_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[275] addEEnumLiteral(permissionEEnum, Permission.BIND_NOTIFICATION_LISTENER_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[276] addEEnumLiteral(permissionEEnum, Permission.BIND_PRINT_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[277] addEEnumLiteral(permissionEEnum, Permission.BIND_REMOTEVIEWS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[278] addEEnumLiteral(permissionEEnum, Permission.BIND_TEXT_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[279] addEEnumLiteral(permissionEEnum, Permission.BIND_TV_INPUT); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[280] addEEnumLiteral(permissionEEnum, Permission.BIND_VOICE_INTERACTION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[281] addEEnumLiteral(permissionEEnum, Permission.BIND_VPN_SERVICE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[282] addEEnumLiteral(permissionEEnum, Permission.BIND_WALLPAPER); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[283] addEEnumLiteral(permissionEEnum, Permission.BLUETOOTH); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[284] addEEnumLiteral(permissionEEnum, Permission.BLUETOOTH_ADMIN); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[285] addEEnumLiteral(permissionEEnum, Permission.BLUETOOTH_PRIVILEGED); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[286] addEEnumLiteral(permissionEEnum, Permission.BODY_SENSORS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[287] addEEnumLiteral(permissionEEnum, Permission.BRICK); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[288] addEEnumLiteral(permissionEEnum, Permission.BROADCAST_PACKAGE_REMOVED); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[289] addEEnumLiteral(permissionEEnum, Permission.BROADCAST_SMS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[290] addEEnumLiteral(permissionEEnum, Permission.BROADCAST_STICKY); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[291] addEEnumLiteral(permissionEEnum, Permission.BROADCAST_WAP_PUSH); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[292] addEEnumLiteral(permissionEEnum, Permission.CALL_PHONE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[293] addEEnumLiteral(permissionEEnum, Permission.CALL_PRIVILEGED); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[294] addEEnumLiteral(permissionEEnum, Permission.CAMERA); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[295] addEEnumLiteral(permissionEEnum, Permission.CAPTURE_AUDIO_OUTPUT); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[296] addEEnumLiteral(permissionEEnum, Permission.CAPTURE_SECURE_VIDEO_OUTPUT); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[297] addEEnumLiteral(permissionEEnum, Permission.CAPTURE_VIDEO_OUTPUT); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[298] addEEnumLiteral(permissionEEnum, Permission.CHANGE_COMPONENT_ENABLED_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[299] addEEnumLiteral(permissionEEnum, Permission.CHANGE_CONFIGURATION); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[300] addEEnumLiteral(permissionEEnum, Permission.CHANGE_NETWORK_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[301] addEEnumLiteral(permissionEEnum, Permission.CHANGE_WIFI_MULTICAST_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[302] addEEnumLiteral(permissionEEnum, Permission.CHANGE_WIFI_STATE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[303] addEEnumLiteral(permissionEEnum, Permission.CLEAR_APP_CACHE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[304] addEEnumLiteral(permissionEEnum, Permission.CLEAR_APP_USER_DATA); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[305] addEEnumLiteral(permissionEEnum, Permission.CONTROL_LOCATION_UPDATES); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[306] addEEnumLiteral(permissionEEnum, Permission.DELETE_CACHE_FILES); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[307] addEEnumLiteral(permissionEEnum, Permission.DELETE_PACKAGES); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[308] addEEnumLiteral(permissionEEnum, Permission.DEVICE_POWER); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[309] addEEnumLiteral(permissionEEnum, Permission.DIAGNOSTIC); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[310] addEEnumLiteral(permissionEEnum, Permission.DISABLE_KEYGUARD); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[311] addEEnumLiteral(permissionEEnum, Permission.DUMP); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[312] addEEnumLiteral(permissionEEnum, Permission.EXPAND_STATUS_BAR); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[313] addEEnumLiteral(permissionEEnum, Permission.FACTORY_TEST); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[314] addEEnumLiteral(permissionEEnum, Permission.FLASHLIGHT); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[315] addEEnumLiteral(permissionEEnum, Permission.FORCE_BACK); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[316] addEEnumLiteral(permissionEEnum, Permission.GET_ACCOUNTS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[317] addEEnumLiteral(permissionEEnum, Permission.GET_PACKAGE_SIZE); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[318] addEEnumLiteral(permissionEEnum, Permission.GET_TASKS); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[319] addEEnumLiteral(permissionEEnum, Permission.GET_TOP_ACTIVITY_INFO); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[320] addEEnumLiteral(permissionEEnum, Permission.GLOBAL_SEARCH); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidPackageImpl.java:[321] addEEnumLiteral(permissionEEnum, Permission.HARDWARE_TEST); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidPackageImpl.permissionEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[83] o = ParametersFactory.eINSTANCE.createIcon(); ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[88] getShell().setText( "Add icon" ); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[89] setTitle( "Add icon" ); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[90] setMessage( "Enter informations about the icon to add" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[96] IViewerValueProperty selProp = ViewerProperties.singleSelection(); ^^^^^^^^^^^^^^^^^^^^ IViewerValueProperty is a raw type. References to generic type IViewerValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[97] IWidgetValueProperty tProp = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[101] l.setText( "Kind:" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[107] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, ICON__KIND ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(IViewerObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IViewerObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[108] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[109] new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[114] l.setText( "URL*:" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[116] tUrl = new Text( container, SWT.BORDER ); ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[117] tUrl.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[118] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, ICON__HREF ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[119] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[120] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[120] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[120] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[125] l.setText( "Depth:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[131] v.setInput( new String[] { "8", "24", "32" } ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[131] v.setInput( new String[] { "8", "24", "32" } ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[131] v.setInput( new String[] { "8", "24", "32" } ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[132] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, ICON__DEPTH ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(IViewerObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IViewerObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[133] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[134] new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[139] l.setText( "Width:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[141] tWidth = new Text( container, SWT.BORDER ); ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[142] tWidth.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[143] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, ICON__WIDTH ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[144] dbContext.bindValue( tProp.observeDelayed( DELAY, tWidth ), prop.observe( o ), ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[145] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[145] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[145] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[150] l.setText( "Height:" ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[152] tHeight = new Text( container, SWT.BORDER ); ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[153] tHeight.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[154] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, ICON__HEIGHT ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[155] dbContext.bindValue( tProp.observeDelayed( DELAY, tHeight ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[156] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[156] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[164] return new AddCommand( editingDomain, task.getDeploy().getInfo().getIcon(), o ); ^^^^^^^^^^^^^ Unqualified access to the field AddIconDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[164] return new AddCommand( editingDomain, task.getDeploy().getInfo().getIcon(), o ); ^^^^ Unqualified access to the field AddIconDialog.task [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[164] return new AddCommand( editingDomain, task.getDeploy().getInfo().getIcon(), o ); ^ Unqualified access to the field AddIconDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[169] MultiStatus status = new MultiStatus( JavaFXUIPlugin.PLUGIN_ID, Status.OK, "OK", null ); ^^ The static field IStatus.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[169] MultiStatus status = new MultiStatus( JavaFXUIPlugin.PLUGIN_ID, Status.OK, "OK", null ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[170] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[170] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[170] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[171] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a URL" ) ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[171] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a URL" ) ); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[175] new URL( tUrl.getText() ); ^^^^^^^^^^^^^^^^^^^^^^^^^ The allocated object is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[175] new URL( tUrl.getText() ); ^^^^ Unqualified access to the field AddIconDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[178] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "URL seems to be invalid" ) ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[178] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "URL seems to be invalid" ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[181] if ( tWidth.getText() != null && tWidth.getText().trim().length() > 0 ) { ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[181] if ( tWidth.getText() != null && tWidth.getText().trim().length() > 0 ) { ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[183] Integer.parseInt( tWidth.getText().trim() ); ^^^^^^ Unqualified access to the field AddIconDialog.tWidth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[186] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Width must be an integer value" ) ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[186] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Width must be an integer value" ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[189] if ( tHeight.getText() != null && tHeight.getText().trim().length() > 0 ) { ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[189] if ( tHeight.getText() != null && tHeight.getText().trim().length() > 0 ) { ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[191] Integer.parseInt( tHeight.getText().trim() ); ^^^^^^^ Unqualified access to the field AddIconDialog.tHeight [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[194] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Height must be an integer value" ) ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddIconDialog.java:[194] status.add( new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Height must be an integer value" ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[72] public AddMetaInfFileDialog( final Shell parentShell, final EditingDomain editingDomain, final AntTask task, final IContainer resourceContainer ) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[81] o = ParametersFactory.eINSTANCE.createKeyValuePair(); ^ Unqualified access to the field AddMetaInfFileDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[86] getShell().setText( "Add META-INF file" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[87] setTitle( "Add META-INF file" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[88] setMessage( "Enter informations about the META-INF file to add" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[94] IWidgetValueProperty tProp = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[98] l.setText( "Service Folder*:" ); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[100] tFolder = new Text( container, SWT.BORDER ); ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[101] tFolder.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[104] tFolder.setLayoutData( tFolderGD ); ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[105] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, KEY_VALUE_PAIR__KEY ); ^^^^^^^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( ^ Unqualified access to the field AddMetaInfFileDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[106] dbContext.bindValue( tProp.observeDelayed( DELAY, tFolder ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[107] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[107] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[112] l.setText( "File*:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[114] tFile = new Text( container, SWT.BORDER ); ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[115] tFile.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[116] tFile.setEditable( false ); ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[117] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, KEY_VALUE_PAIR__VALUE ); ^^^^^^^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[118] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^ Unqualified access to the field AddMetaInfFileDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[119] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[119] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[119] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[121] bFilesystem.setText( "Filesystem ..." ); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[128] tFile.setText( val ); ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[128] tFile.setText( val ); ^^^^^ Read access to enclosing field AddMetaInfFileDialog.tFile is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[133] bWorkspace.setText( "Workspace ..." ); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[137] FilteredResourcesSelectionDialog d = new FilteredResourcesSelectionDialog( getShell(), false, resourceContainer, IResource.FILE ) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.resourceContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[137] FilteredResourcesSelectionDialog d = new FilteredResourcesSelectionDialog( getShell(), false, resourceContainer, IResource.FILE ) { ^^^^^^^^^^^^^^^^^ Read access to enclosing field AddMetaInfFileDialog.resourceContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[142] return new Status( IStatus.ERROR, JavaFXUIPlugin.PLUGIN_ID, "The selected resource has to be part of the source folder" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[147] if ( d.open() == ResourceSelectionDialog.OK ) { ^^ The static field Window.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[151] tFile.setText( "${workspace}/" + f.getProject().getName() + "/" + f.getProjectRelativePath().toString() ); ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[151] tFile.setText( "${workspace}/" + f.getProject().getName() + "/" + f.getProjectRelativePath().toString() ); ^^^^^ Read access to enclosing field AddMetaInfFileDialog.tFile is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[151] tFile.setText( "${workspace}/" + f.getProject().getName() + "/" + f.getProjectRelativePath().toString() ); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[151] tFile.setText( "${workspace}/" + f.getProject().getName() + "/" + f.getProjectRelativePath().toString() ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[162] return new AddCommand( editingDomain, task.getFiles(), o ); ^^^^^^^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[162] return new AddCommand( editingDomain, task.getFiles(), o ); ^^^^ Unqualified access to the field AddMetaInfFileDialog.task [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[162] return new AddCommand( editingDomain, task.getFiles(), o ); ^ Unqualified access to the field AddMetaInfFileDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[168] if ( tFolder.getText() == null || tFolder.getText().trim().equals( "" ) ) { ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[168] if ( tFolder.getText() == null || tFolder.getText().trim().equals( "" ) ) { ^^^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFolder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[168] if ( tFolder.getText() == null || tFolder.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[169] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a folder" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[169] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a folder" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[171] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[171] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddMetaInfFileDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[171] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[172] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a file" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[172] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a file" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[175] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^ The static field IStatus.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[175] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddMetaInfFileDialog.java:[182] return o; ^ Unqualified access to the field AddMetaInfFileDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[273] public String getName() { ^^^^^^^^^ The method getName() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[274] return name; ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[282] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[283] String oldName = name; ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[284] name = newName; ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[286] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__NAME, oldName, name)); ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[294] public String getFallbackclass() { ^^^^^^^^^^^^^^^^^^ The method getFallbackclass() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[295] return fallbackclass; ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[303] public void setFallbackclass(String newFallbackclass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFallbackclass(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[304] String oldFallbackclass = fallbackclass; ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[305] fallbackclass = newFallbackclass; ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[307] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__FALLBACKCLASS, oldFallbackclass, fallbackclass)); ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[315] public String getId() { ^^^^^^^ The method getId() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[316] return id; ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[324] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[325] String oldId = id; ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[326] id = newId; ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[328] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__ID, oldId, id)); ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[336] public String getMainclass() { ^^^^^^^^^^^^^^ The method getMainclass() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[337] return mainclass; ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[345] public void setMainclass(String newMainclass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMainclass(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[346] String oldMainclass = mainclass; ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[347] mainclass = newMainclass; ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[349] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__MAINCLASS, oldMainclass, mainclass)); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[357] public String getPreloaderclass() { ^^^^^^^^^^^^^^^^^^^ The method getPreloaderclass() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[358] return preloaderclass; ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[366] public void setPreloaderclass(String newPreloaderclass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPreloaderclass(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[367] String oldPreloaderclass = preloaderclass; ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[368] preloaderclass = newPreloaderclass; ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[370] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__PRELOADERCLASS, oldPreloaderclass, preloaderclass)); ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[378] public String getRefid() { ^^^^^^^^^^ The method getRefid() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[379] return refid; ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[387] public void setRefid(String newRefid) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRefid(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[388] String oldRefid = refid; ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[389] refid = newRefid; ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[391] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__REFID, oldRefid, refid)); ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[399] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[400] return version; ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[408] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[409] String oldVersion = version; ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[410] version = newVersion; ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[412] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[420] public String getToolkit() { ^^^^^^^^^^^^ The method getToolkit() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[421] return toolkit; ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[429] public void setToolkit(String newToolkit) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setToolkit(String) of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[430] String oldToolkit = toolkit; ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[431] toolkit = newToolkit; ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[433] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.APPLICATION__TOOLKIT, oldToolkit, toolkit)); ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[441] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[442] if (arguments == null) { ^^^^^^^^^ Unqualified access to the field ApplicationImpl.arguments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[443] arguments = new EObjectContainmentEList(Argument.class, this, ParametersPackage.APPLICATION__ARGUMENTS); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.arguments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[445] return arguments; ^^^^^^^^^ Unqualified access to the field ApplicationImpl.arguments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[453] public EList getHtmlParams() { ^^^^^^^^^^^^^^^ The method getHtmlParams() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[454] if (htmlParams == null) { ^^^^^^^^^^ Unqualified access to the field ApplicationImpl.htmlParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[455] htmlParams = new EObjectContainmentEList(HtmlParam.class, this, ParametersPackage.APPLICATION__HTML_PARAMS); ^^^^^^^^^^ Unqualified access to the field ApplicationImpl.htmlParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[457] return htmlParams; ^^^^^^^^^^ Unqualified access to the field ApplicationImpl.htmlParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[465] public EList getParams() { ^^^^^^^^^^^ The method getParams() of type ApplicationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[466] if (params == null) { ^^^^^^ Unqualified access to the field ApplicationImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[467] params = new EObjectContainmentEList(Param.class, this, ParametersPackage.APPLICATION__PARAMS); ^^^^^^ Unqualified access to the field ApplicationImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[469] return params; ^^^^^^ Unqualified access to the field ApplicationImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[627] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[627] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[629] return FALLBACKCLASS_EDEFAULT == null ? fallbackclass != null : !FALLBACKCLASS_EDEFAULT.equals(fallbackclass); ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[629] return FALLBACKCLASS_EDEFAULT == null ? fallbackclass != null : !FALLBACKCLASS_EDEFAULT.equals(fallbackclass); ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[631] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[631] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[633] return MAINCLASS_EDEFAULT == null ? mainclass != null : !MAINCLASS_EDEFAULT.equals(mainclass); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[633] return MAINCLASS_EDEFAULT == null ? mainclass != null : !MAINCLASS_EDEFAULT.equals(mainclass); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[635] return PRELOADERCLASS_EDEFAULT == null ? preloaderclass != null : !PRELOADERCLASS_EDEFAULT.equals(preloaderclass); ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[635] return PRELOADERCLASS_EDEFAULT == null ? preloaderclass != null : !PRELOADERCLASS_EDEFAULT.equals(preloaderclass); ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[637] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[637] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[639] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[639] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[641] return TOOLKIT_EDEFAULT == null ? toolkit != null : !TOOLKIT_EDEFAULT.equals(toolkit); ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[641] return TOOLKIT_EDEFAULT == null ? toolkit != null : !TOOLKIT_EDEFAULT.equals(toolkit); ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[643] return arguments != null && !arguments.isEmpty(); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.arguments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[643] return arguments != null && !arguments.isEmpty(); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.arguments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[645] return htmlParams != null && !htmlParams.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ApplicationImpl.htmlParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[645] return htmlParams != null && !htmlParams.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ApplicationImpl.htmlParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[647] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field ApplicationImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[647] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field ApplicationImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[662] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[663] result.append(name); ^^^^ Unqualified access to the field ApplicationImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[664] result.append(", fallbackclass: "); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[665] result.append(fallbackclass); ^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.fallbackclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[666] result.append(", id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[667] result.append(id); ^^ Unqualified access to the field ApplicationImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[668] result.append(", mainclass: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[669] result.append(mainclass); ^^^^^^^^^ Unqualified access to the field ApplicationImpl.mainclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[670] result.append(", preloaderclass: "); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[671] result.append(preloaderclass); ^^^^^^^^^^^^^^ Unqualified access to the field ApplicationImpl.preloaderclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[672] result.append(", refid: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[673] result.append(refid); ^^^^^ Unqualified access to the field ApplicationImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[674] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[675] result.append(version); ^^^^^^^ Unqualified access to the field ApplicationImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[676] result.append(", toolkit: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ApplicationImpl.java:[677] result.append(toolkit); ^^^^^^^ Unqualified access to the field ApplicationImpl.toolkit [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[222] protected static final String UPDATEMODE_EDEFAULT = "background"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[438] public boolean isEmbedjnlp() { ^^^^^^^^^^^^^ The method isEmbedjnlp() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[439] return embedjnlp; ^^^^^^^^^ Unqualified access to the field DeployImpl.embedjnlp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[447] public void setEmbedjnlp(boolean newEmbedjnlp) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEmbedjnlp(boolean) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[448] boolean oldEmbedjnlp = embedjnlp; ^^^^^^^^^ Unqualified access to the field DeployImpl.embedjnlp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[449] embedjnlp = newEmbedjnlp; ^^^^^^^^^ Unqualified access to the field DeployImpl.embedjnlp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[451] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__EMBEDJNLP, oldEmbedjnlp, embedjnlp)); ^^^^^^^^^ Unqualified access to the field DeployImpl.embedjnlp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[459] public boolean isExtension() { ^^^^^^^^^^^^^ The method isExtension() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[460] return extension; ^^^^^^^^^ Unqualified access to the field DeployImpl.extension [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[468] public void setExtension(boolean newExtension) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExtension(boolean) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[469] boolean oldExtension = extension; ^^^^^^^^^ Unqualified access to the field DeployImpl.extension [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[470] extension = newExtension; ^^^^^^^^^ Unqualified access to the field DeployImpl.extension [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[472] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__EXTENSION, oldExtension, extension)); ^^^^^^^^^ Unqualified access to the field DeployImpl.extension [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[480] public String getHeight() { ^^^^^^^^^^^ The method getHeight() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[481] return height; ^^^^^^ Unqualified access to the field DeployImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[489] public void setHeight(String newHeight) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(String) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[490] String oldHeight = height; ^^^^^^ Unqualified access to the field DeployImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[491] height = newHeight; ^^^^^^ Unqualified access to the field DeployImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[493] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__HEIGHT, oldHeight, height)); ^^^^^^ Unqualified access to the field DeployImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[501] public boolean isIncludeDT() { ^^^^^^^^^^^^^ The method isIncludeDT() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[502] return includeDT; ^^^^^^^^^ Unqualified access to the field DeployImpl.includeDT [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[510] public void setIncludeDT(boolean newIncludeDT) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIncludeDT(boolean) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[511] boolean oldIncludeDT = includeDT; ^^^^^^^^^ Unqualified access to the field DeployImpl.includeDT [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[512] includeDT = newIncludeDT; ^^^^^^^^^ Unqualified access to the field DeployImpl.includeDT [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[514] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__INCLUDE_DT, oldIncludeDT, includeDT)); ^^^^^^^^^ Unqualified access to the field DeployImpl.includeDT [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[522] public boolean isOfflineAllowed() { ^^^^^^^^^^^^^^^^^^ The method isOfflineAllowed() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[523] return offlineAllowed; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.offlineAllowed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[531] public void setOfflineAllowed(boolean newOfflineAllowed) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setOfflineAllowed(boolean) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[532] boolean oldOfflineAllowed = offlineAllowed; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.offlineAllowed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[533] offlineAllowed = newOfflineAllowed; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.offlineAllowed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[535] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__OFFLINE_ALLOWED, oldOfflineAllowed, offlineAllowed)); ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.offlineAllowed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[543] public String getPlaceholderref() { ^^^^^^^^^^^^^^^^^^^ The method getPlaceholderref() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[544] return placeholderref; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[552] public void setPlaceholderref(String newPlaceholderref) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPlaceholderref(String) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[553] String oldPlaceholderref = placeholderref; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[554] placeholderref = newPlaceholderref; ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[556] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__PLACEHOLDERREF, oldPlaceholderref, placeholderref)); ^^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[564] public String getPlaceholderid() { ^^^^^^^^^^^^^^^^^^ The method getPlaceholderid() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[565] return placeholderid; ^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[573] public void setPlaceholderid(String newPlaceholderid) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPlaceholderid(String) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[574] String oldPlaceholderid = placeholderid; ^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[575] placeholderid = newPlaceholderid; ^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[577] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__PLACEHOLDERID, oldPlaceholderid, placeholderid)); ^^^^^^^^^^^^^ Unqualified access to the field DeployImpl.placeholderid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[585] public String getUpdatemode() { ^^^^^^^^^^^^^^^ The method getUpdatemode() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[586] return updatemode; ^^^^^^^^^^ Unqualified access to the field DeployImpl.updatemode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[594] public void setUpdatemode(String newUpdatemode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpdatemode(String) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[595] String oldUpdatemode = updatemode; ^^^^^^^^^^ Unqualified access to the field DeployImpl.updatemode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[596] updatemode = newUpdatemode; ^^^^^^^^^^ Unqualified access to the field DeployImpl.updatemode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[598] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__UPDATEMODE, oldUpdatemode, updatemode)); ^^^^^^^^^^ Unqualified access to the field DeployImpl.updatemode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[606] public String getWidth() { ^^^^^^^^^^ The method getWidth() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[607] return width; ^^^^^ Unqualified access to the field DeployImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[615] public void setWidth(String newWidth) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(String) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[616] String oldWidth = width; ^^^^^ Unqualified access to the field DeployImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[617] width = newWidth; ^^^^^ Unqualified access to the field DeployImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[619] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__WIDTH, oldWidth, width)); ^^^^^ Unqualified access to the field DeployImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[627] public Platform getPlatform() { ^^^^^^^^^^^^^ The method getPlatform() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[628] return platform; ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[636] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[636] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newPlatform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[636] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[637] Platform oldPlatform = platform; ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[638] platform = newPlatform; ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[641] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[651] public void setPlatform(Platform newPlatform) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPlatform(Platform) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[652] if (newPlatform != platform) { ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[654] if (platform != null) ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[655] msgs = ((InternalEObject)platform).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.DEPLOY__PLATFORM, null, msgs); ^^^^^^^^ Unqualified access to the field DeployImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[670] public Preferences getPreferences() { ^^^^^^^^^^^^^^^^ The method getPreferences() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[671] return preferences; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[679] public NotificationChain basicSetPreferences(Preferences newPreferences, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[679] public NotificationChain basicSetPreferences(Preferences newPreferences, NotificationChain msgs) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newPreferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[679] public NotificationChain basicSetPreferences(Preferences newPreferences, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[680] Preferences oldPreferences = preferences; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[681] preferences = newPreferences; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[684] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[694] public void setPreferences(Preferences newPreferences) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPreferences(Preferences) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[695] if (newPreferences != preferences) { ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[697] if (preferences != null) ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[698] msgs = ((InternalEObject)preferences).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.DEPLOY__PREFERENCES, null, msgs); ^^^^^^^^^^^ Unqualified access to the field DeployImpl.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[713] public Application getApplication() { ^^^^^^^^^^^^^^^^ The method getApplication() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[714] return application; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[722] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[722] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[722] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[723] Application oldApplication = application; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[724] application = newApplication; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[727] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[737] public void setApplication(Application newApplication) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setApplication(Application) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[738] if (newApplication != application) { ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[740] if (application != null) ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[741] msgs = ((InternalEObject)application).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.DEPLOY__APPLICATION, null, msgs); ^^^^^^^^^^^ Unqualified access to the field DeployImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[756] public Permissions getPermissions() { ^^^^^^^^^^^^^^^^ The method getPermissions() of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[757] return permissions; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.permissions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[765] public NotificationChain basicSetPermissions(Permissions newPermissions, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[765] public NotificationChain basicSetPermissions(Permissions newPermissions, NotificationChain msgs) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newPermissions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[765] public NotificationChain basicSetPermissions(Permissions newPermissions, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[766] Permissions oldPermissions = permissions; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.permissions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[767] permissions = newPermissions; ^^^^^^^^^^^ Unqualified access to the field DeployImpl.permissions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[770] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/DeployImpl.java:[780] public void setPermissions(Permissions newPermissions) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPermissions(Permissions) of type DeployImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[59] public class PropertyContentOutlinePage extends ContentOutlinePage { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[63] private IEclipsePreferences preferences = InstanceScope.INSTANCE.getNode("propertiesoutline"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[65] private static final String PREF_SORTED = "sorted"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[66] private static final String PREF_HIERARCHICAL = "hierarchical"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[71] private String groupRegexp = "_|\\.|/"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[75] public PropertyContentOutlinePage(PropertiesFileEditor editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[79] document = provider.getDocument(input); ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[80] document.addDocumentListener(new IDocumentListener() { ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[82] public void documentChanged(DocumentEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method documentChanged(DocumentEvent) of type new IDocumentListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[94] public void documentAboutToBeChanged(DocumentEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method documentAboutToBeChanged(DocumentEvent) of type new IDocumentListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[94] public void documentAboutToBeChanged(DocumentEvent event) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[98] properties = getPairs(document); ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[98] properties = getPairs(document); ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[107] sortAction = new Action("", IAction.AS_CHECK_BOX) { ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.sortAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[107] sortAction = new Action("", IAction.AS_CHECK_BOX) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[110] preferences.putBoolean(PREF_SORTED, isChecked()); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.preferences is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[110] preferences.putBoolean(PREF_SORTED, isChecked()); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[112] preferences.flush(); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[112] preferences.flush(); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.preferences is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[118] sortAction.setImageDescriptor(JavaFXUIPlugin.getDefault().getImageRegistry() ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.sortAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[120] sortAction.setChecked(isSorted()); ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.sortAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[122] hierarchicalAction = new Action("", IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[122] hierarchicalAction = new Action("", IAction.AS_CHECK_BOX) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[125] preferences.putBoolean(PREF_HIERARCHICAL, isChecked()); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.preferences is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[125] preferences.putBoolean(PREF_HIERARCHICAL, isChecked()); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[127] preferences.flush(); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[127] preferences.flush(); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.preferences is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[133] hierarchicalAction.setImageDescriptor(JavaFXUIPlugin.getDefault() ^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[135] hierarchicalAction.setChecked(isHierarchical()); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[137] preferences ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[140] public void preferenceChange(PreferenceChangeEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method preferenceChange(IEclipsePreferences.PreferenceChangeEvent) of type new IEclipsePreferences.IPreferenceChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[142] boolean val = isSorted(); ^^^^^^^^^^ Access to enclosing method isSorted() from the type PropertyContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[143] setSorted(val); ^^^^^^^^^^^^^^ Access to enclosing method setSorted(boolean) from the type PropertyContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[144] sortAction.setChecked(val); ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.sortAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[144] sortAction.setChecked(val); ^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.sortAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[146] boolean val = isHierarchical(); ^^^^^^^^^^^^^^^^ Access to enclosing method isHierarchical() from the type PropertyContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[148] hierarchicalAction.setChecked(val); ^^^^^^^^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.hierarchicalAction is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[148] hierarchicalAction.setChecked(val); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[154] public Pair[] getPairs(IDocument document) throws UnsupportedEncodingException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[154] public Pair[] getPairs(IDocument document) throws UnsupportedEncodingException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPairs(IDocument) from the type PropertyContentOutlinePage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[157] p.load(new ByteArrayInputStream(document.get().getBytes("UTF-8"))); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[170] toolBarManager.add(hierarchicalAction); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[171] toolBarManager.add(sortAction); ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.sortAction [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[173] Action a = new Action("", IAction.AS_PUSH_BUTTON) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[177] getTreeViewer().getTree().setRedraw(false); ^^^^^^^^^^^^^^^ Access to enclosing method getTreeViewer() from the type ContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[178] getTreeViewer().collapseAll(); ^^^^^^^^^^^^^^^ Access to enclosing method getTreeViewer() from the type ContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[180] getTreeViewer().getTree().setRedraw(true); ^^^^^^^^^^^^^^^ Access to enclosing method getTreeViewer() from the type ContentOutlinePage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[207] int lines = document.getNumberOfLines(); ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[210] IRegion r = document.getLineInformation(i); ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[211] String line = document.get(r.getOffset(), r.getLength()); ^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[213] editor.selectAndReveal(r.getOffset() + r.getLength() ^^^^^^ Unqualified access to the field PropertyContentOutlinePage.editor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[236] groupRegexp, ""); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.groupRegexp is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[236] groupRegexp, ""); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.groupRegexp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[236] groupRegexp, ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[238] groupRegexp, ""); ^^^^^^^^^^^ Read access to enclosing field PropertyContentOutlinePage.groupRegexp is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[238] groupRegexp, ""); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.groupRegexp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[238] groupRegexp, ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[256] getTreeViewer().setInput(hierarchicalStructure); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[258] getTreeViewer().setInput(flatStructure); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[265] for (Pair property : properties) { ^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[267] Iterator it = flatStructure.iterator(); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[283] for (Property p : flatStructure) { ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[284] if (p.parent != null) { ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[285] p.parent.items.remove(p); ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[285] p.parent.items.remove(p); ^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.items is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[286] p.parent = null; ^^^^^^ Write access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[288] hierarchicalStructure.remove(p); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[292] flatStructure.clear(); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[293] flatStructure.addAll(found); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[297] .split(groupRegexp))); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.groupRegexp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[299] PropertyGroup group = getGroup(hierarchicalStructure, parts); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[310] p.parent = tmp; ^^^^^^ Write access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[311] p.parent.items.add(p); ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[311] p.parent.items.add(p); ^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.items is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[314] hierarchicalStructure.add(root); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[317] p.parent = group; ^^^^^^ Write access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[318] p.parent.items.add(p); ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.Property.parent is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[318] p.parent.items.add(p); ^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.items is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[321] hierarchicalStructure.add(p); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[323] flatStructure.add(p); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[326] removeEmptyGroups(hierarchicalStructure); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[349] text = text.substring(0, 20) + "..."; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[351] s.append(" : " + text, StyledString.DECORATIONS_STYLER); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[368] viewer.setInput(hierarchicalStructure); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.hierarchicalStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[370] viewer.setInput(flatStructure); ^^^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.flatStructure [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[374] public void setProperties(Pair[] properties) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[383] return preferences.getBoolean(PREF_SORTED, true); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[387] return preferences.getBoolean(PREF_HIERARCHICAL, false); ^^^^^^^^^^^ Unqualified access to the field PropertyContentOutlinePage.preferences [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[395] removeEmptyGroups(((PropertyGroup) o).groups); ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.groups is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[396] if (((PropertyGroup) o).groups.size() == 0 ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.groups is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[397] && ((PropertyGroup) o).items.size() == 0) { ^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.items is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[412] PropertyGroup tmp = getGroup(group.groups, parts); ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.groups is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[433] public void dispose() { ^^^^^^^^^ The method dispose() of type PropertyContentOutlinePage.HierarchicalContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[433] public void dispose() { } ^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[437] public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method inputChanged(Viewer, Object, Object) of type PropertyContentOutlinePage.HierarchicalContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[437] public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } ^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[441] public Object[] getElements(Object inputElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElements(Object) of type PropertyContentOutlinePage.HierarchicalContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[445] public Object[] getChildren(Object parentElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getChildren(Object) of type PropertyContentOutlinePage.HierarchicalContentProvider should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[447] Object[] groups = ((PropertyGroup) parentElement).groups ^^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.groups is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/outline/PropertyContentOutlinePage.java:[449] Object[] items = ((PropertyGroup) parentElement).items ^^^^^ Read access to enclosing field PropertyContentOutlinePage.PropertyGroup.items is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[27] private IType property; ^^^^^^^^ The value of the field Util.property is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[30] public Util(IJavaProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[34] public static final String toFirstUpper(String s) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[39] if( readonlyProperty == null ) { ^^^^^^^^^^^^^^^^ Unqualified access to the field Util.readonlyProperty [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[41] readonlyProperty = project.findType("javafx.beans.property.ReadOnlyProperty"); ^^^^^^^^^^^^^^^^ Unqualified access to the field Util.readonlyProperty [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[41] readonlyProperty = project.findType("javafx.beans.property.ReadOnlyProperty"); ^^^^^^^ Unqualified access to the field Util.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[41] readonlyProperty = project.findType("javafx.beans.property.ReadOnlyProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[47] return readonlyProperty; ^^^^^^^^^^^^^^^^ Unqualified access to the field Util.readonlyProperty [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[50] public boolean isPropertyField(IType owerType, IField f) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[63] public static boolean assignable(IType fromType, IType toType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[78] public static IType toType(IType t, String typeSig) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/Util.java:[85] b.append("."); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[168] public String getDepth() { ^^^^^^^^^^ The method getDepth() of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[169] return depth; ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[177] public void setDepth(String newDepth) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDepth(String) of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[178] String oldDepth = depth; ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[179] depth = newDepth; ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[181] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.ICON__DEPTH, oldDepth, depth)); ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[189] public String getHref() { ^^^^^^^^^ The method getHref() of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[190] return href; ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[198] public void setHref(String newHref) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setHref(String) of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[199] String oldHref = href; ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[200] href = newHref; ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[202] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.ICON__HREF, oldHref, href)); ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[210] public String getHeight() { ^^^^^^^^^^^ The method getHeight() of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[211] return height; ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[219] public void setHeight(String newHeight) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(String) of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[220] String oldHeight = height; ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[221] height = newHeight; ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[223] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.ICON__HEIGHT, oldHeight, height)); ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[231] public IconType getKind() { ^^^^^^^^^ The method getKind() of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[232] return kind; ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[240] public void setKind(IconType newKind) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setKind(IconType) of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[241] IconType oldKind = kind; ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[242] kind = newKind == null ? KIND_EDEFAULT : newKind; ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[244] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.ICON__KIND, oldKind, kind)); ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[252] public String getWidth() { ^^^^^^^^^^ The method getWidth() of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[253] return width; ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[261] public void setWidth(String newWidth) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(String) of type IconImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[262] String oldWidth = width; ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[263] width = newWidth; ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[265] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.ICON__WIDTH, oldWidth, width)); ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[353] return DEPTH_EDEFAULT == null ? depth != null : !DEPTH_EDEFAULT.equals(depth); ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[353] return DEPTH_EDEFAULT == null ? depth != null : !DEPTH_EDEFAULT.equals(depth); ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[355] return HREF_EDEFAULT == null ? href != null : !HREF_EDEFAULT.equals(href); ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[355] return HREF_EDEFAULT == null ? href != null : !HREF_EDEFAULT.equals(href); ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[357] return HEIGHT_EDEFAULT == null ? height != null : !HEIGHT_EDEFAULT.equals(height); ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[357] return HEIGHT_EDEFAULT == null ? height != null : !HEIGHT_EDEFAULT.equals(height); ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[359] return kind != KIND_EDEFAULT; ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[361] return WIDTH_EDEFAULT == null ? width != null : !WIDTH_EDEFAULT.equals(width); ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[361] return WIDTH_EDEFAULT == null ? width != null : !WIDTH_EDEFAULT.equals(width); ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[376] result.append(" (depth: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[377] result.append(depth); ^^^^^ Unqualified access to the field IconImpl.depth [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[378] result.append(", href: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[379] result.append(href); ^^^^ Unqualified access to the field IconImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[380] result.append(", height: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[381] result.append(height); ^^^^^^ Unqualified access to the field IconImpl.height [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[382] result.append(", kind: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[383] result.append(kind); ^^^^ Unqualified access to the field IconImpl.kind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[384] result.append(", width: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/IconImpl.java:[385] result.append(width); ^^^^^ Unqualified access to the field IconImpl.width [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[31] public abstract class AddDialog extends TitleAreaDialog { ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[46] mgr.runAndCollect( new Runnable() { ^^^ Unqualified access to the field AddDialog.mgr [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[46] mgr.runAndCollect( new Runnable() { @Override public void run() { c.set( createDialogContent( parent ) ); } } ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method runAndCollect(Runnable) from the type ObservablesManager is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[62] dbContext.updateModels(); ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[71] errors.append( s.getMessage() ).append( "\n" ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[91] mgr.dispose(); ^^^ Unqualified access to the field AddDialog.mgr [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddDialog.java:[92] dbContext.dispose(); ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[189] public String getArch() { ^^^^^^^^^ The method getArch() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[190] return arch; ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[198] public void setArch(String newArch) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setArch(String) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[199] String oldArch = arch; ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[200] arch = newArch; ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[202] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__ARCH, oldArch, arch)); ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[210] public String getExcludes() { ^^^^^^^^^^^^^ The method getExcludes() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[211] return excludes; ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[219] public void setExcludes(String newExcludes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludes(String) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[220] String oldExcludes = excludes; ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[221] excludes = newExcludes; ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[223] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__EXCLUDES, oldExcludes, excludes)); ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[231] public String getIncludes() { ^^^^^^^^^^^^^ The method getIncludes() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[232] return includes; ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[240] public void setIncludes(String newIncludes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIncludes(String) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[241] String oldIncludes = includes; ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[242] includes = newIncludes; ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[244] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__INCLUDES, oldIncludes, includes)); ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[252] public String getOs() { ^^^^^^^ The method getOs() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[253] return os; ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[261] public void setOs(String newOs) { ^^^^^^^^^^^^^^^^^^^ The method setOs(String) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[262] String oldOs = os; ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[263] os = newOs; ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[265] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__OS, oldOs, os)); ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[273] public String getRequiredfor() { ^^^^^^^^^^^^^^^^ The method getRequiredfor() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[274] return requiredfor; ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[282] public void setRequiredfor(String newRequiredfor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRequiredfor(String) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[283] String oldRequiredfor = requiredfor; ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[284] requiredfor = newRequiredfor; ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[286] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__REQUIREDFOR, oldRequiredfor, requiredfor)); ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[294] public FileSetType getType() { ^^^^^^^^^ The method getType() of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[295] return type; ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[303] public void setType(FileSetType newType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setType(FileSetType) of type FileSetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[304] FileSetType oldType = type; ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[305] type = newType == null ? TYPE_EDEFAULT : newType; ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[307] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.FILE_SET__TYPE, oldType, type)); ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[403] return ARCH_EDEFAULT == null ? arch != null : !ARCH_EDEFAULT.equals(arch); ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[403] return ARCH_EDEFAULT == null ? arch != null : !ARCH_EDEFAULT.equals(arch); ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[405] return EXCLUDES_EDEFAULT == null ? excludes != null : !EXCLUDES_EDEFAULT.equals(excludes); ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[405] return EXCLUDES_EDEFAULT == null ? excludes != null : !EXCLUDES_EDEFAULT.equals(excludes); ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[407] return INCLUDES_EDEFAULT == null ? includes != null : !INCLUDES_EDEFAULT.equals(includes); ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[407] return INCLUDES_EDEFAULT == null ? includes != null : !INCLUDES_EDEFAULT.equals(includes); ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[409] return OS_EDEFAULT == null ? os != null : !OS_EDEFAULT.equals(os); ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[409] return OS_EDEFAULT == null ? os != null : !OS_EDEFAULT.equals(os); ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[411] return REQUIREDFOR_EDEFAULT == null ? requiredfor != null : !REQUIREDFOR_EDEFAULT.equals(requiredfor); ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[411] return REQUIREDFOR_EDEFAULT == null ? requiredfor != null : !REQUIREDFOR_EDEFAULT.equals(requiredfor); ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[413] return type != TYPE_EDEFAULT; ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[428] result.append(" (arch: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[429] result.append(arch); ^^^^ Unqualified access to the field FileSetImpl.arch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[430] result.append(", excludes: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[431] result.append(excludes); ^^^^^^^^ Unqualified access to the field FileSetImpl.excludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[432] result.append(", includes: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[433] result.append(includes); ^^^^^^^^ Unqualified access to the field FileSetImpl.includes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[434] result.append(", os: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[435] result.append(os); ^^ Unqualified access to the field FileSetImpl.os [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[436] result.append(", requiredfor: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[437] result.append(requiredfor); ^^^^^^^^^^^ Unqualified access to the field FileSetImpl.requiredfor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[438] result.append(", type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/FileSetImpl.java:[439] result.append(type); ^^^^ Unqualified access to the field FileSetImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[41] DEFAULT(0, "default", "default"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[41] DEFAULT(0, "default", "default"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[51] DISABLED(1, "disabled", "disabled"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[51] DISABLED(1, "disabled", "disabled"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[61] ROLLOVER(2, "rollover", "rollover"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[61] ROLLOVER(2, "rollover", "rollover"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[71] SELECTED(3, "selected", "selected"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[71] SELECTED(3, "selected", "selected"), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[81] SHORTCUT(4, "shortcut", "shortcut"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[81] SHORTCUT(4, "shortcut", "shortcut"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[187] public static IconType get(String literal) { ^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[187] public static IconType get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[203] public static IconType getByName(String name) { ^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[203] public static IconType getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[219] public static IconType get(int value) { ^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[219] public static IconType get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[268] public int getValue() { ^^^^^^^^^^ The method getValue() of type IconType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[269] return value; ^^^^^ Unqualified access to the field IconType.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[277] public String getName() { ^^^^^^^^^ The method getName() of type IconType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[278] return name; ^^^^ Unqualified access to the field IconType.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[286] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type IconType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[287] return literal; ^^^^^^^ Unqualified access to the field IconType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/IconType.java:[298] return literal; ^^^^^^^ Unqualified access to the field IconType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[74] o = ParametersFactory.eINSTANCE.createSplash(); ^ Unqualified access to the field AddSplashDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[79] getShell().setText( "Add splash icon" ); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[80] setTitle( "Add splash" ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[81] setMessage( "Enter informations about the splash to add" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[87] IViewerValueProperty selProp = ViewerProperties.singleSelection(); ^^^^^^^^^^^^^^^^^^^^ IViewerValueProperty is a raw type. References to generic type IViewerValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[88] IWidgetValueProperty tProp = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[92] l.setText( "Mode*:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[98] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, SPLASH__MODE ); ^^^^^^^^^^^^^ Unqualified access to the field AddSplashDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(IViewerObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IViewerObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^ Unqualified access to the field AddSplashDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[99] dbContext.bindValue( selProp.observe( v ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[100] new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[105] l.setText( "URL*:" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[107] tUrl = new Text( container, SWT.BORDER ); ^^^^ Unqualified access to the field AddSplashDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[108] tUrl.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^ Unqualified access to the field AddSplashDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[109] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, SPLASH__HREF ); ^^^^^^^^^^^^^ Unqualified access to the field AddSplashDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^ Unqualified access to the field AddSplashDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[110] dbContext.bindValue( tProp.observeDelayed( DELAY, tUrl ), prop.observe( o ), ^ Unqualified access to the field AddSplashDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[111] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[111] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[111] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[118] return new AddCommand( editingDomain, task.getDeploy().getInfo().getSplash(), o ); ^^^^^^^^^^^^^ Unqualified access to the field AddSplashDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[118] return new AddCommand( editingDomain, task.getDeploy().getInfo().getSplash(), o ); ^^^^ Unqualified access to the field AddSplashDialog.task [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[118] return new AddCommand( editingDomain, task.getDeploy().getInfo().getSplash(), o ); ^ Unqualified access to the field AddSplashDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[124] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^^^ Unqualified access to the field AddSplashDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[124] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^^^ Unqualified access to the field AddSplashDialog.tUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[124] if ( tUrl.getText() == null || tUrl.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[125] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a URL" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[125] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a URL" ); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[128] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^ The static field IStatus.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[128] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddSplashDialog.java:[135] return o; ^ Unqualified access to the field AddSplashDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateBuildXML.java:[22] public class CreateBuildXML { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateBuildXML.java:[23] public File run( BuildConfiguration config ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateBuildXML.java:[23] public File run( BuildConfiguration config ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(AbstractAntHandler.BuildConfiguration) from the type CreateBuildXML can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateBuildXML.java:[32] FileWriter outFile = null; ^^^^^^^ Resource 'outFile' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateBuildXML.java:[34] File buildFile = new File( f, "build.xml" ); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[104] public String getName() { ^^^^^^^^^ The method getName() of type ParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[105] return name; ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[113] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[114] String oldName = name; ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[115] name = newName; ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PARAM__NAME, oldName, name)); ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[125] public String getValue() { ^^^^^^^^^^ The method getValue() of type ParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[126] return value; ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[134] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type ParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[135] String oldValue = value; ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[136] value = newValue; ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PARAM__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[202] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[202] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[219] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[220] result.append(name); ^^^^ Unqualified access to the field ParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[221] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParamImpl.java:[222] result.append(value); ^^^^^ Unqualified access to the field ParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[104] public String getName() { ^^^^^^^^^ The method getName() of type PropertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[105] return name; ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[113] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type PropertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[114] String oldName = name; ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[115] name = newName; ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PROPERTY__NAME, oldName, name)); ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[125] public String getValue() { ^^^^^^^^^^ The method getValue() of type PropertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[126] return value; ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[134] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type PropertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[135] String oldValue = value; ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[136] value = newValue; ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PROPERTY__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[202] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[202] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[219] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[220] result.append(name); ^^^^ Unqualified access to the field PropertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[221] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PropertyImpl.java:[222] result.append(value); ^^^^^ Unqualified access to the field PropertyImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/Argument.java:[29] public interface Argument extends EObject { } // Argument ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[40] public abstract class AbstractAntHandler extends AbstractHandler { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[47] project = JavaCore.create( f.getProject() ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[49] IPath[] paths = BuildPathSupport.getFxJarPath( project ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[57] dialog.setText( "Staging Directory" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[65] config.buildDirectory = resolvePath( task.getBuildDirectory(), project.getProject() ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[76] config.keyStore = task.getSignjar().getKeystore() != null ? resolvePath( task.getSignjar().getKeystore(), project.getProject() ) : null; ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[80] config.sourceCompliance = project.getOption( JavaCore.COMPILER_SOURCE, true ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[81] config.targetCompliance = project.getOption( JavaCore.COMPILER_COMPLIANCE, true ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[92] resolveDataProject( project, listProjectSourceDirs, listRefProjectSourceDirs, listRefLibraries ); ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[131] set.add( t.getProject().getName() + "/" + t.getProjectRelativePath() ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[132] set2.add( new SetupDirectory( t.getProject().getLocation().toFile().getParentFile(), new File( t.getProject().getName() + "/" ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[151] public final String resolvePath( final String basePath, final IProject project ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resolvePath(String, IProject) from the type AbstractAntHandler can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[153] if ( basePath.contains( "${workspace}" ) ) { ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[156] IResource res = root.findMember( basePath.replace( "${workspace}", "" ) ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[156] IResource res = root.findMember( basePath.replace( "${workspace}", "" ) ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[162] path = basePath.replace( "${workspace}", workbench ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[165] else if ( project != null && basePath.contains( "${project}" ) ) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[166] path = basePath.replace( "${project}", project.getLocation().toString() ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[193] if ( !"org.eclipse.jdt.launching.JRE_CONTAINER".equals( start ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[194] && !"org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER".equals( start ) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[212] public class BuildConfiguration { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[213] public Set origProjectRefSourceDirs; ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[214] public Set projectRefSourceDirs; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[215] public Set origProjectSourceDirs; ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[216] public Set projectSourceDirs; ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[217] public Set origExternalLibs; ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[218] public Set externalLibs; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[219] public String targetCompliance; ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[220] public String projectEncoding; ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[221] public String sourceCompliance; ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[222] public Object keyStore; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[223] public String projectName; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[224] public Object builderName; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[225] public String buildDirectory; ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[226] public String jfxantjar; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[227] public String jfxjar; ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractAntHandler.java:[228] public AntTask task; ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[19] import org.eclipse.fx.ide.ui.wizards.AbstractNewJDTElementWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractNewJDTElementWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[20] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[26] public abstract class AbstractNewClassWizard extends AbstractNewJDTElementWizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[26] public abstract class AbstractNewClassWizard extends AbstractNewJDTElementWizard implements INewWizard { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[26] public abstract class AbstractNewClassWizard extends AbstractNewJDTElementWizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractNewJDTElementWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[30] IPackageFragment fragment = getDomainClass().getPackageFragment(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[30] IPackageFragment fragment = getDomainClass().getPackageFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getPackageFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[32] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[32] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[32] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[37] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[37] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[37] String cuName = getDomainClass().getName() + ".java"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[38] if( getDomainClass().getFragmentRoot().getResource() instanceof IProject ) { ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[38] if( getDomainClass().getFragmentRoot().getResource() instanceof IProject ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[39] IProject p = (IProject) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[39] IProject p = (IProject) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[42] IFolder p = (IFolder) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/AbstractNewClassWizard.java:[42] IFolder p = (IFolder) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[53] renamedElement = (IResource) element; ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[68] return "e(fx)clipse JFXMoveParticipant"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[90] final String newName = getArguments().getDestination().toString(); ^^^^^^^ The value of the local variable newName is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[92] if ( renamedElement != null ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[93] IResource[] roots = renamedElement.getWorkspace().getRoot().getProjects(); ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[97] String oldType = RefactoringUtil.buildFullyQualifiedName( renamedElement ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[117] renamedElement, getArguments().getDestination().toString() ) ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveParticipant.java:[117] renamedElement, getArguments().getDestination().toString() ) ); ^^^^^^^^^^^^^^ Read access to enclosing field JFXMoveParticipant.renamedElement is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[69] o = ParametersFactory.eINSTANCE.createParam(); ^ Unqualified access to the field AddManifestAttributeDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[74] getShell().setText( "Add manifest attribute" ); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[75] setTitle( "Add manifest attribute" ); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[76] setMessage( "Enter informations about manifest header entry" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[82] IWidgetValueProperty tProp = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[86] l.setText( "Name*:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[88] tName = new Text( container, SWT.BORDER ); ^^^^^ Unqualified access to the field AddManifestAttributeDialog.tName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[89] tName.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^ Unqualified access to the field AddManifestAttributeDialog.tName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[90] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, PARAM__NAME ); ^^^^^^^^^^^^^ Unqualified access to the field AddManifestAttributeDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^ Unqualified access to the field AddManifestAttributeDialog.tName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( ^ Unqualified access to the field AddManifestAttributeDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[91] dbContext.bindValue( tProp.observe( tName ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[92] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[92] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[97] l.setText( "Value*:" ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[99] tValue = new Text( container, SWT.BORDER ); ^^^^^^ Unqualified access to the field AddManifestAttributeDialog.tValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[100] tValue.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^^ Unqualified access to the field AddManifestAttributeDialog.tValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[101] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, PARAM__VALUE ); ^^^^^^^^^^^^^ Unqualified access to the field AddManifestAttributeDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^ Unqualified access to the field AddManifestAttributeDialog.tValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( ^ Unqualified access to the field AddManifestAttributeDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[102] dbContext.bindValue( tProp.observe( tValue ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[103] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[103] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[110] return new AddCommand( editingDomain, task.getManifestEntries(), o ); ^^^^^^^^^^^^^ Unqualified access to the field AddManifestAttributeDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[110] return new AddCommand( editingDomain, task.getManifestEntries(), o ); ^^^^ Unqualified access to the field AddManifestAttributeDialog.task [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[110] return new AddCommand( editingDomain, task.getManifestEntries(), o ); ^ Unqualified access to the field AddManifestAttributeDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[116] if ( tName.getText() == null || tName.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddManifestAttributeDialog.tName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[116] if ( tName.getText() == null || tName.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddManifestAttributeDialog.tName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[116] if ( tName.getText() == null || tName.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[117] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a name" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[117] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a name" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[119] else if ( tValue.getText() == null || tValue.getText().trim().equals( "" ) ) { ^^^^^^ Unqualified access to the field AddManifestAttributeDialog.tValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[119] else if ( tValue.getText() == null || tValue.getText().trim().equals( "" ) ) { ^^^^^^ Unqualified access to the field AddManifestAttributeDialog.tValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[119] else if ( tValue.getText() == null || tValue.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[120] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a value" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[120] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a value" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[123] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^ The static field IStatus.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[123] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddManifestAttributeDialog.java:[130] return o; ^ Unqualified access to the field AddManifestAttributeDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[41] renamedElement = (IResource) element; ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[42] if ( "fxgraph".equals( renamedElement.getFileExtension() ) ) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[42] if ( "fxgraph".equals( renamedElement.getFileExtension() ) ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[56] return "e(fx)clipse JFXMoveFXGraphParticipant"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[77] if ( renamedElement != null ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[78] String path = renamedElement.getProjectRelativePath().toString(); ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[79] String correspondingOldFXMLPath = path.substring( 0, path.length() - "fxgraph".length() ) + "fxml"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[79] String correspondingOldFXMLPath = path.substring( 0, path.length() - "fxgraph".length() ) + "fxml"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXMoveFXGraphParticipant.java:[80] IResource correspondingOldFXML = renamedElement.getProject().findMember( correspondingOldFXMLPath ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXMoveFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[17] import org.eclipse.fx.ide.ui.wizards.template.IGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[18] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[24] public class NewPreloaderClassWizard extends AbstractNewClassWizard { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[28] addPage(new NewPreloaderClassPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[28] addPage(new NewPreloaderClassPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[33] protected IGenerator getGenerator() { ^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassWizard.java:[33] protected IGenerator getGenerator() { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[41] ACCESS_CHECKIN_PROPERTIES(0, "ACCESS_CHECKIN_PROPERTIES", "ACCESS_CHECKIN_PROPERTIES"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[41] ACCESS_CHECKIN_PROPERTIES(0, "ACCESS_CHECKIN_PROPERTIES", "ACCESS_CHECKIN_PROPERTIES"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[51] ACCESS_COARSE_LOCATION(1, "ACCESS_COARSE_LOCATION", "ACCESS_COARSE_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[51] ACCESS_COARSE_LOCATION(1, "ACCESS_COARSE_LOCATION", "ACCESS_COARSE_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[61] ACCESS_FINE_LOCATION(2, "ACCESS_FINE_LOCATION", "ACCESS_FINE_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[61] ACCESS_FINE_LOCATION(2, "ACCESS_FINE_LOCATION", "ACCESS_FINE_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[71] ACCESS_LOCATION_EXTRA_COMMANDS(3, "ACCESS_LOCATION_EXTRA_COMMANDS", "ACCESS_LOCATION_EXTRA_COMMANDS"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[71] ACCESS_LOCATION_EXTRA_COMMANDS(3, "ACCESS_LOCATION_EXTRA_COMMANDS", "ACCESS_LOCATION_EXTRA_COMMANDS"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[81] ACCESS_MOCK_LOCATION(4, "ACCESS_MOCK_LOCATION", "ACCESS_MOCK_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[81] ACCESS_MOCK_LOCATION(4, "ACCESS_MOCK_LOCATION", "ACCESS_MOCK_LOCATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[91] ACCESS_NETWORK_STATE(5, "ACCESS_NETWORK_STATE", "ACCESS_NETWORK_STATE"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[91] ACCESS_NETWORK_STATE(5, "ACCESS_NETWORK_STATE", "ACCESS_NETWORK_STATE"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[101] ACCESS_SURFACE_FLINGER(6, "ACCESS_SURFACE_FLINGER", "ACCESS_SURFACE_FLINGER"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[101] ACCESS_SURFACE_FLINGER(6, "ACCESS_SURFACE_FLINGER", "ACCESS_SURFACE_FLINGER"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[111] ACCESS_WIFI_STATE(7, "ACCESS_WIFI_STATE", "ACCESS_WIFI_STATE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[111] ACCESS_WIFI_STATE(7, "ACCESS_WIFI_STATE", "ACCESS_WIFI_STATE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[121] ACCOUNT_MANAGER(8, "ACCOUNT_MANAGER", "ACCOUNT_MANAGER"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[121] ACCOUNT_MANAGER(8, "ACCOUNT_MANAGER", "ACCOUNT_MANAGER"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[131] ADD_VOICEMAIL(9, "ADD_VOICEMAIL", "ADD_VOICEMAIL"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[131] ADD_VOICEMAIL(9, "ADD_VOICEMAIL", "ADD_VOICEMAIL"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[141] AUTHENTICATE_ACCOUNTS(10, "AUTHENTICATE_ACCOUNTS", "AUTHENTICATE_ACCOUNTS"), ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[141] AUTHENTICATE_ACCOUNTS(10, "AUTHENTICATE_ACCOUNTS", "AUTHENTICATE_ACCOUNTS"), ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[151] BATTERY_STATS(11, "BATTERY_STATS", "BATTERY_STATS"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[151] BATTERY_STATS(11, "BATTERY_STATS", "BATTERY_STATS"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[161] BIND_ACCESSIBILITY_SERVICE(12, "BIND_ACCESSIBILITY_SERVICE", "BIND_ACCESSIBILITY_SERVICE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[161] BIND_ACCESSIBILITY_SERVICE(12, "BIND_ACCESSIBILITY_SERVICE", "BIND_ACCESSIBILITY_SERVICE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[171] BIND_APPWIDGET(13, "BIND_APPWIDGET", "BIND_APPWIDGET"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[171] BIND_APPWIDGET(13, "BIND_APPWIDGET", "BIND_APPWIDGET"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[181] BIND_DEVICE_ADMIN(14, "BIND_DEVICE_ADMIN", "BIND_DEVICE_ADMIN"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[181] BIND_DEVICE_ADMIN(14, "BIND_DEVICE_ADMIN", "BIND_DEVICE_ADMIN"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[191] BIND_DREAM_SERVICE(15, "BIND_DREAM_SERVICE", "BIND_DREAM_SERVICE"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[191] BIND_DREAM_SERVICE(15, "BIND_DREAM_SERVICE", "BIND_DREAM_SERVICE"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[201] BIND_INPUT_METHOD(16, "BIND_INPUT_METHOD", "BIND_INPUT_METHOD"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[201] BIND_INPUT_METHOD(16, "BIND_INPUT_METHOD", "BIND_INPUT_METHOD"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[211] BIND_NFC_SERVICE(17, "BIND_NFC_SERVICE", "BIND_NFC_SERVICE"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[211] BIND_NFC_SERVICE(17, "BIND_NFC_SERVICE", "BIND_NFC_SERVICE"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[221] BIND_NOTIFICATION_LISTENER_SERVICE(18, "BIND_NOTIFICATION_LISTENER_SERVICE", "BIND_NOTIFICATION_LISTENER_SERVICE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[221] BIND_NOTIFICATION_LISTENER_SERVICE(18, "BIND_NOTIFICATION_LISTENER_SERVICE", "BIND_NOTIFICATION_LISTENER_SERVICE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[231] BIND_PRINT_SERVICE(19, "BIND_PRINT_SERVICE", "BIND_PRINT_SERVICE"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[231] BIND_PRINT_SERVICE(19, "BIND_PRINT_SERVICE", "BIND_PRINT_SERVICE"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[241] BIND_REMOTEVIEWS(20, "BIND_REMOTEVIEWS", "BIND_REMOTEVIEWS"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[241] BIND_REMOTEVIEWS(20, "BIND_REMOTEVIEWS", "BIND_REMOTEVIEWS"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[251] BIND_TEXT_SERVICE(21, "BIND_TEXT_SERVICE", "BIND_TEXT_SERVICE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[251] BIND_TEXT_SERVICE(21, "BIND_TEXT_SERVICE", "BIND_TEXT_SERVICE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[261] BIND_TV_INPUT(22, "BIND_TV_INPUT", "BIND_TV_INPUT"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[261] BIND_TV_INPUT(22, "BIND_TV_INPUT", "BIND_TV_INPUT"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[271] BIND_VOICE_INTERACTION(23, "BIND_VOICE_INTERACTION", "BIND_VOICE_INTERACTION"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[271] BIND_VOICE_INTERACTION(23, "BIND_VOICE_INTERACTION", "BIND_VOICE_INTERACTION"), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[281] BIND_VPN_SERVICE(24, "BIND_VPN_SERVICE", "BIND_VPN_SERVICE"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[281] BIND_VPN_SERVICE(24, "BIND_VPN_SERVICE", "BIND_VPN_SERVICE"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[291] BIND_WALLPAPER(25, "BIND_WALLPAPER", "BIND_WALLPAPER"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[291] BIND_WALLPAPER(25, "BIND_WALLPAPER", "BIND_WALLPAPER"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[301] BLUETOOTH(26, "BLUETOOTH", "BLUETOOTH"), ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[301] BLUETOOTH(26, "BLUETOOTH", "BLUETOOTH"), ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[311] BLUETOOTH_ADMIN(27, "BLUETOOTH_ADMIN", "BLUETOOTH_ADMIN"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[311] BLUETOOTH_ADMIN(27, "BLUETOOTH_ADMIN", "BLUETOOTH_ADMIN"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[321] BLUETOOTH_PRIVILEGED(28, "BLUETOOTH_PRIVILEGED", "BLUETOOTH_PRIVILEGED"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[321] BLUETOOTH_PRIVILEGED(28, "BLUETOOTH_PRIVILEGED", "BLUETOOTH_PRIVILEGED"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[331] BODY_SENSORS(29, "BODY_SENSORS", "BODY_SENSORS"), ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[331] BODY_SENSORS(29, "BODY_SENSORS", "BODY_SENSORS"), ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[341] BRICK(30, "BRICK", "BRICK"), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[341] BRICK(30, "BRICK", "BRICK"), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[351] BROADCAST_PACKAGE_REMOVED(31, "BROADCAST_PACKAGE_REMOVED", "BROADCAST_PACKAGE_REMOVED"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[351] BROADCAST_PACKAGE_REMOVED(31, "BROADCAST_PACKAGE_REMOVED", "BROADCAST_PACKAGE_REMOVED"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[361] BROADCAST_SMS(32, "BROADCAST_SMS", "BROADCAST_SMS"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[361] BROADCAST_SMS(32, "BROADCAST_SMS", "BROADCAST_SMS"), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[371] BROADCAST_STICKY(33, "BROADCAST_STICKY", "BROADCAST_STICKY"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[371] BROADCAST_STICKY(33, "BROADCAST_STICKY", "BROADCAST_STICKY"), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[381] BROADCAST_WAP_PUSH(34, "BROADCAST_WAP_PUSH", "BROADCAST_WAP_PUSH"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[381] BROADCAST_WAP_PUSH(34, "BROADCAST_WAP_PUSH", "BROADCAST_WAP_PUSH"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[391] CALL_PHONE(35, "CALL_PHONE", "CALL_PHONE"), ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[391] CALL_PHONE(35, "CALL_PHONE", "CALL_PHONE"), ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[401] CALL_PRIVILEGED(36, "CALL_PRIVILEGED", "CALL_PRIVILEGED"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[401] CALL_PRIVILEGED(36, "CALL_PRIVILEGED", "CALL_PRIVILEGED"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[411] CAMERA(37, "CAMERA", "CAMERA"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[411] CAMERA(37, "CAMERA", "CAMERA"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[421] CAPTURE_AUDIO_OUTPUT(38, "CAPTURE_AUDIO_OUTPUT", "CAPTURE_AUDIO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[421] CAPTURE_AUDIO_OUTPUT(38, "CAPTURE_AUDIO_OUTPUT", "CAPTURE_AUDIO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[431] CAPTURE_SECURE_VIDEO_OUTPUT(39, "CAPTURE_SECURE_VIDEO_OUTPUT", "CAPTURE_SECURE_VIDEO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[431] CAPTURE_SECURE_VIDEO_OUTPUT(39, "CAPTURE_SECURE_VIDEO_OUTPUT", "CAPTURE_SECURE_VIDEO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[441] CAPTURE_VIDEO_OUTPUT(40, "CAPTURE_VIDEO_OUTPUT", "CAPTURE_VIDEO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[441] CAPTURE_VIDEO_OUTPUT(40, "CAPTURE_VIDEO_OUTPUT", "CAPTURE_VIDEO_OUTPUT"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[451] CHANGE_COMPONENT_ENABLED_STATE(41, "CHANGE_COMPONENT_ENABLED_STATE", "CHANGE_COMPONENT_ENABLED_STATE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[451] CHANGE_COMPONENT_ENABLED_STATE(41, "CHANGE_COMPONENT_ENABLED_STATE", "CHANGE_COMPONENT_ENABLED_STATE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[461] CHANGE_CONFIGURATION(42, "CHANGE_CONFIGURATION", "CHANGE_CONFIGURATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[461] CHANGE_CONFIGURATION(42, "CHANGE_CONFIGURATION", "CHANGE_CONFIGURATION"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[471] CHANGE_NETWORK_STATE(43, "CHANGE_NETWORK_STATE", "CHANGE_NETWORK_STATE"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[471] CHANGE_NETWORK_STATE(43, "CHANGE_NETWORK_STATE", "CHANGE_NETWORK_STATE"), ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[481] CHANGE_WIFI_MULTICAST_STATE(44, "CHANGE_WIFI_MULTICAST_STATE", "CHANGE_WIFI_MULTICAST_STATE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[481] CHANGE_WIFI_MULTICAST_STATE(44, "CHANGE_WIFI_MULTICAST_STATE", "CHANGE_WIFI_MULTICAST_STATE"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[491] CHANGE_WIFI_STATE(45, "CHANGE_WIFI_STATE", "CHANGE_WIFI_STATE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[491] CHANGE_WIFI_STATE(45, "CHANGE_WIFI_STATE", "CHANGE_WIFI_STATE"), ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[501] CLEAR_APP_CACHE(46, "CLEAR_APP_CACHE", "CLEAR_APP_CACHE"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[501] CLEAR_APP_CACHE(46, "CLEAR_APP_CACHE", "CLEAR_APP_CACHE"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[511] CLEAR_APP_USER_DATA(47, "CLEAR_APP_USER_DATA", "CLEAR_APP_USER_DATA"), ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[511] CLEAR_APP_USER_DATA(47, "CLEAR_APP_USER_DATA", "CLEAR_APP_USER_DATA"), ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[521] CONTROL_LOCATION_UPDATES(48, "CONTROL_LOCATION_UPDATES", "CONTROL_LOCATION_UPDATES"), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[521] CONTROL_LOCATION_UPDATES(48, "CONTROL_LOCATION_UPDATES", "CONTROL_LOCATION_UPDATES"), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[531] DELETE_CACHE_FILES(49, "DELETE_CACHE_FILES", "DELETE_CACHE_FILES"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/Permission.java:[531] DELETE_CACHE_FILES(49, "DELETE_CACHE_FILES", "DELETE_CACHE_FILES"), ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[18] import org.eclipse.fx.ide.ui.wizards.AbstractJDTElementPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[19] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[30] public class NewPreloaderClassPage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[30] public class NewPreloaderClassPage extends AbstractJDTElementPage { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[34] super("newApplicationId", "JavaFX Preloader Class", "Create a new JavaFX Preloader Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractJDTElementPage(String, String, String, IPackageFragmentRoot, IPackageFragment, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[34] super("newApplicationId", "JavaFX Preloader Class", "Create a new JavaFX Preloader Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[34] super("newApplicationId", "JavaFX Preloader Class", "Create a new JavaFX Preloader Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[34] super("newApplicationId", "JavaFX Preloader Class", "Create a new JavaFX Preloader Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[39] return JavaFXUIPlugin.imageDescriptorFromPlugin(JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[39] return JavaFXUIPlugin.imageDescriptorFromPlugin(JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[44] protected void createFields(Composite parent, DataBindingContext dbc) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[49] protected JDTElement createInstance() { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[50] return new JDTElement(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JDTElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewPreloaderClassPage.java:[50] return new JDTElement(); ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[35] public class JavaFXContainerWizardPage extends NewElementWizardPage implements IClasspathContainerPage, IClasspathContainerPageExtension { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[38] public JavaFXContainerWizardPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[41] setTitle("JavaFX Library"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[42] setDescription("JavaFX Library Selection"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[45] fContainerEntryResult = JavaCore.newContainerEntry(JavaFXCore.JAVAFX_CONTAINER_PATH); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field JavaFXContainerWizardPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[58] public static IJavaProject getPlaceholderProject() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[75] JavaCore.setClasspathContainer(fContainerEntryResult.getPath(), javaProjects, containers, null); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field JavaFXContainerWizardPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[77] ExceptionHandler.handle(e, getShell(), "JavaFX Container Error", "Error configuring JavaFX Classpath Container"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[77] ExceptionHandler.handle(e, getShell(), "JavaFX Container Error", "Error configuring JavaFX Classpath Container"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[85] return fContainerEntryResult; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field JavaFXContainerWizardPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/JavaFXContainerWizardPage.java:[95] public void initialize(IJavaProject project, IClasspathEntry[] currentEntries) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[53] renamedElement = (IResource) element; ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[68] return "e(fx)clipse JFXRenameParticipant"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[91] if ( renamedElement != null ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[92] IResource[] roots = renamedElement.getWorkspace().getRoot().getProjects(); ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[96] final String oldType = RefactoringUtil.buildFullyQualifiedName( renamedElement ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[115] renamedElement, getArguments().getNewName() ) ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameParticipant.java:[115] renamedElement, getArguments().getNewName() ) ); ^^^^^^^^^^^^^^ Read access to enclosing field JFXRenameParticipant.renamedElement is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[112] public Platform getPlatform() { ^^^^^^^^^^^^^ The method getPlatform() of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[113] return platform; ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[121] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[121] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newPlatform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[121] public NotificationChain basicSetPlatform(Platform newPlatform, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[122] Platform oldPlatform = platform; ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[123] platform = newPlatform; ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[126] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[136] public void setPlatform(Platform newPlatform) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPlatform(Platform) of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[137] if (newPlatform != platform) { ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[139] if (platform != null) ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[140] msgs = ((InternalEObject)platform).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.JAR__PLATFORM, null, msgs); ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[155] public FileSet getFileset() { ^^^^^^^^^^^^ The method getFileset() of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[156] return fileset; ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[164] public NotificationChain basicSetFileset(FileSet newFileset, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[164] public NotificationChain basicSetFileset(FileSet newFileset, NotificationChain msgs) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newFileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[164] public NotificationChain basicSetFileset(FileSet newFileset, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[165] FileSet oldFileset = fileset; ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[166] fileset = newFileset; ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[169] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[179] public void setFileset(FileSet newFileset) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFileset(FileSet) of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[180] if (newFileset != fileset) { ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[182] if (fileset != null) ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[183] msgs = ((InternalEObject)fileset).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.JAR__FILESET, null, msgs); ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[198] public Application getApplication() { ^^^^^^^^^^^^^^^^ The method getApplication() of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[199] return application; ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[207] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[207] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[207] public NotificationChain basicSetApplication(Application newApplication, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[208] Application oldApplication = application; ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[209] application = newApplication; ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[212] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[222] public void setApplication(Application newApplication) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setApplication(Application) of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[223] if (newApplication != application) { ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[225] if (application != null) ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[226] msgs = ((InternalEObject)application).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.JAR__APPLICATION, null, msgs); ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[241] public Info getInfo() { ^^^^^^^^^ The method getInfo() of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[242] return info; ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[250] public NotificationChain basicSetInfo(Info newInfo, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[250] public NotificationChain basicSetInfo(Info newInfo, NotificationChain msgs) { ^^^^^^^ Javadoc: Missing tag for parameter newInfo [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[250] public NotificationChain basicSetInfo(Info newInfo, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[251] Info oldInfo = info; ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[252] info = newInfo; ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[255] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[265] public void setInfo(Info newInfo) { ^^^^^^^^^^^^^^^^^^^^^ The method setInfo(Info) of type JarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[266] if (newInfo != info) { ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[268] if (info != null) ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[269] msgs = ((InternalEObject)info).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.JAR__INFO, null, msgs); ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[376] return platform != null; ^^^^^^^^ Unqualified access to the field JarImpl.platform [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[378] return fileset != null; ^^^^^^^ Unqualified access to the field JarImpl.fileset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[380] return application != null; ^^^^^^^^^^^ Unqualified access to the field JarImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/JarImpl.java:[382] return info != null; ^^^^ Unqualified access to the field JarImpl.info [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[83] public String getValue() { ^^^^^^^^^^ The method getValue() of type JVmArgImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[84] return value; ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[92] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type JVmArgImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[93] String oldValue = value; ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[94] value = newValue; ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[96] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.JVM_ARG__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[152] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[152] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[167] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/JVmArgImpl.java:[168] result.append(value); ^^^^^ Unqualified access to the field JVmArgImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/CreateAntHandler.java:[29] if( "org.eclipse.fx.ide.jdt.ui.fxbuild".equals(context.getVariable(ISources.ACTIVE_EDITOR_ID_NAME)) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[78] public abstract class AbstractBuildHandler extends AbstractAntHandler { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[105] InputStream in = f.getContents(); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[123] throw new ExecutionException( "Failed to export application", e ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[134] ILaunchConfigurationType type = mgr.getLaunchConfigurationType( "org.eclipse.ant.AntLaunchConfigurationType" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[139] name = "JFX Build - " + cfgData.projectName; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[142] File fBuildFile = new File( cfgData.buildDirectory + "/build.xml" ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[147] if ( !s.equals( "" ) && new File( s ).equals( fBuildFile ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[159] cfg.setAttribute( "org.eclipse.debug.core.ATTR_REFRESH_SCOPE", "${project}" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[159] cfg.setAttribute( "org.eclipse.debug.core.ATTR_REFRESH_SCOPE", "${project}" ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[161] cfg.setAttribute( "org.eclipse.jdt.launching.MAIN_TYPE", "org.eclipse.ant.internal.launching.remote.InternalAntRunner" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[161] cfg.setAttribute( "org.eclipse.jdt.launching.MAIN_TYPE", "org.eclipse.ant.internal.launching.remote.InternalAntRunner" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[162] cfg.setAttribute( "process_factory_id", "org.eclipse.ant.ui.remoteAntProcessFactory" ); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[162] cfg.setAttribute( "process_factory_id", "org.eclipse.ant.ui.remoteAntProcessFactory" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[165] for ( IClasspathEntry e : project.getRawClasspath() ) { ^^^^^^^ Unqualified access to the field AbstractAntHandler.project [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[167] if ( start.startsWith( "org.eclipse.jdt.launching.JRE_CONTAINER") ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[174] if( MessageDialog.openQuestion( PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Not a JDK", "The project is attached to a JRE only so ant would be started with a JRE which does not have a compiler. Would you like to proceed and select a JDK?" ) ) { ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[174] if( MessageDialog.openQuestion( PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Not a JDK", "The project is attached to a JRE only so ant would be started with a JRE which does not have a compiler. Would you like to proceed and select a JDK?" ) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[177] cfg.setAttribute( IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH, JavaRuntime.newJREContainerPath(d.install).toString() ); ^^^^^^^ Read access to enclosing field AbstractBuildHandler.JDKSelectionDialog.install is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[185] cfg.setAttribute( "org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS", "-Dbuild.compiler=javac1.7" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[185] cfg.setAttribute( "org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS", "-Dbuild.compiler=javac1.7" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[199] File tools = new File(new File( f, "lib" ), "tools.jar"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[199] File tools = new File(new File( f, "lib" ), "tools.jar"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[207] String version = ((IVMInstall3)install).evaluateSystemProperties(new String[] {"java.version"}, new NullProgressMonitor()).get("java.version"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[207] String version = ((IVMInstall3)install).evaluateSystemProperties(new String[] {"java.version"}, new NullProgressMonitor()).get("java.version"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[209] rv = version.startsWith("1.8.0"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[214] Bundle b = Platform.getBundle("org.apache.ant"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[215] if( b.getVersion().toString().startsWith("1.9") ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[220] LOGGER.error("Unable to detect java version", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[238] getShell().setText( "Select a JDK" ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[239] setTitle( "Select a JDK" ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[240] setMessage( "To build your product you need to run ant with a JDK. Select one in the list below" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[242] parent = new Composite( content, SWT.NONE ); ^^^^^^ The parameter parent should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[247] l.setText( "Select a JDK" ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[249] viewer = new TableViewer( parent, SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.BORDER ); ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[250] viewer.getControl().setLayoutData( new GridData(GridData.FILL_BOTH) ); ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[251] viewer.setContentProvider( ArrayContentProvider.getInstance() ); ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[252] viewer.setLabelProvider( new StyledCellLabelProvider() { ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[253] public void update(ViewerCell cell) { ^^^^^^^^^^^^^^^^^^^^^^^ The method update(ViewerCell) of type new StyledCellLabelProvider(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[256] s.append( " - " + install.getInstallLocation().getAbsolutePath(), StyledString.DECORATIONS_STYLER ); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[271] viewer.setInput( installs ); ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[273] viewer.addSelectionChangedListener( new ISelectionChangedListener() { ^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.viewer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[279] getButton( IDialogConstants.OK_ID ).setEnabled( false ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method getButton(int) from the type Dialog is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[281] install = (IVMInstall) ((IStructuredSelection)s).getFirstElement(); ^^^^^^^ Unqualified access to the field AbstractBuildHandler.JDKSelectionDialog.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[281] install = (IVMInstall) ((IStructuredSelection)s).getFirstElement(); ^^^^^^^ Write access to enclosing field AbstractBuildHandler.JDKSelectionDialog.install is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[282] getButton( IDialogConstants.OK_ID ).setEnabled( true ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method getButton(int) from the type Dialog is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/AbstractBuildHandler.java:[299] private List getWorkspaceJREs() { ^^^^^^^^^^^^^^^^^^ The method getWorkspaceJREs() from the type AbstractBuildHandler.JDKSelectionDialog can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[18] import org.eclipse.fx.ide.ui.wizards.AbstractJDTElementPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[19] import org.eclipse.fx.ide.ui.wizards.template.HtmlElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HtmlElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[20] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[30] public class NewHtmlTemplatePage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[30] public class NewHtmlTemplatePage extends AbstractJDTElementPage { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[35] super( "newApplicationId", "JavaFX Html Template", "Create a new JavaFX Html Template", froot, fragment, fWorkspaceRoot ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractJDTElementPage(String, String, String, IPackageFragmentRoot, IPackageFragment, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[35] super( "newApplicationId", "JavaFX Html Template", "Create a new JavaFX Html Template", froot, fragment, fWorkspaceRoot ); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[35] super( "newApplicationId", "JavaFX Html Template", "Create a new JavaFX Html Template", froot, fragment, fWorkspaceRoot ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[35] super( "newApplicationId", "JavaFX Html Template", "Create a new JavaFX Html Template", froot, fragment, fWorkspaceRoot ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[40] return JavaFXUIPlugin.imageDescriptorFromPlugin( JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/xhtml_wiz.png" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[40] return JavaFXUIPlugin.imageDescriptorFromPlugin( JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/xhtml_wiz.png" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[59] protected HtmlElement createInstance() { ^^^^^^^^^^^ Discouraged access: The type 'HtmlElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[60] return new HtmlElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'HtmlElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplatePage.java:[60] return new HtmlElement(); ^^^^^^^^^^^ Discouraged access: The type 'HtmlElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[146] public boolean isInstall() { ^^^^^^^^^^^ The method isInstall() of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[147] return install; ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[155] public void setInstall(boolean newInstall) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setInstall(boolean) of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[156] boolean oldInstall = install; ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[157] install = newInstall; ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[159] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PREFERENCES__INSTALL, oldInstall, install)); ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[167] public boolean isMenu() { ^^^^^^^^ The method isMenu() of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[168] return menu; ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[176] public void setMenu(boolean newMenu) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method setMenu(boolean) of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[177] boolean oldMenu = menu; ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[178] menu = newMenu; ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[180] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PREFERENCES__MENU, oldMenu, menu)); ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[188] public String getRefid() { ^^^^^^^^^^ The method getRefid() of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[189] return refid; ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[197] public void setRefid(String newRefid) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRefid(String) of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[198] String oldRefid = refid; ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[199] refid = newRefid; ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[201] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PREFERENCES__REFID, oldRefid, refid)); ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[209] public boolean isShortcut() { ^^^^^^^^^^^^ The method isShortcut() of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[210] return shortcut; ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[218] public void setShortcut(boolean newShortcut) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setShortcut(boolean) of type PreferencesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[219] boolean oldShortcut = shortcut; ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[220] shortcut = newShortcut; ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[222] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PREFERENCES__SHORTCUT, oldShortcut, shortcut)); ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[234] return isInstall(); ^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[236] return isMenu(); ^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[240] return isShortcut(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[254] setInstall((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[257] setMenu((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[263] setShortcut((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[302] return install != INSTALL_EDEFAULT; ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[304] return menu != MENU_EDEFAULT; ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[306] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[306] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[308] return shortcut != SHORTCUT_EDEFAULT; ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[323] result.append(" (install: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[324] result.append(install); ^^^^^^^ Unqualified access to the field PreferencesImpl.install [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[325] result.append(", menu: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[326] result.append(menu); ^^^^ Unqualified access to the field PreferencesImpl.menu [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[327] result.append(", refid: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[328] result.append(refid); ^^^^^ Unqualified access to the field PreferencesImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[329] result.append(", shortcut: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PreferencesImpl.java:[330] result.append(shortcut); ^^^^^^^^ Unqualified access to the field PreferencesImpl.shortcut [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[30] import org.eclipse.jdt.internal.ui.JavaPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[43] public class FXBeanJavaCompletionProposalComputer implements IJavaCompletionProposalComputer { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[45] public enum Type { ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[46] GETTER, ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[47] SETTER, ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[48] ACCESSOR ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[53] if (context instanceof JavaContentAssistInvocationContext && Boolean.FALSE == true) { ^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[82] IType propType = type.getJavaProject().findType("javafx.beans.property.Property"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[83] IType writableType = type.getJavaProject().findType("javafx.beans.value.WritableValue"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[86] IType booleanType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyBooleanProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[87] IType doubleType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyDoubleProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[88] IType floatType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyFloatProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[89] IType intType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyIntegerProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[90] IType longType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyLongProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[91] IType stringType = type.getJavaProject().findType("javafx.beans.property.ReadOnlyStringProperty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[99] if( "set".equals(prefix) ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[103] StyledString s = new StyledString(setterName+"("+toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)+")" + " : void" ); //$NON-NLS-1$ ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[103] StyledString s = new StyledString(setterName+"("+toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)+")" + " : void" ); //$NON-NLS-1$ ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[105] l.add(new CompletionProposalImpl(setterName,s, setterName + "("+toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)+" "+curr.getElementName()+")",curr,Type.SETTER,offset)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[105] l.add(new CompletionProposalImpl(setterName,s, setterName + "("+toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)+" "+curr.getElementName()+")",curr,Type.SETTER,offset)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[105] l.add(new CompletionProposalImpl(setterName,s, setterName + "("+toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)+" "+curr.getElementName()+")",curr,Type.SETTER,offset)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[108] } else if( Character.isWhitespace(prefix.charAt(0)) && prefix.endsWith("is") ) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[111] getterName = "is" + getterName.substring(3); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[113] StyledString s = new StyledString(getterName+"() : boolean" ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[114] s.append( " - Getter for '" + curr.getElementName() + "'", StyledString.QUALIFIER_STYLER ); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[114] s.append( " - Getter for '" + curr.getElementName() + "'", StyledString.QUALIFIER_STYLER ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[115] l.add(new CompletionProposalImpl(getterName,s,getterName+"()",curr,Type.GETTER,offset)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[118] } else if( "get".equals(prefix) ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[122] StyledString s = new StyledString(getterName+"() : " + toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType)); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[123] s.append( " - Getter for '" + curr.getElementName() + "'", StyledString.QUALIFIER_STYLER ); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[123] s.append( " - Getter for '" + curr.getElementName() + "'", StyledString.QUALIFIER_STYLER ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[124] l.add(new CompletionProposalImpl(getterName,s,toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType) + " " + getterName+"()",curr,Type.GETTER,offset)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[124] l.add(new CompletionProposalImpl(getterName,s,toValue(fieldType, booleanType, doubleType, floatType, intType, longType, stringType) + " " + getterName+"()",curr,Type.GETTER,offset)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[128] String propertyName = curr.getElementName()+"Property() : " + fieldType.getElementName(); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[131] l.add(new CompletionProposalImpl(propertyName,s,fieldType.getElementName() + " " + curr.getElementName()+"Property()",curr,Type.ACCESSOR,offset)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[131] l.add(new CompletionProposalImpl(propertyName,s,fieldType.getElementName() + " " + curr.getElementName()+"Property()",curr,Type.ACCESSOR,offset)); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[162] return "boolean"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[164] return "double"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[166] return "float"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[168] return "int"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[170] return "long"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[172] return "String"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[177] private IType toType(IType t, String typeSig) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toType(IType, String) from the type FXBeanJavaCompletionProposalComputer can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[184] b.append("."); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[218] public void sessionStarted() { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[233] public void sessionEnded() { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[238] private final String label; ^^^^^ The value of the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.label is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[257] switch (type) { ^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[260] StringBuilder b = new StringBuilder("public void " +method); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[260] StringBuilder b = new StringBuilder("public void " +method); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[261] b.append(" {\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[262] b.append(" this." + field.getElementName()+".set("+field.getElementName()+");\n"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[262] b.append(" this." + field.getElementName()+".set("+field.getElementName()+");\n"); ^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.field [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[262] b.append(" this." + field.getElementName()+".set("+field.getElementName()+");\n"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[262] b.append(" this." + field.getElementName()+".set("+field.getElementName()+");\n"); ^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.field [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[262] b.append(" this." + field.getElementName()+".set("+field.getElementName()+");\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[263] b.append(" }"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[265] document.replace(offset, 3, b.toString()); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.offset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[274] StringBuilder b = new StringBuilder("public "+method); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[274] StringBuilder b = new StringBuilder("public "+method); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[275] b.append(" {\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[276] b.append(" return this."+ field.getElementName() + ".get();\n"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[276] b.append(" return this."+ field.getElementName() + ".get();\n"); ^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.field [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[276] b.append(" return this."+ field.getElementName() + ".get();\n"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[277] b.append(" }"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[279] document.replace(offset, 3, b.toString()); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.offset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[288] StringBuilder b = new StringBuilder("public "+method); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[288] StringBuilder b = new StringBuilder("public "+method); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[289] b.append(" {\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[290] b.append(" return this."+ field.getElementName() + ";\n"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[290] b.append(" return this."+ field.getElementName() + ";\n"); ^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.field [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[290] b.append(" return this."+ field.getElementName() + ";\n"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[291] b.append(" }"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[293] document.replace(offset+3, 0, b.toString()); ^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.offset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[317] return styledString.getString(); ^^^^^^^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.styledString [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[322] return JavaPluginImages.get(JavaPluginImages.IMG_MISC_PUBLIC); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[322] return JavaPluginImages.get(JavaPluginImages.IMG_MISC_PUBLIC); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaPluginImages.get(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[322] return JavaPluginImages.get(JavaPluginImages.IMG_MISC_PUBLIC); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[322] return JavaPluginImages.get(JavaPluginImages.IMG_MISC_PUBLIC); ^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaPluginImages.IMG_MISC_PUBLIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.27.100.v20221122-0749/org.eclipse.jdt.ui-3.27.100.v20221122-0749.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/FXBeanJavaCompletionProposalComputer.java:[333] return styledString; ^^^^^^^^^^^^ Unqualified access to the field FXBeanJavaCompletionProposalComputer.CompletionProposalImpl.styledString [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[76] public AddFontDialog( final Shell parentShell, final EditingDomain editingDomain, final AntTask task, final IContainer resourceContainer ) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[85] o = ParametersFactory.eINSTANCE.createKeyValuePair(); ^ Unqualified access to the field AddFontDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[90] getShell().setText( "Add font " ); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[91] setTitle( "Add font" ); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[92] setMessage( "Enter informations about the font to add" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[98] IWidgetValueProperty tProp = WidgetProperties.text( SWT.Modify ); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[102] l.setText( "Font name*:" ); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[103] tFontName = new Text( container, SWT.BORDER ); ^^^^^^^^^ Unqualified access to the field AddFontDialog.tFontName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[106] tFontName.setLayoutData( tFontGD ); ^^^^^^^^^ Unqualified access to the field AddFontDialog.tFontName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[107] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, KEY_VALUE_PAIR__KEY ); ^^^^^^^^^^^^^ Unqualified access to the field AddFontDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^ Unqualified access to the field AddFontDialog.tFontName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( ^ Unqualified access to the field AddFontDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[108] dbContext.bindValue( tProp.observeDelayed( DELAY, tFontName ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[109] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[109] EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[114] l.setText( "File*:" ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[116] tFile = new Text( container, SWT.BORDER ); ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[117] tFile.setLayoutData( new GridData( GridData.FILL_HORIZONTAL ) ); ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[118] tFile.setEditable( false ); ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[119] IEMFValueProperty prop = EMFEditProperties.value( editingDomain, KEY_VALUE_PAIR__VALUE ); ^^^^^^^^^^^^^ Unqualified access to the field AddFontDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^ Unqualified access to the field AddDialog.dbContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, EMFUpdateValueStrategy, EMFUpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDelayed(int, Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[120] dbContext.bindValue( tProp.observeDelayed( DELAY, tFile ), prop.observe( o ), ^ Unqualified access to the field AddFontDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[121] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[121] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^ The static field UpdateValueStrategy.POLICY_ON_REQUEST should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[121] new EMFUpdateValueStrategy( EMFUpdateValueStrategy.POLICY_ON_REQUEST ), new EMFUpdateValueStrategy() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EMFUpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[123] b.setText( "Browse ..." ); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[127] FilteredResourcesSelectionDialog d = new FilteredResourcesSelectionDialog( getShell(), false, resourceContainer, IResource.FILE ) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field AddFontDialog.resourceContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[127] FilteredResourcesSelectionDialog d = new FilteredResourcesSelectionDialog( getShell(), false, resourceContainer, IResource.FILE ) { ^^^^^^^^^^^^^^^^^ Read access to enclosing field AddFontDialog.resourceContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[132] return new Status( IStatus.ERROR, JavaFXUIPlugin.PLUGIN_ID, "The selected resource has to be part of the source folder" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[134] if ( !f.getName().endsWith( ".ttf" ) ) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[135] return new Status( IStatus.ERROR, JavaFXUIPlugin.PLUGIN_ID, "The selected resource does not seem to be a font" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[141] if ( d.open() == ResourceSelectionDialog.OK ) { ^^ The static field Window.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[148] tFile.setText( p.getElementName().replace( '.', '/' ) + "/" + f.getName() ); ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[148] tFile.setText( p.getElementName().replace( '.', '/' ) + "/" + f.getName() ); ^^^^^ Read access to enclosing field AddFontDialog.tFile is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[148] tFile.setText( p.getElementName().replace( '.', '/' ) + "/" + f.getName() ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[151] IPackageFragmentRoot p = (IPackageFragmentRoot) j; ^ The value of the local variable p is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[152] tFile.setText( f.getName() ); ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[152] tFile.setText( f.getName() ); ^^^^^ Read access to enclosing field AddFontDialog.tFile is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[155] MessageDialog.openInformation( getShell(), "Not valid", "The selected resource has to be part of the source folder" ); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[155] MessageDialog.openInformation( getShell(), "Not valid", "The selected resource has to be part of the source folder" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[168] return new AddCommand( editingDomain, task.getFonts(), o ); ^^^^^^^^^^^^^ Unqualified access to the field AddFontDialog.editingDomain [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[168] return new AddCommand( editingDomain, task.getFonts(), o ); ^^^^ Unqualified access to the field AddFontDialog.task [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[168] return new AddCommand( editingDomain, task.getFonts(), o ); ^ Unqualified access to the field AddFontDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[174] if ( tFontName.getText() == null || tFontName.getText().trim().equals( "" ) ) { ^^^^^^^^^ Unqualified access to the field AddFontDialog.tFontName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[174] if ( tFontName.getText() == null || tFontName.getText().trim().equals( "" ) ) { ^^^^^^^^^ Unqualified access to the field AddFontDialog.tFontName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[174] if ( tFontName.getText() == null || tFontName.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[175] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a folder" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[175] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a folder" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[177] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[177] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^^^^ Unqualified access to the field AddFontDialog.tFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[177] else if ( tFile.getText() == null || tFile.getText().trim().equals( "" ) ) { ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[178] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a file" ); ^^^^^ The static field IStatus.ERROR should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[178] status = new Status( Status.ERROR, JavaFXUIPlugin.PLUGIN_ID, "Please enter a file" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[181] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^ The static field IStatus.OK should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[181] status = new Status( Status.OK, JavaFXUIPlugin.PLUGIN_ID, "OK" ); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/AddFontDialog.java:[188] return o; ^ Unqualified access to the field AddFontDialog.o [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[27] public static final String PLUGIN_ID = "org.eclipse.fx.ide.jdt.ui"; //$NON-NLS-1$ ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[32] public static String GROUP_ICON = "GROUP_ICON"; ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[32] public static String GROUP_ICON = "GROUP_ICON"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[33] public static String KEY_ICON = "KEY_ICON"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[33] public static String KEY_ICON = "KEY_ICON"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[34] public static String ALPHASORT_ICON = "ALPHASORT_ICON"; ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[34] public static String ALPHASORT_ICON = "ALPHASORT_ICON"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[35] public static String COLLAPSE_ICON = "COLLAPSE_ICON"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[35] public static String COLLAPSE_ICON = "COLLAPSE_ICON"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[36] public static String HIERACHICAL_ICON = "HIERACHICAL_ICON"; ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[36] public static String HIERACHICAL_ICON = "HIERACHICAL_ICON"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[37] public static String LIBRARY_ICON = "LIBRARY_ICON"; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[37] public static String LIBRARY_ICON = "LIBRARY_ICON"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[39] public static final String FILEEXTENSION_HTML_TEMPLATE = ".fxtemplate"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[39] public static final String FILEEXTENSION_HTML_TEMPLATE = ".fxtemplate"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[51] public void start(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type JavaFXUIPlugin should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[55] getImageRegistry().put(GROUP_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/ftr_jar_obj.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[55] getImageRegistry().put(GROUP_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/ftr_jar_obj.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[56] getImageRegistry().put(KEY_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/default_co.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[56] getImageRegistry().put(KEY_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/default_co.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[57] getImageRegistry().put(ALPHASORT_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/alphab_sort_co.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[57] getImageRegistry().put(ALPHASORT_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/alphab_sort_co.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[58] getImageRegistry().put(COLLAPSE_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/collapseall.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[58] getImageRegistry().put(COLLAPSE_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/collapseall.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[59] getImageRegistry().put(HIERACHICAL_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/hierarchicalLayout.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[59] getImageRegistry().put(HIERACHICAL_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/hierarchicalLayout.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[60] getImageRegistry().put(LIBRARY_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/library_obj.gif"))); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[60] getImageRegistry().put(LIBRARY_ICON, ImageDescriptor.createFromURL(new URL("platform:/plugin/"+PLUGIN_ID+"/icons/library_obj.gif"))); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/JavaFXUIPlugin.java:[67] public void stop(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type JavaFXUIPlugin should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[18] import org.eclipse.fx.ide.ui.wizards.AbstractJDTElementPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[19] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[31] public class NewApplicationClassPage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[31] public class NewApplicationClassPage extends AbstractJDTElementPage { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[35] super("newApplicationId", "JavaFX Main Class", "Create a new JavaFX Main Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractJDTElementPage(String, String, String, IPackageFragmentRoot, IPackageFragment, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[35] super("newApplicationId", "JavaFX Main Class", "Create a new JavaFX Main Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[35] super("newApplicationId", "JavaFX Main Class", "Create a new JavaFX Main Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[35] super("newApplicationId", "JavaFX Main Class", "Create a new JavaFX Main Class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[40] return JavaFXUIPlugin.imageDescriptorFromPlugin(JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[40] return JavaFXUIPlugin.imageDescriptorFromPlugin(JavaFXUIPlugin.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[44] protected void createFields(Composite parent, DataBindingContext dbc) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[49] protected JDTElement createInstance() { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[50] return new JDTElement(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JDTElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassPage.java:[50] return new JDTElement(); ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[22] import org.eclipse.jdt.core.JavaModelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaModelException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[23] import org.eclipse.jdt.internal.core.PackageFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[48] IType t = p.findType( je.getParent().getElementName(), je.getElementName().replace( "." + resource.getFileExtension(), "" ) ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[48] IType t = p.findType( je.getParent().getElementName(), je.getElementName().replace( "." + resource.getFileExtension(), "" ) ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[50] System.err.println("Unable to construct FQN from '"+je.getParent().getElementName()+"."+je.getElementName().replace( "." + resource.getFileExtension(), "" )+"'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[50] System.err.println("Unable to construct FQN from '"+je.getParent().getElementName()+"."+je.getElementName().replace( "." + resource.getFileExtension(), "" )+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[50] System.err.println("Unable to construct FQN from '"+je.getParent().getElementName()+"."+je.getElementName().replace( "." + resource.getFileExtension(), "" )+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[50] System.err.println("Unable to construct FQN from '"+je.getParent().getElementName()+"."+je.getElementName().replace( "." + resource.getFileExtension(), "" )+"'"); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[50] System.err.println("Unable to construct FQN from '"+je.getParent().getElementName()+"."+je.getElementName().replace( "." + resource.getFileExtension(), "" )+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[51] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[58] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[77] return p.getElementName().replace( '.', '/' ) + "/" + name; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[83] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[87] public static String getNewFullyQualifiedName( final IResource resource, final String newName ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[90] return e.getParent().getElementName() + "." + newName.replaceAll( ".java", "" ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[90] return e.getParent().getElementName() + "." + newName.replaceAll( ".java", "" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[90] return e.getParent().getElementName() + "." + newName.replaceAll( ".java", "" ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[102] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[106] String projectRelativeDestination = "F/" + resource.getProject().getName(); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[107] IJavaElement e = JavaCore.create( resource.getProject().getFolder( newDestination.replaceFirst( projectRelativeDestination, "" ) ) ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[108] if ( e != null && e instanceof PackageFragment ) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[109] PackageFragment p = (PackageFragment) e; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[109] PackageFragment p = (PackageFragment) e; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[110] return p.getElementName() + "." + resource.getName().replaceAll( ".java", "" ); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragment.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[110] return p.getElementName() + "." + resource.getName().replaceAll( ".java", "" ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[110] return p.getElementName() + "." + resource.getName().replaceAll( ".java", "" ); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[110] return p.getElementName() + "." + resource.getName().replaceAll( ".java", "" ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/RefactoringUtil.java:[116] return "bla"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[17] import org.eclipse.fx.ide.ui.wizards.template.IGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[18] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[24] public class NewApplicationClassWizard extends AbstractNewClassWizard { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[28] addPage(new NewApplicationClassPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[28] addPage(new NewApplicationClassPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[33] protected IGenerator getGenerator() { ^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewApplicationClassWizard.java:[33] protected IGenerator getGenerator() { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/AndroidPackage.java:[44] String eNAME = "android"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/AndroidPackage.java:[52] String eNS_URI = "http://org.eclipse.fx.ide.jdt/1.0/android"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/AndroidPackage.java:[60] String eNS_PREFIX = "android"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[41] AUTO(0, "auto", "auto"), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[41] AUTO(0, "auto", "auto"), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[51] JAR(1, "jar", "jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[51] JAR(1, "jar", "jar"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[61] JNLP(2, "jnlp", "jnlp"), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[61] JNLP(2, "jnlp", "jnlp"), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[71] NATIVE(3, "native", "native"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[71] NATIVE(3, "native", "native"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[81] ICON(4, "icon", "icon"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[81] ICON(4, "icon", "icon"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[187] public static FileSetType get(String literal) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[187] public static FileSetType get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[203] public static FileSetType getByName(String name) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[203] public static FileSetType getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[219] public static FileSetType get(int value) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[219] public static FileSetType get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[268] public int getValue() { ^^^^^^^^^^ The method getValue() of type FileSetType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[269] return value; ^^^^^ Unqualified access to the field FileSetType.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[277] public String getName() { ^^^^^^^^^ The method getName() of type FileSetType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[278] return name; ^^^^ Unqualified access to the field FileSetType.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[286] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type FileSetType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[287] return literal; ^^^^^^^ Unqualified access to the field FileSetType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/FileSetType.java:[298] return literal; ^^^^^^^ Unqualified access to the field FileSetType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[48] import org.eclipse.jdt.core.JavaModelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaModelException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[73] public class JavaFXProjectWizard extends NewElementWizard implements IExecutableExtension { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[83] public JavaFXProjectWizard() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[87] public JavaFXProjectWizard(NewJavaProjectWizardPageOne pageOne, NewJavaFXProjectWizardPageTwo pageTwo, NewJavaFXProjectWizardPageThree pageThree) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[92] fFirstPage= pageOne; ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[93] fSecondPage= pageTwo; ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[94] fThirdPage = pageThree; ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fThirdPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[95] projectData = new ProjectData(); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[103] if (fFirstPage == null) ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[104] fFirstPage= new NewJavaProjectWizardPageOne(); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[105] addPage(fFirstPage); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[107] if (fSecondPage == null) ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[108] fSecondPage= new NewJavaFXProjectWizardPageTwo(fFirstPage); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[108] fSecondPage= new NewJavaFXProjectWizardPageTwo(fFirstPage); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[109] addPage(fSecondPage); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[111] if( fThirdPage == null ) ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fThirdPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[112] fThirdPage = new NewJavaFXProjectWizardPageThree(projectData); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fThirdPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[112] fThirdPage = new NewJavaFXProjectWizardPageThree(projectData); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[113] addPage(fThirdPage); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fThirdPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[115] fFirstPage.init(getSelection(), getActivePart()); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[123] fSecondPage.performFinish(monitor); // use the full progress monitor ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[134] projectData.projectName = fFirstPage.getProjectName(); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[134] projectData.projectName = fFirstPage.getProjectName(); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[136] IWorkingSet[] workingSets= fFirstPage.getWorkingSets(); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[146] if( projectData.mainApp.equals(NewJavaFXProjectWizardPageThree.MOBILE) ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[163] if( projectData.mainApp.equals(NewJavaFXProjectWizardPageThree.MOBILE) ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[173] if( projectData.mainApp.equals(NewJavaFXProjectWizardPageThree.DESKTOP) ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[174] final IFile buildFile = fSecondPage.getJavaProject().getProject().getFile(new Path("build.fxbuild")); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[174] final IFile buildFile = fSecondPage.getJavaProject().getProject().getFile(new Path("build.fxbuild")); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[176] task.setBuildDirectory( "${project}/build" ); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[179] task.getDeploy().getApplication().setName( fFirstPage.getProjectName() ); ^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[242] IJavaProject p = fSecondPage.getJavaProject(); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[246] for( String s : projectData.packageName.split("\\.") ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[246] for( String s : projectData.packageName.split("\\.") ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[252] IFile cssFile = p.getProject().getWorkspace().getRoot().getFile(path.append("application.css")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[253] ByteArrayInputStream in = new ByteArrayInputStream("/* JavaFX CSS - Leave this comment until you have at least create one rule which uses -fx-Property */".getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[253] ByteArrayInputStream in = new ByteArrayInputStream("/* JavaFX CSS - Leave this comment until you have at least create one rule which uses -fx-Property */".getBytes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[254] cssFile.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[254] cssFile.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[258] if( projectData.mainApp.equals(NewJavaFXProjectWizardPageThree.DESKTOP) ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[259] IFile mainClass = p.getProject().getWorkspace().getRoot().getFile(path.append("Main.java")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[260] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectMainClassTemplate().generate(projectData).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[260] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectMainClassTemplate().generate(projectData).toString().getBytes()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[261] mainClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[261] mainClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[263] } else if( projectData.mainApp.equals(NewJavaFXProjectWizardPageThree.MOBILE) ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[264] IFile mainClass = p.getProject().getWorkspace().getRoot().getFile(path.append("Main.java")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[265] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectMainMobileClassTemplate().generate(projectData).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[265] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectMainMobileClassTemplate().generate(projectData).toString().getBytes()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[266] mainClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[266] mainClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[270] IVMInstall vm = JavaRuntime.getVMInstall(fSecondPage.getJavaProject()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[276] IFile moduleInfo = p.getProject().getWorkspace().getRoot().getFile(f.getPath().append("module-info.java")); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[277] ByteArrayInputStream in = new ByteArrayInputStream(new FXModuleInfoTemplate().generateModuleInfo(projectData).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[277] ByteArrayInputStream in = new ByteArrayInputStream(new FXModuleInfoTemplate().generateModuleInfo(projectData).toString().getBytes()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[278] moduleInfo.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[278] moduleInfo.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[282] if( ! projectData.declarativeUiType.equals("None") ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[282] if( ! projectData.declarativeUiType.equals("None") ) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[283] if( ! projectData.declarativeUiController.trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[284] IFile ctrlClass = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiController+".java")); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[284] IFile ctrlClass = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiController+".java")); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[285] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectCtrlClassTemplate().generate(projectData).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[285] ByteArrayInputStream in = new ByteArrayInputStream(new FXProjectCtrlClassTemplate().generate(projectData).toString().getBytes()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[286] ctrlClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[286] ctrlClass.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[289] IFile declarativeUi = p.getProject().getWorkspace().getRoot().getFile(path.append(projectData.declarativeUiName+"."+(projectData.declarativeUiType.endsWith("FXML")?"fxml":"fxgraph"))); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[290] ByteArrayInputStream in = new ByteArrayInputStream( ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[291] (projectData.declarativeUiType.endsWith("FXML")? ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[291] (projectData.declarativeUiType.endsWith("FXML")? ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[292] new FXProjectFXMLTemplate().generate(projectData).toString().getBytes(): ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[293] new FXProjectFXGraphTemplate().generate(projectData).toString().getBytes() ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[295] declarativeUi.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[295] declarativeUi.create(in, IFile.FORCE|IFile.KEEP_HISTORY, null); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[304] BasicNewProjectResourceWizard.updatePerspective(fConfigElement); ^^^^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fConfigElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[305] selectAndReveal(fSecondPage.getJavaProject().getProject()); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[308] public void run() { ^^^^^ The method run() of type new Runnable(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[309] IWorkbenchPart activePart= getActivePart(); ^^^^^^^^^^^^^^^ Access to enclosing method getActivePart() from the type JavaFXProjectWizard is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[327] return ! javaVersion.startsWith("1."); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[354] public void setInitializationData(IConfigurationElement cfig, String propertyName, Object data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setInitializationData(IConfigurationElement, String, Object) of type JavaFXProjectWizard should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[355] fConfigElement= cfig; ^^^^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fConfigElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[363] fSecondPage.performCancel(); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[372] return fSecondPage.getJavaProject(); ^^^^^^^^^^^ Unqualified access to the field JavaFXProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[375] public static class ProjectData { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[376] public String projectName = "MyApp"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[376] public String projectName = "MyApp"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[377] public String mainApp = "Desktop"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[377] public String mainApp = "Desktop"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[378] public String packageName = "application"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[378] public String packageName = "application"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[379] public String declarativeUiType = "None"; ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[379] public String declarativeUiType = "None"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[380] public String declarativeUiName = "Sample"; ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[380] public String declarativeUiName = "Sample"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXProjectWizard.java:[381] public String declarativeUiController = "SampleController"; ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[30] private static final String BUILD_DIRECTORY = "buildDirectory"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[31] private static final String BUILD_VENDOR_NAME = "buildVendorName"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[32] private static final String BUILD_APP_TITLE = "buildAppTitle"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[33] private static final String BUILD_APP_VERSION = "buildAppVersion"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[34] private static final String BUILD_APPLICATION_CLASS = "buildApplicationClass"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[35] private static final String BUILD_PRELOADER_CLASS = "buildPreloaderClass"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[36] private static final String BUILD_SPLASH_IMAGE = "buildSplashImage"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[37] private static final String BUILD_MANIFEST_ATTR_LIST = "buildManifestAttrList"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[40] private static final String BUILD_MANIFEST_ATTR_NAME = "buildManifestAttrName"; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.BUILD_MANIFEST_ATTR_NAME is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[40] private static final String BUILD_MANIFEST_ATTR_NAME = "buildManifestAttrName"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[41] private static final String BUILD_MANIFEST_ATTR_VALUE = "buildManifestAttrValue"; ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.BUILD_MANIFEST_ATTR_VALUE is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[41] private static final String BUILD_MANIFEST_ATTR_VALUE = "buildManifestAttrValue"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[43] private static final String DEPLOY_APPLET_WIDTH = "deployAppletWith"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[44] private static final String DEPLOY_APPLET_HEIGHT = "deployAppletHeight"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[45] private static final String DEPLOY_NATIVE_PACKAGE = "deployNativePackage"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[46] private static final String DEPLOY_SPLASH_LIST = "deploySplashList"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[47] private static final String DEPLOY_ICON_LIST = "deployIconList"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[50] private static final String DEPLOY_SPLASH_HREF = "deploySplashHref"; ^^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_SPLASH_HREF is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[50] private static final String DEPLOY_SPLASH_HREF = "deploySplashHref"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[51] private static final String DEPLOY_SPLASH_MODE = "deploySplashMode"; ^^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_SPLASH_MODE is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[51] private static final String DEPLOY_SPLASH_MODE = "deploySplashMode"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[54] private static final String DEPLOY_ICON_DEPTH = "deployIconDepth"; ^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_ICON_DEPTH is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[54] private static final String DEPLOY_ICON_DEPTH = "deployIconDepth"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[55] private static final String DEPLOY_ICON_HREF = "deployIconHref"; ^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_ICON_HREF is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[55] private static final String DEPLOY_ICON_HREF = "deployIconHref"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[56] private static final String DEPLOY_ICON_HEIGHT = "deployIconHeight"; ^^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_ICON_HEIGHT is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[56] private static final String DEPLOY_ICON_HEIGHT = "deployIconHeight"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[57] private static final String DEPLOY_ICON_KIND = "deployIconKind"; ^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_ICON_KIND is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[57] private static final String DEPLOY_ICON_KIND = "deployIconKind"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[58] private static final String DEPLOY_ICON_WIDTH = "deployIconWidth"; ^^^^^^^^^^^^^^^^^ The value of the field PropertiesToModelTransformer.DEPLOY_ICON_WIDTH is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[58] private static final String DEPLOY_ICON_WIDTH = "deployIconWidth"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[61] private static final String SIGN_KEYSTORE = "signKeystore"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[62] private static final String SIGN_ALIAS = "signAlias"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[63] private static final String SIGN_PASSWORD = "signPassword"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[64] private static final String SIGN_KEYPASSWOARD = "signKeyPassword"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[71] put( BUILD_DIRECTORY, "jfx.build.stagingdir" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[72] put( BUILD_VENDOR_NAME, "jfx.build.vendorname" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[73] put( BUILD_APP_TITLE, "jfx.build.apptitle" ); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[74] put( BUILD_APP_VERSION, "jfx.build.appversion" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[75] put( BUILD_APPLICATION_CLASS, "jfx.build.applicationClass" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[76] put( BUILD_PRELOADER_CLASS, "jfx.build.preloaderClass" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[77] put( BUILD_SPLASH_IMAGE, "jfx.build.splashImage" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[78] put( BUILD_MANIFEST_ATTR_LIST, "jfx.build.manifestAttrList" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[80] put( DEPLOY_APPLET_WIDTH, "jfx.deploy.appletWith" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[81] put( DEPLOY_APPLET_HEIGHT, "jfx.deploy.appletHeight" ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[82] put( DEPLOY_NATIVE_PACKAGE, "jfx.deploy.nativePackage" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[83] put( DEPLOY_SPLASH_LIST, "jfx.deploy.splashlist" ); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[84] put( DEPLOY_ICON_LIST, "jfx.deploy.iconlist" ); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[86] put( SIGN_KEYSTORE, "jfx.sign.keystore" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[87] put( SIGN_ALIAS, "jfx.sign.alias" ); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[88] put( SIGN_PASSWORD, "jfx.sign.password" ); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/PropertiesToModelTransformer.java:[89] put( SIGN_KEYPASSWOARD, "jfx.sign.keypassword" ); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/Messages.java:[23] public static String JFXBuildConfigurationEditor_FileConflict; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[167] public String getAlias() { ^^^^^^^^^^ The method getAlias() of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[168] return alias; ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[176] public void setAlias(String newAlias) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAlias(String) of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[177] String oldAlias = alias; ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[178] alias = newAlias; ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[180] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.SIGN_JAR__ALIAS, oldAlias, alias)); ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[188] public String getKeypass() { ^^^^^^^^^^^^ The method getKeypass() of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[189] return keypass; ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[197] public void setKeypass(String newKeypass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setKeypass(String) of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[198] String oldKeypass = keypass; ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[199] keypass = newKeypass; ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[201] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.SIGN_JAR__KEYPASS, oldKeypass, keypass)); ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[209] public String getKeystore() { ^^^^^^^^^^^^^ The method getKeystore() of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[210] return keystore; ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[218] public void setKeystore(String newKeystore) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setKeystore(String) of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[219] String oldKeystore = keystore; ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[220] keystore = newKeystore; ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[222] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.SIGN_JAR__KEYSTORE, oldKeystore, keystore)); ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[230] public String getStorepass() { ^^^^^^^^^^^^^^ The method getStorepass() of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[231] return storepass; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[239] public void setStorepass(String newStorepass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setStorepass(String) of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[240] String oldStorepass = storepass; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[241] storepass = newStorepass; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[243] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.SIGN_JAR__STOREPASS, oldStorepass, storepass)); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[251] public String getStoretype() { ^^^^^^^^^^^^^^ The method getStoretype() of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[252] return storetype; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[260] public void setStoretype(String newStoretype) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setStoretype(String) of type SignJarImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[261] String oldStoretype = storetype; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[262] storetype = newStoretype; ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[264] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.SIGN_JAR__STORETYPE, oldStoretype, storetype)); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[352] return ALIAS_EDEFAULT == null ? alias != null : !ALIAS_EDEFAULT.equals(alias); ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[352] return ALIAS_EDEFAULT == null ? alias != null : !ALIAS_EDEFAULT.equals(alias); ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[354] return KEYPASS_EDEFAULT == null ? keypass != null : !KEYPASS_EDEFAULT.equals(keypass); ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[354] return KEYPASS_EDEFAULT == null ? keypass != null : !KEYPASS_EDEFAULT.equals(keypass); ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[356] return KEYSTORE_EDEFAULT == null ? keystore != null : !KEYSTORE_EDEFAULT.equals(keystore); ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[356] return KEYSTORE_EDEFAULT == null ? keystore != null : !KEYSTORE_EDEFAULT.equals(keystore); ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[358] return STOREPASS_EDEFAULT == null ? storepass != null : !STOREPASS_EDEFAULT.equals(storepass); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[358] return STOREPASS_EDEFAULT == null ? storepass != null : !STOREPASS_EDEFAULT.equals(storepass); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[360] return STORETYPE_EDEFAULT == null ? storetype != null : !STORETYPE_EDEFAULT.equals(storetype); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[360] return STORETYPE_EDEFAULT == null ? storetype != null : !STORETYPE_EDEFAULT.equals(storetype); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[375] result.append(" (alias: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[376] result.append(alias); ^^^^^ Unqualified access to the field SignJarImpl.alias [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[377] result.append(", keypass: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[378] result.append(keypass); ^^^^^^^ Unqualified access to the field SignJarImpl.keypass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[379] result.append(", keystore: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[380] result.append(keystore); ^^^^^^^^ Unqualified access to the field SignJarImpl.keystore [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[381] result.append(", storepass: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[382] result.append(storepass); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storepass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[383] result.append(", storetype: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/SignJarImpl.java:[384] result.append(storetype); ^^^^^^^^^ Unqualified access to the field SignJarImpl.storetype [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[15] import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[16] import java.util.regex.Pattern; ^^^^^^^^^^^^^^^^^^^^^^^ The import java.util.regex.Pattern is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[18] import org.eclipse.core.internal.resources.Resource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.18.100.v20221025-2047/org.eclipse.core.resources-3.18.100.v20221025-2047.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[18] import org.eclipse.core.internal.resources.Resource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.internal.resources.Resource is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[19] import org.eclipse.core.resources.IFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IFile is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[25] import org.eclipse.ltk.core.refactoring.CompositeChange; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.CompositeChange is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[27] import org.eclipse.ltk.core.refactoring.TextChange; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.TextChange is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[28] import org.eclipse.ltk.core.refactoring.TextFileChange; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.TextFileChange is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[32] import org.eclipse.search.core.text.TextSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.search.core.text.TextSearchEngine is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[33] import org.eclipse.search.core.text.TextSearchMatchAccess; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.search.core.text.TextSearchMatchAccess is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[34] import org.eclipse.search.core.text.TextSearchRequestor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.search.core.text.TextSearchRequestor is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[35] import org.eclipse.search.ui.text.FileTextSearchScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.search.ui.text.FileTextSearchScope is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[36] import org.eclipse.text.edits.MultiTextEdit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.text.edits.MultiTextEdit is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[37] import org.eclipse.text.edits.ReplaceEdit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.text.edits.ReplaceEdit is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[38] import org.eclipse.text.edits.TextEditGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.text.edits.TextEditGroup is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[55] renamedElement = (IResource) element; ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[56] if ( "fxgraph".equals( renamedElement.getFileExtension() ) ) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[56] if ( "fxgraph".equals( renamedElement.getFileExtension() ) ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[70] return "e(fx)clipse JFXRenameFXGraphParticipant"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[91] if ( renamedElement != null ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[92] String path = renamedElement.getProjectRelativePath().toString(); ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[93] String correspondingOldFXMLPath = path.substring( 0, path.length() - "fxgraph".length() ) + "fxml"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[93] String correspondingOldFXMLPath = path.substring( 0, path.length() - "fxgraph".length() ) + "fxml"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[94] IResource correspondingOldFXML = renamedElement.getProject().findMember( correspondingOldFXMLPath ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXRenameFXGraphParticipant.renamedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[96] String newName = getArguments().getNewName().substring( 0, getArguments().getNewName().length() - "fxgraph".length() ) + "fxml"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXRenameFXGraphParticipant.java:[96] String newName = getArguments().getNewName().substring( 0, getArguments().getNewName().length() - "fxgraph".length() ) + "fxml"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[116] public static AntTasksPackage init() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[152] public EClass getAntTask() { ^^^^^^^^^^^^ The method getAntTask() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[153] return antTaskEClass; ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[161] public EReference getAntTask_Deploy() { ^^^^^^^^^^^^^^^^^^^ The method getAntTask_Deploy() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[162] return (EReference)antTaskEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[170] public EReference getAntTask_Jar() { ^^^^^^^^^^^^^^^^ The method getAntTask_Jar() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[171] return (EReference)antTaskEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[179] public EReference getAntTask_Signjar() { ^^^^^^^^^^^^^^^^^^^^ The method getAntTask_Signjar() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[180] return (EReference)antTaskEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[188] public EAttribute getAntTask_BuildDirectory() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAntTask_BuildDirectory() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[189] return (EAttribute)antTaskEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[197] public EReference getAntTask_ManifestEntries() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAntTask_ManifestEntries() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[198] return (EReference)antTaskEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[206] public EAttribute getAntTask_CssToBin() { ^^^^^^^^^^^^^^^^^^^^^ The method getAntTask_CssToBin() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[207] return (EAttribute)antTaskEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[215] public EReference getAntTask_Files() { ^^^^^^^^^^^^^^^^^^ The method getAntTask_Files() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[216] return (EReference)antTaskEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[224] public EReference getAntTask_Fonts() { ^^^^^^^^^^^^^^^^^^ The method getAntTask_Fonts() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[225] return (EReference)antTaskEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[233] public EClass getDeploy() { ^^^^^^^^^^^ The method getDeploy() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[234] return deployEClass; ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[242] public EAttribute getDeploy_Embedjnlp() { ^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Embedjnlp() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[243] return (EAttribute)deployEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[251] public EAttribute getDeploy_Extension() { ^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Extension() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[252] return (EAttribute)deployEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[260] public EAttribute getDeploy_Height() { ^^^^^^^^^^^^^^^^^^ The method getDeploy_Height() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[261] return (EAttribute)deployEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[269] public EAttribute getDeploy_IncludeDT() { ^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_IncludeDT() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[270] return (EAttribute)deployEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[278] public EAttribute getDeploy_OfflineAllowed() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_OfflineAllowed() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[279] return (EAttribute)deployEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[287] public EAttribute getDeploy_Placeholderref() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Placeholderref() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[288] return (EAttribute)deployEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[296] public EAttribute getDeploy_Placeholderid() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Placeholderid() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[297] return (EAttribute)deployEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[305] public EAttribute getDeploy_Updatemode() { ^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Updatemode() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[306] return (EAttribute)deployEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[314] public EAttribute getDeploy_Width() { ^^^^^^^^^^^^^^^^^ The method getDeploy_Width() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[315] return (EAttribute)deployEClass.getEStructuralFeatures().get(8); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[323] public EReference getDeploy_Platform() { ^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Platform() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[324] return (EReference)deployEClass.getEStructuralFeatures().get(9); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[332] public EReference getDeploy_Preferences() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Preferences() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[333] return (EReference)deployEClass.getEStructuralFeatures().get(10); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[341] public EReference getDeploy_Application() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Application() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[342] return (EReference)deployEClass.getEStructuralFeatures().get(11); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[350] public EReference getDeploy_Permissions() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Permissions() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[351] return (EReference)deployEClass.getEStructuralFeatures().get(12); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[359] public EReference getDeploy_Template() { ^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Template() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[360] return (EReference)deployEClass.getEStructuralFeatures().get(13); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[368] public EReference getDeploy_Callbacks() { ^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_Callbacks() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[369] return (EReference)deployEClass.getEStructuralFeatures().get(14); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[377] public EReference getDeploy_Info() { ^^^^^^^^^^^^^^^^ The method getDeploy_Info() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[378] return (EReference)deployEClass.getEStructuralFeatures().get(15); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[386] public EAttribute getDeploy_SplashImage() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_SplashImage() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[387] return (EAttribute)deployEClass.getEStructuralFeatures().get(16); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[395] public EAttribute getDeploy_PackagingFormat() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_PackagingFormat() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[396] return (EAttribute)deployEClass.getEStructuralFeatures().get(17); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[404] public EAttribute getDeploy_Verbose() { ^^^^^^^^^^^^^^^^^^^ The method getDeploy_Verbose() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[405] return (EAttribute)deployEClass.getEStructuralFeatures().get(18); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[413] public EAttribute getDeploy_ProxyResolution() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDeploy_ProxyResolution() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[414] return (EAttribute)deployEClass.getEStructuralFeatures().get(19); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[422] public EReference getDeploy_Android() { ^^^^^^^^^^^^^^^^^^^ The method getDeploy_Android() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[423] return (EReference)deployEClass.getEStructuralFeatures().get(20); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[431] public EClass getJar() { ^^^^^^^^ The method getJar() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[432] return jarEClass; ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.jarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[440] public EReference getJar_Platform() { ^^^^^^^^^^^^^^^^^ The method getJar_Platform() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[441] return (EReference)jarEClass.getEStructuralFeatures().get(0); ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.jarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[449] public EReference getJar_Fileset() { ^^^^^^^^^^^^^^^^ The method getJar_Fileset() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[450] return (EReference)jarEClass.getEStructuralFeatures().get(1); ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.jarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[458] public EReference getJar_Application() { ^^^^^^^^^^^^^^^^^^^^ The method getJar_Application() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[459] return (EReference)jarEClass.getEStructuralFeatures().get(2); ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.jarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[467] public EReference getJar_Info() { ^^^^^^^^^^^^^ The method getJar_Info() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[468] return (EReference)jarEClass.getEStructuralFeatures().get(3); ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.jarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[476] public EClass getSignJar() { ^^^^^^^^^^^^ The method getSignJar() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[477] return signJarEClass; ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[485] public EAttribute getSignJar_Alias() { ^^^^^^^^^^^^^^^^^^ The method getSignJar_Alias() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[486] return (EAttribute)signJarEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[494] public EAttribute getSignJar_Keypass() { ^^^^^^^^^^^^^^^^^^^^ The method getSignJar_Keypass() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[495] return (EAttribute)signJarEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[503] public EAttribute getSignJar_Keystore() { ^^^^^^^^^^^^^^^^^^^^^ The method getSignJar_Keystore() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[504] return (EAttribute)signJarEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[512] public EAttribute getSignJar_Storepass() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSignJar_Storepass() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[513] return (EAttribute)signJarEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[521] public EAttribute getSignJar_Storetype() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSignJar_Storetype() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[522] return (EAttribute)signJarEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.signJarEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[530] public EEnum getPackagingFormat() { ^^^^^^^^^^^^^^^^^^^^ The method getPackagingFormat() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[531] return packagingFormatEEnum; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.packagingFormatEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[539] public AntTasksFactory getAntTasksFactory() { ^^^^^^^^^^^^^^^^^^^^ The method getAntTasksFactory() of type AntTasksPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[558] if (isCreated) return; ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.isCreated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[559] isCreated = true; ^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.isCreated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[562] antTaskEClass = createEClass(ANT_TASK); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[563] createEReference(antTaskEClass, ANT_TASK__DEPLOY); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[564] createEReference(antTaskEClass, ANT_TASK__JAR); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[565] createEReference(antTaskEClass, ANT_TASK__SIGNJAR); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[566] createEAttribute(antTaskEClass, ANT_TASK__BUILD_DIRECTORY); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[567] createEReference(antTaskEClass, ANT_TASK__MANIFEST_ENTRIES); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[568] createEAttribute(antTaskEClass, ANT_TASK__CSS_TO_BIN); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[569] createEReference(antTaskEClass, ANT_TASK__FILES); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[570] createEReference(antTaskEClass, ANT_TASK__FONTS); ^^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.antTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksPackageImpl.java:[572] deployEClass = createEClass(DEPLOY); ^^^^^^^^^^^^ Unqualified access to the field AntTasksPackageImpl.deployEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[145] public String getAndroidsdk() { ^^^^^^^^^^^^^^^ The method getAndroidsdk() of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[146] return androidsdk; ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[154] public void setAndroidsdk(String newAndroidsdk) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAndroidsdk(String) of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[155] String oldAndroidsdk = androidsdk; ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[156] androidsdk = newAndroidsdk; ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[158] eNotify(new ENotificationImpl(this, Notification.SET, AndroidPackage.ANDROID_EXPORT__ANDROIDSDK, oldAndroidsdk, androidsdk)); ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[166] public String getDalviksdk() { ^^^^^^^^^^^^^^ The method getDalviksdk() of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[167] return dalviksdk; ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[175] public void setDalviksdk(String newDalviksdk) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDalviksdk(String) of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[176] String oldDalviksdk = dalviksdk; ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[177] dalviksdk = newDalviksdk; ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[179] eNotify(new ENotificationImpl(this, Notification.SET, AndroidPackage.ANDROID_EXPORT__DALVIKSDK, oldDalviksdk, dalviksdk)); ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[187] public String getActivityLabel() { ^^^^^^^^^^^^^^^^^^ The method getActivityLabel() of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[188] return activityLabel; ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[196] public void setActivityLabel(String newActivityLabel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setActivityLabel(String) of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[197] String oldActivityLabel = activityLabel; ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[198] activityLabel = newActivityLabel; ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[200] eNotify(new ENotificationImpl(this, Notification.SET, AndroidPackage.ANDROID_EXPORT__ACTIVITY_LABEL, oldActivityLabel, activityLabel)); ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[208] public EList getPersmissionList() { ^^^^^^^^^^^^^^^^^^^^ The method getPersmissionList() of type AndroidExportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[209] if (persmissionList == null) { ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[210] persmissionList = new EDataTypeUniqueEList(Permission.class, this, AndroidPackage.ANDROID_EXPORT__PERSMISSION_LIST); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[212] return persmissionList; ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[294] return ANDROIDSDK_EDEFAULT == null ? androidsdk != null : !ANDROIDSDK_EDEFAULT.equals(androidsdk); ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[294] return ANDROIDSDK_EDEFAULT == null ? androidsdk != null : !ANDROIDSDK_EDEFAULT.equals(androidsdk); ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[296] return DALVIKSDK_EDEFAULT == null ? dalviksdk != null : !DALVIKSDK_EDEFAULT.equals(dalviksdk); ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[296] return DALVIKSDK_EDEFAULT == null ? dalviksdk != null : !DALVIKSDK_EDEFAULT.equals(dalviksdk); ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[298] return ACTIVITY_LABEL_EDEFAULT == null ? activityLabel != null : !ACTIVITY_LABEL_EDEFAULT.equals(activityLabel); ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[298] return ACTIVITY_LABEL_EDEFAULT == null ? activityLabel != null : !ACTIVITY_LABEL_EDEFAULT.equals(activityLabel); ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[300] return persmissionList != null && !persmissionList.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[300] return persmissionList != null && !persmissionList.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[315] result.append(" (androidsdk: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[316] result.append(androidsdk); ^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.androidsdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[317] result.append(", dalviksdk: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[318] result.append(dalviksdk); ^^^^^^^^^ Unqualified access to the field AndroidExportImpl.dalviksdk [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[319] result.append(", activityLabel: "); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[320] result.append(activityLabel); ^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.activityLabel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[321] result.append(", persmissionList: "); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidExportImpl.java:[322] result.append(persmissionList); ^^^^^^^^^^^^^^^ Unqualified access to the field AndroidExportImpl.persmissionList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[49] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[104] fFirstPage= mainPage; ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[105] fCurrProjectLocation= null; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[106] fCurrProject= null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[107] fKeepContent= false; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fKeepContent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[109] fDotProjectBackup= null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[110] fDotClasspathBackup= null; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[111] fIsAutobuild= null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[128] boolean isShownFirstTime= visible && fCurrProject == null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[134] if (getContainer().getCurrentPage() == fFirstPage) { // leaving back to the first page ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[146] private boolean hasExistingContent(URI realLocation) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hasExistingContent(URI) from the type NewJavaFXProjectWizardPageTwo can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[155] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type UpdateRunnable should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[157] if (fIsAutobuild == null) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[157] if (fIsAutobuild == null) { ^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageTwo.fIsAutobuild is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[158] fIsAutobuild= Boolean.valueOf(CoreUtility.setAutoBuilding(false)); ^^^^^^^^^^^^ Write access to enclosing field NewJavaFXProjectWizardPageTwo.fIsAutobuild is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[158] fIsAutobuild= Boolean.valueOf(CoreUtility.setAutoBuilding(false)); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[160] infoStatus= updateProject(monitor); ^^^^^^^^^^ Unqualified access to the field UpdateRunnable.infoStatus [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[160] infoStatus= updateProject(monitor); ^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method updateProject(IProgressMonitor) from the type NewJavaFXProjectWizardPageTwo is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[189] location= new URI(rootLocation.getScheme(), null, ^^^^^^^^ The parameter location should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[202] monitor= new NullProgressMonitor(); ^^^^^^^ The parameter monitor should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[210] String projectName= fFirstPage.getProjectName(); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[212] fCurrProject= ResourcesPlugin.getWorkspace().getRoot().getProject(projectName); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[213] fCurrProjectLocation= fFirstPage.getProjectLocationURI(); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[213] fCurrProjectLocation= fFirstPage.getProjectLocationURI(); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[215] URI realLocation= getRealLocation(projectName, fCurrProjectLocation); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[216] fKeepContent= hasExistingContent(realLocation); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fKeepContent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[222] if (fKeepContent) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fKeepContent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[232] createProject(fCurrProject, fCurrProjectLocation, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[232] createProject(fCurrProject, fCurrProjectLocation, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[232] createProject(fCurrProject, fCurrProjectLocation, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[232] createProject(fCurrProject, fCurrProjectLocation, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[238] if (fCurrProject.exists()) ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[239] fCurrProject.delete(true, null); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[241] createProject(fCurrProject, fCurrProjectLocation, null); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[241] createProject(fCurrProject, fCurrProjectLocation, null); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[251] initializeBuildPath(JavaCore.create(fCurrProject), new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[251] initializeBuildPath(JavaCore.create(fCurrProject), new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[251] initializeBuildPath(JavaCore.create(fCurrProject), new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[252] configureJavaProject(new SubProgressMonitor(monitor, 3)); // create the Java project to allow the use of the new source folder page ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[252] configureJavaProject(new SubProgressMonitor(monitor, 3)); // create the Java project to allow the use of the new source folder page ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[270] monitor= new NullProgressMonitor(); ^^^^^^^ The parameter monitor should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[279] if (fKeepContent) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fKeepContent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[281] final ClassPathDetector detector= new ClassPathDetector(fCurrProject, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[281] final ClassPathDetector detector= new ClassPathDetector(fCurrProject, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[281] final ClassPathDetector detector= new ClassPathDetector(fCurrProject, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[293] IClasspathEntry[] sourceClasspathEntries= fFirstPage.getSourceClasspathEntries(); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[298] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[298] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[303] cpEntries.addAll(Arrays.asList(fFirstPage.getDefaultClasspathEntries())); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[307] outputLocation= fFirstPage.getOutputLocation(); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[310] CoreUtility.createDerivedFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[310] CoreUtility.createDerivedFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[323] newIds[ids.length] = "org.eclipse.xtext.ui.shared.xtextNature"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[331] private void deleteProjectFile(URI projectLocation) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method deleteProjectFile(URI) from the type NewJavaFXProjectWizardPageTwo can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[342] fOrginalFolders= new HashSet(); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[349] if (info.isDirectory() && info.exists() && !fOrginalFolders.contains(child.getName())) { ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[350] fOrginalFolders.add(child); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[364] if (info.isDirectory() && info.exists() && !fOrginalFolders.contains(child)) { ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[366] fOrginalFolders.remove(child); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[370] for (Iterator iterator= fOrginalFolders.iterator(); iterator.hasNext();) { ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fOrginalFolders [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[380] fDotProjectBackup= null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[381] fDotClasspathBackup= null; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[387] fDotProjectBackup= createBackup(projectFile, "project-desc"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[391] fDotClasspathBackup= createBackup(classpathFile, "classpath-desc"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[397] int ticks= ((fDotProjectBackup != null ? 1 : 0) + (fDotClasspathBackup != null ? 1 : 0)) * 2; ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[397] int ticks= ((fDotProjectBackup != null ? 1 : 0) + (fDotClasspathBackup != null ? 1 : 0)) * 2; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[401] projectFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[401] projectFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[402] if (fDotProjectBackup != null) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[403] copyFile(fDotProjectBackup, projectFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotProjectBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[403] copyFile(fDotProjectBackup, projectFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[403] copyFile(fDotProjectBackup, projectFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[411] classpathFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[411] classpathFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[412] if (fDotClasspathBackup != null) { ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[413] copyFile(fDotClasspathBackup, classpathFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fDotClasspathBackup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[413] copyFile(fDotClasspathBackup, classpathFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[413] copyFile(fDotClasspathBackup, classpathFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[433] InputStream is= source.openInputStream(EFS.NONE, null); ^^ Potential resource leak: 'is' may not be closed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[434] FileOutputStream os= new FileOutputStream(target); ^^ Potential resource leak: 'os' may not be closed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[439] FileInputStream is= new FileInputStream(source); ^^ Potential resource leak: 'is' may not be closed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[440] OutputStream os= target.openOutputStream(EFS.NONE, monitor); ^^ Potential resource leak: 'os' may not be closed [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[444] private void copyFile(InputStream is, OutputStream os) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method copyFile(InputStream, OutputStream) from the type NewJavaFXProjectWizardPageTwo can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[473] if (fCurrProject == null) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[474] updateProject(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[474] updateProject(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[476] String newProjectCompliance= fKeepContent ? null : fFirstPage.getCompilerCompliance(); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fKeepContent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[476] String newProjectCompliance= fKeepContent ? null : fFirstPage.getCompilerCompliance(); ^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[477] configureJavaProject(newProjectCompliance, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[477] configureJavaProject(newProjectCompliance, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[481] fCurrProject= null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[482] if (fIsAutobuild != null) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[483] CoreUtility.setAutoBuilding(fIsAutobuild.booleanValue()); ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[484] fIsAutobuild= null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fIsAutobuild [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[500] return fCurrProject; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[508] if (!fCurrProject.exists()) { ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[509] fCurrProject= null; ^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[514] public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(IProgressMonitor) of type new IRunnableWithProgress(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[515] doRemoveProject(monitor); ^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method doRemoveProject(IProgressMonitor) from the type NewJavaFXProjectWizardPageTwo is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageTwo.java:[531] final boolean noProgressMonitor= (fCurrProjectLocation == null); // inside workspace ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageTwo.fCurrProjectLocation [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[41] public static AndroidFactory init() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[74] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[74] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[89] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[89] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[104] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[104] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[113] public AndroidExport createAndroidExport() { ^^^^^^^^^^^^^^^^^^^^^ The method createAndroidExport() of type AndroidFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[123] public Permission createPermissionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[123] public Permission createPermissionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPermissionFromString(EDataType, String) from the type AndroidFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[123] public Permission createPermissionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[123] public Permission createPermissionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[125] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[125] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[125] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[134] public String convertPermissionToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[134] public String convertPermissionToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertPermissionToString(EDataType, Object) from the type AndroidFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[134] public String convertPermissionToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[134] public String convertPermissionToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[143] public AndroidPackage getAndroidPackage() { ^^^^^^^^^^^^^^^^^^^ The method getAndroidPackage() of type AndroidFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/impl/AndroidFactoryImpl.java:[154] public static AndroidPackage getPackage() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[104] public String getKey() { ^^^^^^^^ The method getKey() of type KeyValuePairImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[105] return key; ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[113] public void setKey(String newKey) { ^^^^^^^^^^^^^^^^^^^^^ The method setKey(String) of type KeyValuePairImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[114] String oldKey = key; ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[115] key = newKey; ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.KEY_VALUE_PAIR__KEY, oldKey, key)); ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[125] public String getValue() { ^^^^^^^^^^ The method getValue() of type KeyValuePairImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[126] return value; ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[134] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type KeyValuePairImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[135] String oldValue = value; ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[136] value = newValue; ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.KEY_VALUE_PAIR__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[202] return KEY_EDEFAULT == null ? key != null : !KEY_EDEFAULT.equals(key); ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[202] return KEY_EDEFAULT == null ? key != null : !KEY_EDEFAULT.equals(key); ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[204] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[219] result.append(" (key: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[220] result.append(key); ^^^ Unqualified access to the field KeyValuePairImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[221] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/KeyValuePairImpl.java:[222] result.append(value); ^^^^^ Unqualified access to the field KeyValuePairImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/android/util/AndroidSwitch.java:[36] public class AndroidSwitch<@Nullable T> extends Switch { ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[182] public Deploy getDeploy() { ^^^^^^^^^^^ The method getDeploy() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[183] return deploy; ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[191] public NotificationChain basicSetDeploy(Deploy newDeploy, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[191] public NotificationChain basicSetDeploy(Deploy newDeploy, NotificationChain msgs) { ^^^^^^^^^ Javadoc: Missing tag for parameter newDeploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[191] public NotificationChain basicSetDeploy(Deploy newDeploy, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[192] Deploy oldDeploy = deploy; ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[193] deploy = newDeploy; ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[196] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[206] public void setDeploy(Deploy newDeploy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDeploy(Deploy) of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[207] if (newDeploy != deploy) { ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[209] if (deploy != null) ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[210] msgs = ((InternalEObject)deploy).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.ANT_TASK__DEPLOY, null, msgs); ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[225] public Jar getJar() { ^^^^^^^^ The method getJar() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[226] return jar; ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[234] public NotificationChain basicSetJar(Jar newJar, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[234] public NotificationChain basicSetJar(Jar newJar, NotificationChain msgs) { ^^^^^^ Javadoc: Missing tag for parameter newJar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[234] public NotificationChain basicSetJar(Jar newJar, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[235] Jar oldJar = jar; ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[236] jar = newJar; ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[239] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[249] public void setJar(Jar newJar) { ^^^^^^^^^^^^^^^^^^ The method setJar(Jar) of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[250] if (newJar != jar) { ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[252] if (jar != null) ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[253] msgs = ((InternalEObject)jar).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.ANT_TASK__JAR, null, msgs); ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[268] public SignJar getSignjar() { ^^^^^^^^^^^^ The method getSignjar() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[269] return signjar; ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[277] public NotificationChain basicSetSignjar(SignJar newSignjar, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[277] public NotificationChain basicSetSignjar(SignJar newSignjar, NotificationChain msgs) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newSignjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[277] public NotificationChain basicSetSignjar(SignJar newSignjar, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[278] SignJar oldSignjar = signjar; ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[279] signjar = newSignjar; ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[282] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[292] public void setSignjar(SignJar newSignjar) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSignjar(SignJar) of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[293] if (newSignjar != signjar) { ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[295] if (signjar != null) ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[296] msgs = ((InternalEObject)signjar).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - AntTasksPackage.ANT_TASK__SIGNJAR, null, msgs); ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[311] public String getBuildDirectory() { ^^^^^^^^^^^^^^^^^^^ The method getBuildDirectory() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[312] return buildDirectory; ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[320] public void setBuildDirectory(String newBuildDirectory) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBuildDirectory(String) of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[321] String oldBuildDirectory = buildDirectory; ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[322] buildDirectory = newBuildDirectory; ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[324] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.ANT_TASK__BUILD_DIRECTORY, oldBuildDirectory, buildDirectory)); ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[332] public EList getManifestEntries() { ^^^^^^^^^^^^^^^^^^^^ The method getManifestEntries() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[333] if (manifestEntries == null) { ^^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.manifestEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[334] manifestEntries = new EObjectContainmentEList(Param.class, this, AntTasksPackage.ANT_TASK__MANIFEST_ENTRIES); ^^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.manifestEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[336] return manifestEntries; ^^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.manifestEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[344] public boolean isCssToBin() { ^^^^^^^^^^^^ The method isCssToBin() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[345] return cssToBin; ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[353] public void setCssToBin(boolean newCssToBin) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCssToBin(boolean) of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[354] boolean oldCssToBin = cssToBin; ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[355] cssToBin = newCssToBin; ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[357] eNotify(new ENotificationImpl(this, Notification.SET, AntTasksPackage.ANT_TASK__CSS_TO_BIN, oldCssToBin, cssToBin)); ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[365] public EList getFiles() { ^^^^^^^^^^ The method getFiles() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[366] if (files == null) { ^^^^^ Unqualified access to the field AntTaskImpl.files [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[367] files = new EObjectContainmentEList(KeyValuePair.class, this, AntTasksPackage.ANT_TASK__FILES); ^^^^^ Unqualified access to the field AntTaskImpl.files [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[369] return files; ^^^^^ Unqualified access to the field AntTaskImpl.files [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[377] public EList getFonts() { ^^^^^^^^^^ The method getFonts() of type AntTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[378] if (fonts == null) { ^^^^^ Unqualified access to the field AntTaskImpl.fonts [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[379] fonts = new EObjectContainmentEList(KeyValuePair.class, this, AntTasksPackage.ANT_TASK__FONTS); ^^^^^ Unqualified access to the field AntTaskImpl.fonts [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[381] return fonts; ^^^^^ Unqualified access to the field AntTaskImpl.fonts [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[427] return isCssToBin(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[462] setCssToBin((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[521] return deploy != null; ^^^^^^ Unqualified access to the field AntTaskImpl.deploy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[523] return jar != null; ^^^ Unqualified access to the field AntTaskImpl.jar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[525] return signjar != null; ^^^^^^^ Unqualified access to the field AntTaskImpl.signjar [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[527] return BUILD_DIRECTORY_EDEFAULT == null ? buildDirectory != null : !BUILD_DIRECTORY_EDEFAULT.equals(buildDirectory); ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[527] return BUILD_DIRECTORY_EDEFAULT == null ? buildDirectory != null : !BUILD_DIRECTORY_EDEFAULT.equals(buildDirectory); ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[529] return manifestEntries != null && !manifestEntries.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.manifestEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[529] return manifestEntries != null && !manifestEntries.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.manifestEntries [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[531] return cssToBin != CSS_TO_BIN_EDEFAULT; ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[533] return files != null && !files.isEmpty(); ^^^^^ Unqualified access to the field AntTaskImpl.files [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[533] return files != null && !files.isEmpty(); ^^^^^ Unqualified access to the field AntTaskImpl.files [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[535] return fonts != null && !fonts.isEmpty(); ^^^^^ Unqualified access to the field AntTaskImpl.fonts [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[535] return fonts != null && !fonts.isEmpty(); ^^^^^ Unqualified access to the field AntTaskImpl.fonts [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[550] result.append(" (buildDirectory: "); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[551] result.append(buildDirectory); ^^^^^^^^^^^^^^ Unqualified access to the field AntTaskImpl.buildDirectory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[552] result.append(", cssToBin: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTaskImpl.java:[553] result.append(cssToBin); ^^^^^^^^ Unqualified access to the field AntTaskImpl.cssToBin [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/RunBuildHandler.java:[22] public class RunBuildHandler extends AbstractBuildHandler { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/RunBuildHandler.java:[25] if( "org.eclipse.fx.ide.jdt.ui.fxbuild".equals(context.getVariable(ISources.ACTIVE_EDITOR_ID_NAME)) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[41] FX(0, "fx", "fx"), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[41] FX(0, "fx", "fx"), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[51] SWING(1, "swing", "swing"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[51] SWING(1, "swing", "swing"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[109] public static ApplicationToolkitType get(String literal) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[109] public static ApplicationToolkitType get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[125] public static ApplicationToolkitType getByName(String name) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[125] public static ApplicationToolkitType getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[141] public static ApplicationToolkitType get(int value) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[141] public static ApplicationToolkitType get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[187] public int getValue() { ^^^^^^^^^^ The method getValue() of type ApplicationToolkitType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[188] return value; ^^^^^ Unqualified access to the field ApplicationToolkitType.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[196] public String getName() { ^^^^^^^^^ The method getName() of type ApplicationToolkitType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[197] return name; ^^^^ Unqualified access to the field ApplicationToolkitType.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[205] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type ApplicationToolkitType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[206] return literal; ^^^^^^^ Unqualified access to the field ApplicationToolkitType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ApplicationToolkitType.java:[217] return literal; ^^^^^^^ Unqualified access to the field ApplicationToolkitType.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[101] public String getRefid() { ^^^^^^^^^^ The method getRefid() of type CallbackImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[102] return refid; ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[110] public void setRefid(String newRefid) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRefid(String) of type CallbackImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[111] String oldRefid = refid; ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[112] refid = newRefid; ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[114] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.CALLBACK__REFID, oldRefid, refid)); ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[122] public EList getCallbacks() { ^^^^^^^^^^^^^^ The method getCallbacks() of type CallbackImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[123] if (callbacks == null) { ^^^^^^^^^ Unqualified access to the field CallbackImpl.callbacks [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[124] callbacks = new EObjectContainmentEList(Callback.class, this, ParametersPackage.CALLBACK__CALLBACKS); ^^^^^^^^^ Unqualified access to the field CallbackImpl.callbacks [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[126] return callbacks; ^^^^^^^^^ Unqualified access to the field CallbackImpl.callbacks [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[206] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[206] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[208] return callbacks != null && !callbacks.isEmpty(); ^^^^^^^^^ Unqualified access to the field CallbackImpl.callbacks [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[208] return callbacks != null && !callbacks.isEmpty(); ^^^^^^^^^ Unqualified access to the field CallbackImpl.callbacks [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[223] result.append(" (refid: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/CallbackImpl.java:[224] result.append(refid); ^^^^^ Unqualified access to the field CallbackImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[105] public String getHref() { ^^^^^^^^^ The method getHref() of type SplashImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[106] return href; ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[114] public void setHref(String newHref) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setHref(String) of type SplashImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[115] String oldHref = href; ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[116] href = newHref; ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[118] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.SPLASH__HREF, oldHref, href)); ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[126] public SplashMode getMode() { ^^^^^^^^^ The method getMode() of type SplashImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[127] return mode; ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[135] public void setMode(SplashMode newMode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMode(SplashMode) of type SplashImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[136] SplashMode oldMode = mode; ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[137] mode = newMode == null ? MODE_EDEFAULT : newMode; ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[139] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.SPLASH__MODE, oldMode, mode)); ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[203] return HREF_EDEFAULT == null ? href != null : !HREF_EDEFAULT.equals(href); ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[203] return HREF_EDEFAULT == null ? href != null : !HREF_EDEFAULT.equals(href); ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[205] return mode != MODE_EDEFAULT; ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[220] result.append(" (href: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[221] result.append(href); ^^^^ Unqualified access to the field SplashImpl.href [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[222] result.append(", mode: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/SplashImpl.java:[223] result.append(mode); ^^^^ Unqualified access to the field SplashImpl.mode [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[34] public class MobileClasspathContainerPage extends NewElementWizardPage implements IClasspathContainerPage, IClasspathContainerPageExtension { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[37] public MobileClasspathContainerPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[40] setTitle("Mobile SDK Library"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[41] setDescription("Mobile SDK Library Selection"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[44] fContainerEntryResult = JavaCore.newContainerEntry(JavaFXCore.MOBILE_CONTAINER_PATH); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field MobileClasspathContainerPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[57] public static IJavaProject getPlaceholderProject() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[74] JavaCore.setClasspathContainer(fContainerEntryResult.getPath(), javaProjects, containers, null); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field MobileClasspathContainerPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[76] ExceptionHandler.handle(e, getShell(), "Mobile Container Error", "Error configuring Mobile Classpath Container"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[76] ExceptionHandler.handle(e, getShell(), "Mobile Container Error", "Error configuring Mobile Classpath Container"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[84] return fContainerEntryResult; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field MobileClasspathContainerPage.fContainerEntryResult [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[89] public void setSelection(IClasspathEntry containerEntry) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/buildpath/MobileClasspathContainerPage.java:[93] public void initialize(IJavaProject project, IClasspathEntry[] currentEntries) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[46] public class JavaFXLibraryProjectWizard extends NewElementWizard implements IExecutableExtension { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[53] public JavaFXLibraryProjectWizard() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[57] public JavaFXLibraryProjectWizard(NewJavaProjectWizardPageOne pageOne, NewJavaFXProjectWizardPageTwo pageTwo) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[62] fFirstPage= pageOne; ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[63] fSecondPage= pageTwo; ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[71] if (fFirstPage == null) ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[72] fFirstPage= new NewJavaProjectWizardPageOne(); ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[73] addPage(fFirstPage); ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[75] if (fSecondPage == null) ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[76] fSecondPage= new NewJavaFXProjectWizardPageTwo(fFirstPage); ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[76] fSecondPage= new NewJavaFXProjectWizardPageTwo(fFirstPage); ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[77] addPage(fSecondPage); ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[79] fFirstPage.init(getSelection(), getActivePart()); ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[87] fSecondPage.performFinish(monitor); // use the full progress monitor ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[111] IWorkingSet[] workingSets= fFirstPage.getWorkingSets(); ^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fFirstPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[116] BasicNewProjectResourceWizard.updatePerspective(fConfigElement); ^^^^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fConfigElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[117] selectAndReveal(fSecondPage.getJavaProject().getProject()); ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[120] public void run() { ^^^^^ The method run() of type new Runnable(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[121] IWorkbenchPart activePart= getActivePart(); ^^^^^^^^^^^^^^^ Access to enclosing method getActivePart() from the type JavaFXLibraryProjectWizard is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[154] public void setInitializationData(IConfigurationElement cfig, String propertyName, Object data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setInitializationData(IConfigurationElement, String, Object) of type JavaFXLibraryProjectWizard should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[155] fConfigElement= cfig; ^^^^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fConfigElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[163] fSecondPage.performCancel(); ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/JavaFXLibraryProjectWizard.java:[172] return fSecondPage.getJavaProject(); ^^^^^^^^^^^ Unqualified access to the field JavaFXLibraryProjectWizard.fSecondPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[53] deletedElement = (IFile) element; ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[68] return "e(fx)clipse JFXDeleteParticipant"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[91] (deletedElement.getProject()).findMember( deletedElement.getProjectRelativePath() ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[91] (deletedElement.getProject()).findMember( deletedElement.getProjectRelativePath() ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[93] if ( deletedElement != null ) { ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[94] IResource[] roots = deletedElement.getWorkspace().getRoot().getProjects(); ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[98] String oldType = RefactoringUtil.buildFullyQualifiedName( deletedElement ); ^^^^^^^^^^^^^^ Unqualified access to the field JFXDeleteParticipant.deletedElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/refactoring/JFXDeleteParticipant.java:[116] ReplaceEdit edit = new ReplaceEdit( matchAccess.getMatchOffset(), matchAccess.getMatchLength(), "" ); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/util/ParametersSwitch.java:[37] public class ParametersSwitch<@Nullable T> extends Switch { ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/clazz/NewHtmlTemplateWizard.java:[66] protected int getShellStyle() { ^^^^^^^^^^^^^^^ The method getShellStyle() of type new MessageDialog(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/AntTasksPackage.java:[45] String eNAME = "anttasks"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/AntTasksPackage.java:[53] String eNS_URI = "http://org.eclipse.fx.ide.jdt/1.0"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/AntTasksPackage.java:[61] String eNS_PREFIX = "anttasks"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/SetupDirectory.java:[17] public class SetupDirectory { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/SetupDirectory.java:[18] public File originalPath; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/SetupDirectory.java:[19] public File relativePath; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/handler/SetupDirectory.java:[21] public SetupDirectory(File originalPath, File relativePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[23] import org.eclipse.fx.ide.jdt.ui.internal.editors.model.anttasks.parameters.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.jdt.ui.internal.editors.model.anttasks.parameters is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[61] public static ParametersFactory init() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[109] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[109] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[130] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[130] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[151] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[151] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[160] public FileSet createFileSet() { ^^^^^^^^^^^^^^^ The method createFileSet() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[170] public Platform createPlatform() { ^^^^^^^^^^^^^^^^ The method createPlatform() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[180] public JVmArg createJVmArg() { ^^^^^^^^^^^^^^ The method createJVmArg() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[190] public Property createProperty() { ^^^^^^^^^^^^^^^^ The method createProperty() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[200] public Preferences createPreferences() { ^^^^^^^^^^^^^^^^^^^ The method createPreferences() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[210] public Application createApplication() { ^^^^^^^^^^^^^^^^^^^ The method createApplication() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[220] public Argument createArgument() { ^^^^^^^^^^^^^^^^ The method createArgument() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[230] public HtmlParam createHtmlParam() { ^^^^^^^^^^^^^^^^^ The method createHtmlParam() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[240] public Param createParam() { ^^^^^^^^^^^^^ The method createParam() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[250] public Permissions createPermissions() { ^^^^^^^^^^^^^^^^^^^ The method createPermissions() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[260] public Template createTemplate() { ^^^^^^^^^^^^^^^^ The method createTemplate() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[270] public Callback createCallback() { ^^^^^^^^^^^^^^^^ The method createCallback() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[280] public Info createInfo() { ^^^^^^^^^^^^ The method createInfo() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[290] public Icon createIcon() { ^^^^^^^^^^^^ The method createIcon() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[300] public Splash createSplash() { ^^^^^^^^^^^^^^ The method createSplash() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[310] public KeyValuePair createKeyValuePair() { ^^^^^^^^^^^^^^^^^^^^ The method createKeyValuePair() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[320] public FileSetType createFileSetTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[320] public FileSetType createFileSetTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFileSetTypeFromString(EDataType, String) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[320] public FileSetType createFileSetTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[320] public FileSetType createFileSetTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[322] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[322] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[322] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[331] public String convertFileSetTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[331] public String convertFileSetTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertFileSetTypeToString(EDataType, Object) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[331] public String convertFileSetTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[331] public String convertFileSetTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[340] public IconType createIconTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[340] public IconType createIconTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createIconTypeFromString(EDataType, String) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[340] public IconType createIconTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[340] public IconType createIconTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[342] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[342] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[342] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[351] public String convertIconTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[351] public String convertIconTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertIconTypeToString(EDataType, Object) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[351] public String convertIconTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[351] public String convertIconTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[360] public SplashMode createSplashModeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[360] public SplashMode createSplashModeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSplashModeFromString(EDataType, String) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[360] public SplashMode createSplashModeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[360] public SplashMode createSplashModeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[362] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[362] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[362] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[371] public String convertSplashModeToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[371] public String convertSplashModeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertSplashModeToString(EDataType, Object) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[371] public String convertSplashModeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[371] public String convertSplashModeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[380] public ApplicationToolkitType createApplicationToolkitTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[380] public ApplicationToolkitType createApplicationToolkitTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createApplicationToolkitTypeFromString(EDataType, String) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[380] public ApplicationToolkitType createApplicationToolkitTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[380] public ApplicationToolkitType createApplicationToolkitTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[382] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[382] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[382] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[391] public String convertApplicationToolkitTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[391] public String convertApplicationToolkitTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertApplicationToolkitTypeToString(EDataType, Object) from the type ParametersFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[391] public String convertApplicationToolkitTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[391] public String convertApplicationToolkitTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[400] public ParametersPackage getParametersPackage() { ^^^^^^^^^^^^^^^^^^^^^^ The method getParametersPackage() of type ParametersFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersFactoryImpl.java:[411] public static ParametersPackage getPackage() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[41] ANY(0, "any", "any"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[41] ANY(0, "any", "any"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[51] WEBSTART(0, "webstart", "webstart"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[51] WEBSTART(0, "webstart", "webstart"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[109] public static SplashMode get(String literal) { ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[109] public static SplashMode get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[125] public static SplashMode getByName(String name) { ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[125] public static SplashMode getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[141] public static SplashMode get(int value) { ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[141] public static SplashMode get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[186] public int getValue() { ^^^^^^^^^^ The method getValue() of type SplashMode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[187] return value; ^^^^^ Unqualified access to the field SplashMode.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[195] public String getName() { ^^^^^^^^^ The method getName() of type SplashMode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[196] return name; ^^^^ Unqualified access to the field SplashMode.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[204] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type SplashMode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[205] return literal; ^^^^^^^ Unqualified access to the field SplashMode.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/SplashMode.java:[216] return literal; ^^^^^^^ Unqualified access to the field SplashMode.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[104] public String getFile() { ^^^^^^^^^ The method getFile() of type TemplateImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[105] return file; ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[113] public void setFile(String newFile) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setFile(String) of type TemplateImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[114] String oldFile = file; ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[115] file = newFile; ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.TEMPLATE__FILE, oldFile, file)); ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[125] public String getToFile() { ^^^^^^^^^^^ The method getToFile() of type TemplateImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[126] return toFile; ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[134] public void setToFile(String newToFile) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setToFile(String) of type TemplateImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[135] String oldToFile = toFile; ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[136] toFile = newToFile; ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.TEMPLATE__TO_FILE, oldToFile, toFile)); ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[202] return FILE_EDEFAULT == null ? file != null : !FILE_EDEFAULT.equals(file); ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[202] return FILE_EDEFAULT == null ? file != null : !FILE_EDEFAULT.equals(file); ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[204] return TO_FILE_EDEFAULT == null ? toFile != null : !TO_FILE_EDEFAULT.equals(toFile); ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[204] return TO_FILE_EDEFAULT == null ? toFile != null : !TO_FILE_EDEFAULT.equals(toFile); ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[219] result.append(" (file: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[220] result.append(file); ^^^^ Unqualified access to the field TemplateImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[221] result.append(", toFile: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/TemplateImpl.java:[222] result.append(toFile); ^^^^^^ Unqualified access to the field TemplateImpl.toFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[125] public boolean isEscape() { ^^^^^^^^^^ The method isEscape() of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[126] return escape; ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[134] public void setEscape(boolean newEscape) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEscape(boolean) of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[135] boolean oldEscape = escape; ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[136] escape = newEscape; ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.HTML_PARAM__ESCAPE, oldEscape, escape)); ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[146] public String getName() { ^^^^^^^^^ The method getName() of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[147] return name; ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[155] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[156] String oldName = name; ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[157] name = newName; ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[159] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.HTML_PARAM__NAME, oldName, name)); ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[167] public String getValue() { ^^^^^^^^^^ The method getValue() of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[168] return value; ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[176] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type HtmlParamImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[177] String oldValue = value; ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[178] value = newValue; ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[180] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.HTML_PARAM__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[192] return isEscape(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[210] setEscape((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[252] return escape != ESCAPE_EDEFAULT; ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[254] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[254] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[256] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[256] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[271] result.append(" (escape: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[272] result.append(escape); ^^^^^^ Unqualified access to the field HtmlParamImpl.escape [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[273] result.append(", name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[274] result.append(name); ^^^^ Unqualified access to the field HtmlParamImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[275] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/HtmlParamImpl.java:[276] result.append(value); ^^^^^ Unqualified access to the field HtmlParamImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[113] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field AntTasksAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[127] public Adapter createAntTaskAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createAntTaskAdapter() from the type AntTasksAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[141] public Adapter createDeployAdapter() { ^^^^^^^^^^^^^^^^^^^^^ The method createDeployAdapter() from the type AntTasksAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[155] public Adapter createJarAdapter() { ^^^^^^^^^^^^^^^^^^ The method createJarAdapter() from the type AntTasksAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[169] public Adapter createSignJarAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createSignJarAdapter() from the type AntTasksAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksAdapterFactory.java:[181] public Adapter createEObjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type AntTasksAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[80] protected static final String JAVAFX_EDEFAULT = "2.1"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[156] public String getRefid() { ^^^^^^^^^^ The method getRefid() of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[157] return refid; ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[165] public void setRefid(String newRefid) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRefid(String) of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[166] String oldRefid = refid; ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[167] refid = newRefid; ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[169] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PLATFORM__REFID, oldRefid, refid)); ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[177] public String getJavafx() { ^^^^^^^^^^^ The method getJavafx() of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[178] return javafx; ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[186] public void setJavafx(String newJavafx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setJavafx(String) of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[187] String oldJavafx = javafx; ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[188] javafx = newJavafx; ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[190] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PLATFORM__JAVAFX, oldJavafx, javafx)); ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[198] public String getJ2se() { ^^^^^^^^^ The method getJ2se() of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[199] return j2se; ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[207] public void setJ2se(String newJ2se) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setJ2se(String) of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[208] String oldJ2se = j2se; ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[209] j2se = newJ2se; ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[211] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PLATFORM__J2SE, oldJ2se, j2se)); ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[219] public EList getJVmArgs() { ^^^^^^^^^^^^ The method getJVmArgs() of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[220] if (jVmArgs == null) { ^^^^^^^ Unqualified access to the field PlatformImpl.jVmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[221] jVmArgs = new EObjectContainmentEList(JVmArg.class, this, ParametersPackage.PLATFORM__JVM_ARGS); ^^^^^^^ Unqualified access to the field PlatformImpl.jVmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[223] return jVmArgs; ^^^^^^^ Unqualified access to the field PlatformImpl.jVmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[231] public EList getProperties() { ^^^^^^^^^^^^^^^ The method getProperties() of type PlatformImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[232] if (properties == null) { ^^^^^^^^^^ Unqualified access to the field PlatformImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[233] properties = new EObjectContainmentEList(Property.class, this, ParametersPackage.PLATFORM__PROPERTIES); ^^^^^^^^^^ Unqualified access to the field PlatformImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[235] return properties; ^^^^^^^^^^ Unqualified access to the field PlatformImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[342] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[342] return REFID_EDEFAULT == null ? refid != null : !REFID_EDEFAULT.equals(refid); ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[344] return JAVAFX_EDEFAULT == null ? javafx != null : !JAVAFX_EDEFAULT.equals(javafx); ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[344] return JAVAFX_EDEFAULT == null ? javafx != null : !JAVAFX_EDEFAULT.equals(javafx); ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[346] return J2SE_EDEFAULT == null ? j2se != null : !J2SE_EDEFAULT.equals(j2se); ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[346] return J2SE_EDEFAULT == null ? j2se != null : !J2SE_EDEFAULT.equals(j2se); ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[348] return jVmArgs != null && !jVmArgs.isEmpty(); ^^^^^^^ Unqualified access to the field PlatformImpl.jVmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[348] return jVmArgs != null && !jVmArgs.isEmpty(); ^^^^^^^ Unqualified access to the field PlatformImpl.jVmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[350] return properties != null && !properties.isEmpty(); ^^^^^^^^^^ Unqualified access to the field PlatformImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[350] return properties != null && !properties.isEmpty(); ^^^^^^^^^^ Unqualified access to the field PlatformImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[365] result.append(" (refid: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[366] result.append(refid); ^^^^^ Unqualified access to the field PlatformImpl.refid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[367] result.append(", javafx: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[368] result.append(javafx); ^^^^^^ Unqualified access to the field PlatformImpl.javafx [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[369] result.append(", j2se: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PlatformImpl.java:[370] result.append(j2se); ^^^^ Unqualified access to the field PlatformImpl.j2se [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ParametersPackage.java:[45] String eNAME = "parameters"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ParametersPackage.java:[53] String eNS_URI = "http://org.eclipse.fx.ide.jdt/parameters/1.0"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/ParametersPackage.java:[61] String eNS_PREFIX = "parameters"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[104] public boolean isCachecertificates() { ^^^^^^^^^^^^^^^^^^^^^ The method isCachecertificates() of type PermissionsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[105] return cachecertificates; ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[113] public void setCachecertificates(boolean newCachecertificates) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCachecertificates(boolean) of type PermissionsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[114] boolean oldCachecertificates = cachecertificates; ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[115] cachecertificates = newCachecertificates; ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PERMISSIONS__CACHECERTIFICATES, oldCachecertificates, cachecertificates)); ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[125] public boolean isElevated() { ^^^^^^^^^^^^ The method isElevated() of type PermissionsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[126] return elevated; ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[134] public void setElevated(boolean newElevated) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setElevated(boolean) of type PermissionsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[135] boolean oldElevated = elevated; ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[136] elevated = newElevated; ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[138] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.PERMISSIONS__ELEVATED, oldElevated, elevated)); ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[150] return isCachecertificates(); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[152] return isElevated(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[166] setCachecertificates((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[169] setElevated((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[202] return cachecertificates != CACHECERTIFICATES_EDEFAULT; ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[204] return elevated != ELEVATED_EDEFAULT; ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[219] result.append(" (cachecertificates: "); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[220] result.append(cachecertificates); ^^^^^^^^^^^^^^^^^ Unqualified access to the field PermissionsImpl.cachecertificates [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[221] result.append(", elevated: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/PermissionsImpl.java:[222] result.append(elevated); ^^^^^^^^ Unqualified access to the field PermissionsImpl.elevated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[23] import org.eclipse.fx.ide.jdt.ui.internal.editors.model.anttasks.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.jdt.ui.internal.editors.model.anttasks is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[46] public static AntTasksFactory init() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[82] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[82] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[97] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[97] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[112] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[112] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[121] public AntTask createAntTask() { ^^^^^^^^^^^^^^^ The method createAntTask() of type AntTasksFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[131] public Deploy createDeploy() { ^^^^^^^^^^^^^^ The method createDeploy() of type AntTasksFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[141] public Jar createJar() { ^^^^^^^^^^^ The method createJar() of type AntTasksFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[151] public SignJar createSignJar() { ^^^^^^^^^^^^^^^ The method createSignJar() of type AntTasksFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[161] public PackagingFormat createPackagingFormatFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[161] public PackagingFormat createPackagingFormatFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPackagingFormatFromString(EDataType, String) from the type AntTasksFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[161] public PackagingFormat createPackagingFormatFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[161] public PackagingFormat createPackagingFormatFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[163] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[163] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[163] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[172] public String convertPackagingFormatToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[172] public String convertPackagingFormatToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertPackagingFormatToString(EDataType, Object) from the type AntTasksFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[172] public String convertPackagingFormatToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[172] public String convertPackagingFormatToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[181] public AntTasksPackage getAntTasksPackage() { ^^^^^^^^^^^^^^^^^^^^ The method getAntTasksPackage() of type AntTasksFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/impl/AntTasksFactoryImpl.java:[192] public static AntTasksPackage getPackage() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[24] import org.eclipse.swt.widgets.Button; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Button is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[31] public class NewJavaFXProjectWizardPageThree extends WizardPage { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[32] private static final String FXML_PAGE = "fxmlPage"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[42] public static final String MOBILE = "Mobile"; ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[42] public static final String MOBILE = "Mobile"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[43] public static final String DESKTOP = "Desktop"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[43] public static final String DESKTOP = "Desktop"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[51] if( projectData.packageName.trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[52] setErrorMessage("Package name must not be empty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[57] if( ! projectData.declarativeUiType.equals("None") ) { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[57] if( ! projectData.declarativeUiType.equals("None") ) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[58] if( projectData.declarativeUiName.trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[59] setErrorMessage("Declarative UI File Name must not be empty"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[74] l.setText("Application type"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[76] mainApplication = new Combo(container, SWT.READ_ONLY); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.mainApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[77] mainApplication.setItems(new String[]{DESKTOP,MOBILE}); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.mainApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[78] mainApplication.select(0); ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.mainApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[79] mainApplication.addSelectionListener(new SelectionAdapter() { ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.mainApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.projectData is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.mainApplication is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.mainApplication [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[82] projectData.mainApp = mainApplication.getSelectionIndex() == 0 ? "Desktop" : "Mobile"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[83] validate(); ^^^^^^^^^^ Access to enclosing method validate() from the type NewJavaFXProjectWizardPageThree is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[90] l.setText( "Package Name" ); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[92] packageName = new Text(container,SWT.BORDER); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.packageName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[93] packageName.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.packageName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[94] packageName.setText(projectData.packageName); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.packageName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[94] packageName.setText(projectData.packageName); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[95] packageName.addModifyListener(new ModifyListener() { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.packageName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[99] projectData.packageName = packageName.getText(); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[99] projectData.packageName = packageName.getText(); ^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.projectData is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[99] projectData.packageName = packageName.getText(); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.packageName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[99] projectData.packageName = packageName.getText(); ^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.packageName is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[100] validate(); ^^^^^^^^^^ Access to enclosing method validate() from the type NewJavaFXProjectWizardPageThree is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[105] g = new Group(container, SWT.NONE); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[106] g.setText("Declarative UI"); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[106] g.setText("Declarative UI"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[107] g.setLayout(new GridLayout(2, false)); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[108] g.setLayoutData(new GridData(GridData.FILL,GridData.CENTER,true,false,2,1)); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[111] Label l = new Label( g, SWT.NONE ); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[112] l.setText( "Language" ); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[114] declarativeUiType = new Combo( g, SWT.READ_ONLY ); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[114] declarativeUiType = new Combo( g, SWT.READ_ONLY ); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[115] declarativeUiType.setItems( new String[] { "None","FxGraph","FXML" } ); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[115] declarativeUiType.setItems( new String[] { "None","FxGraph","FXML" } ); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[115] declarativeUiType.setItems( new String[] { "None","FxGraph","FXML" } ); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[115] declarativeUiType.setItems( new String[] { "None","FxGraph","FXML" } ); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[118] for( String s : declarativeUiType.getItems() ) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[119] if( s.equals(projectData.declarativeUiType) ) { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[120] declarativeUiType.select(i); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[126] declarativeUiType.addSelectionListener(new SelectionAdapter() { ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[129] int idx = declarativeUiType.getSelectionIndex(); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[129] int idx = declarativeUiType.getSelectionIndex(); ^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[130] declarativeUiRootType.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiRootType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[130] declarativeUiRootType.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[131] declarativeUiFilename.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiFilename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[131] declarativeUiFilename.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiFilename is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[132] declarativeUiControllerName.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiControllerName is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[132] declarativeUiControllerName.setEnabled(idx > 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiControllerName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.projectData is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[133] projectData.declarativeUiType = declarativeUiType.getItem(declarativeUiType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[134] validate(); ^^^^^^^^^^ Access to enclosing method validate() from the type NewJavaFXProjectWizardPageThree is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[140] Label l = new Label( g, SWT.NONE ); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[141] l.setText( "Root-Type" ); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[143] declarativeUiRootType = new Combo(g, SWT.READ_ONLY); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[143] declarativeUiRootType = new Combo(g, SWT.READ_ONLY); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[144] declarativeUiRootType.setItems(new String[] { ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[145] "javafx.scene.layout.AnchorPane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[146] "javafx.scene.layout.BorderPane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[147] "javafx.scene.layout.FlowPane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[148] "javafx.scene.layout.GridPane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[149] "javafx.scene.layout.HBox", ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[150] "javafx.scene.layout.Region", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[151] "javafx.scene.layout.StackPane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[152] "javafx.scene.layout.TilePane", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[153] "javafx.scene.layout.VBox", ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[154] "org.eclipse.fx.ui.mobile.Deck" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[156] declarativeUiRootType.setEnabled(false); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[159] for( String s : declarativeUiRootType.getItems() ) { ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[160] if( s.equals(projectData.declarativeUiRootType) ) { ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[161] declarativeUiRootType.select(i); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[167] declarativeUiRootType.addSelectionListener(new SelectionAdapter() { ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.projectData is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.projectData [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiRootType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field NewJavaFXProjectWizardPageThree.declarativeUiRootType is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[170] projectData.declarativeUiRootType = declarativeUiRootType.getItem(declarativeUiRootType.getSelectionIndex()); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiRootType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[171] validate(); ^^^^^^^^^^ Access to enclosing method validate() from the type NewJavaFXProjectWizardPageThree is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[177] Label l = new Label( g, SWT.NONE ); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[178] l.setText( "File Name" ); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[180] declarativeUiFilename = new Text(g,SWT.BORDER); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiFilename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[180] declarativeUiFilename = new Text(g,SWT.BORDER); ^ Unqualified access to the field NewJavaFXProjectWizardPageThree.g [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/wizard/NewJavaFXProjectWizardPageThree.java:[181] declarativeUiFilename.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NewJavaFXProjectWizardPageThree.declarativeUiFilename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[156] public String getDescription() { ^^^^^^^^^^^^^^^^ The method getDescription() of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[157] return description; ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[165] public void setDescription(String newDescription) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDescription(String) of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[166] String oldDescription = description; ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[167] description = newDescription; ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[169] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.INFO__DESCRIPTION, oldDescription, description)); ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[177] public String getTitle() { ^^^^^^^^^^ The method getTitle() of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[178] return title; ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[186] public void setTitle(String newTitle) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setTitle(String) of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[187] String oldTitle = title; ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[188] title = newTitle; ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[190] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.INFO__TITLE, oldTitle, title)); ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[198] public String getVendor() { ^^^^^^^^^^^ The method getVendor() of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[199] return vendor; ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[207] public void setVendor(String newVendor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVendor(String) of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[208] String oldVendor = vendor; ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[209] vendor = newVendor; ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[211] eNotify(new ENotificationImpl(this, Notification.SET, ParametersPackage.INFO__VENDOR, oldVendor, vendor)); ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[219] public EList getIcon() { ^^^^^^^^^ The method getIcon() of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[220] if (icon == null) { ^^^^ Unqualified access to the field InfoImpl.icon [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[221] icon = new EObjectContainmentEList(Icon.class, this, ParametersPackage.INFO__ICON); ^^^^ Unqualified access to the field InfoImpl.icon [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[223] return icon; ^^^^ Unqualified access to the field InfoImpl.icon [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[231] public EList getSplash() { ^^^^^^^^^^^ The method getSplash() of type InfoImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[232] if (splash == null) { ^^^^^^ Unqualified access to the field InfoImpl.splash [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[233] splash = new EObjectContainmentEList(Splash.class, this, ParametersPackage.INFO__SPLASH); ^^^^^^ Unqualified access to the field InfoImpl.splash [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[235] return splash; ^^^^^^ Unqualified access to the field InfoImpl.splash [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[342] return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description); ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[342] return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description); ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[344] return TITLE_EDEFAULT == null ? title != null : !TITLE_EDEFAULT.equals(title); ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[344] return TITLE_EDEFAULT == null ? title != null : !TITLE_EDEFAULT.equals(title); ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[346] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[346] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[348] return icon != null && !icon.isEmpty(); ^^^^ Unqualified access to the field InfoImpl.icon [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[348] return icon != null && !icon.isEmpty(); ^^^^ Unqualified access to the field InfoImpl.icon [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[350] return splash != null && !splash.isEmpty(); ^^^^^^ Unqualified access to the field InfoImpl.splash [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[350] return splash != null && !splash.isEmpty(); ^^^^^^ Unqualified access to the field InfoImpl.splash [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[365] result.append(" (description: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[366] result.append(description); ^^^^^^^^^^^ Unqualified access to the field InfoImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[367] result.append(", title: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[368] result.append(title); ^^^^^ Unqualified access to the field InfoImpl.title [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[369] result.append(", vendor: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/InfoImpl.java:[370] result.append(vendor); ^^^^^^ Unqualified access to the field InfoImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[236] public static ParametersPackage init() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[272] public EClass getFileSet() { ^^^^^^^^^^^^ The method getFileSet() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[273] return fileSetEClass; ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[281] public EAttribute getFileSet_Arch() { ^^^^^^^^^^^^^^^^^ The method getFileSet_Arch() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[282] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[290] public EAttribute getFileSet_Excludes() { ^^^^^^^^^^^^^^^^^^^^^ The method getFileSet_Excludes() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[291] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[299] public EAttribute getFileSet_Includes() { ^^^^^^^^^^^^^^^^^^^^^ The method getFileSet_Includes() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[300] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[308] public EAttribute getFileSet_Os() { ^^^^^^^^^^^^^^^ The method getFileSet_Os() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[309] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[317] public EAttribute getFileSet_Requiredfor() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFileSet_Requiredfor() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[318] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[326] public EAttribute getFileSet_Type() { ^^^^^^^^^^^^^^^^^ The method getFileSet_Type() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[327] return (EAttribute)fileSetEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.fileSetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[335] public EClass getPlatform() { ^^^^^^^^^^^^^ The method getPlatform() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[336] return platformEClass; ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[344] public EAttribute getPlatform_Refid() { ^^^^^^^^^^^^^^^^^^^ The method getPlatform_Refid() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[345] return (EAttribute)platformEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[353] public EAttribute getPlatform_Javafx() { ^^^^^^^^^^^^^^^^^^^^ The method getPlatform_Javafx() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[354] return (EAttribute)platformEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[362] public EAttribute getPlatform_J2se() { ^^^^^^^^^^^^^^^^^^ The method getPlatform_J2se() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[363] return (EAttribute)platformEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[371] public EReference getPlatform_JVmArgs() { ^^^^^^^^^^^^^^^^^^^^^ The method getPlatform_JVmArgs() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[372] return (EReference)platformEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[380] public EReference getPlatform_Properties() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getPlatform_Properties() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[381] return (EReference)platformEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.platformEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[389] public EClass getJVmArg() { ^^^^^^^^^^^ The method getJVmArg() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[390] return jVmArgEClass; ^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.jVmArgEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[398] public EAttribute getJVmArg_Value() { ^^^^^^^^^^^^^^^^^ The method getJVmArg_Value() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[399] return (EAttribute)jVmArgEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.jVmArgEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[407] public EClass getProperty() { ^^^^^^^^^^^^^ The method getProperty() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[408] return propertyEClass; ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.propertyEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[416] public EAttribute getProperty_Name() { ^^^^^^^^^^^^^^^^^^ The method getProperty_Name() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[417] return (EAttribute)propertyEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.propertyEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[425] public EAttribute getProperty_Value() { ^^^^^^^^^^^^^^^^^^^ The method getProperty_Value() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[426] return (EAttribute)propertyEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.propertyEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[434] public EClass getPreferences() { ^^^^^^^^^^^^^^^^ The method getPreferences() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[435] return preferencesEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.preferencesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[443] public EAttribute getPreferences_Install() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getPreferences_Install() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[444] return (EAttribute)preferencesEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.preferencesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[452] public EAttribute getPreferences_Menu() { ^^^^^^^^^^^^^^^^^^^^^ The method getPreferences_Menu() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[453] return (EAttribute)preferencesEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.preferencesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[461] public EAttribute getPreferences_Refid() { ^^^^^^^^^^^^^^^^^^^^^^ The method getPreferences_Refid() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[462] return (EAttribute)preferencesEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.preferencesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[470] public EAttribute getPreferences_Shortcut() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPreferences_Shortcut() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[471] return (EAttribute)preferencesEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.preferencesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[479] public EClass getApplication() { ^^^^^^^^^^^^^^^^ The method getApplication() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[480] return applicationEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[488] public EAttribute getApplication_Name() { ^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Name() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[489] return (EAttribute)applicationEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[497] public EAttribute getApplication_Fallbackclass() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Fallbackclass() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[498] return (EAttribute)applicationEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[506] public EAttribute getApplication_Id() { ^^^^^^^^^^^^^^^^^^^ The method getApplication_Id() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[507] return (EAttribute)applicationEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[515] public EAttribute getApplication_Mainclass() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Mainclass() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[516] return (EAttribute)applicationEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[524] public EAttribute getApplication_Preloaderclass() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Preloaderclass() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[525] return (EAttribute)applicationEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[533] public EAttribute getApplication_Refid() { ^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Refid() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[534] return (EAttribute)applicationEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[542] public EAttribute getApplication_Version() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Version() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[543] return (EAttribute)applicationEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[551] public EAttribute getApplication_Toolkit() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Toolkit() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[552] return (EAttribute)applicationEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[560] public EReference getApplication_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Arguments() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[561] return (EReference)applicationEClass.getEStructuralFeatures().get(8); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[569] public EReference getApplication_HtmlParams() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_HtmlParams() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[570] return (EReference)applicationEClass.getEStructuralFeatures().get(9); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[578] public EReference getApplication_Params() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getApplication_Params() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[579] return (EReference)applicationEClass.getEStructuralFeatures().get(10); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.applicationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[587] public EClass getArgument() { ^^^^^^^^^^^^^ The method getArgument() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[588] return argumentEClass; ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.argumentEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[596] public EClass getHtmlParam() { ^^^^^^^^^^^^^^ The method getHtmlParam() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[597] return htmlParamEClass; ^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.htmlParamEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[605] public EAttribute getHtmlParam_Escape() { ^^^^^^^^^^^^^^^^^^^^^ The method getHtmlParam_Escape() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[606] return (EAttribute)htmlParamEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.htmlParamEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[614] public EAttribute getHtmlParam_Name() { ^^^^^^^^^^^^^^^^^^^ The method getHtmlParam_Name() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[615] return (EAttribute)htmlParamEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.htmlParamEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[623] public EAttribute getHtmlParam_Value() { ^^^^^^^^^^^^^^^^^^^^ The method getHtmlParam_Value() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[624] return (EAttribute)htmlParamEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.htmlParamEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[632] public EClass getParam() { ^^^^^^^^^^ The method getParam() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[633] return paramEClass; ^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.paramEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[641] public EAttribute getParam_Name() { ^^^^^^^^^^^^^^^ The method getParam_Name() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[642] return (EAttribute)paramEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.paramEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[650] public EAttribute getParam_Value() { ^^^^^^^^^^^^^^^^ The method getParam_Value() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[651] return (EAttribute)paramEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.paramEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[659] public EClass getPermissions() { ^^^^^^^^^^^^^^^^ The method getPermissions() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[660] return permissionsEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.permissionsEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[668] public EAttribute getPermissions_Cachecertificates() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPermissions_Cachecertificates() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[669] return (EAttribute)permissionsEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.permissionsEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[677] public EAttribute getPermissions_Elevated() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPermissions_Elevated() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[678] return (EAttribute)permissionsEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.permissionsEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[686] public EClass getTemplate() { ^^^^^^^^^^^^^ The method getTemplate() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[687] return templateEClass; ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.templateEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[695] public EAttribute getTemplate_File() { ^^^^^^^^^^^^^^^^^^ The method getTemplate_File() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[696] return (EAttribute)templateEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.templateEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[704] public EAttribute getTemplate_ToFile() { ^^^^^^^^^^^^^^^^^^^^ The method getTemplate_ToFile() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[705] return (EAttribute)templateEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^ Unqualified access to the field ParametersPackageImpl.templateEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/parameters/impl/ParametersPackageImpl.java:[713] public EClass getCallback() { ^^^^^^^^^^^^^ The method getCallback() of type ParametersPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/org/eclipse/fx/ide/jdt/ui/internal/editors/model/anttasks/util/AntTasksSwitch.java:[37] public class AntTasksSwitch<@Nullable T> extends Switch { ^ Javadoc: Missing tag for parameter T 2829 problems (2829 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.jdt.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.jdt.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.jdt.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.jdt.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.jdt.ui --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.model >--------- [INFO] Building e(fx)clipse - IDE - RRobot Model 3.10.0-SNAPSHOT [5/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.rrobot.model --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/FeaturePlugin.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/FeaturePlugin.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[291] public static BundlePackage init() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[324] public EClass getBundleProject() { ^^^^^^^^^^^^^^^^^^ The method getBundleProject() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[325] return bundleProjectEClass; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.bundleProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[333] public EReference getBundleProject_Manifest() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundleProject_Manifest() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[334] return (EReference)bundleProjectEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.bundleProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[342] public EReference getBundleProject_BuildProperties() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundleProject_BuildProperties() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[343] return (EReference)bundleProjectEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.bundleProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[351] public EReference getBundleProject_Pluginxml() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundleProject_Pluginxml() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[352] return (EReference)bundleProjectEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.bundleProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[360] public EClass getFeatureProject() { ^^^^^^^^^^^^^^^^^^^ The method getFeatureProject() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[361] return featureProjectEClass; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[369] public EReference getFeatureProject_Feature() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureProject_Feature() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[370] return (EReference)featureProjectEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[378] public EClass getManifestFile() { ^^^^^^^^^^^^^^^^^ The method getManifestFile() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[379] return manifestFileEClass; ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[387] public EAttribute getManifestFile_Bundlename() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Bundlename() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[388] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[396] public EAttribute getManifestFile_Symbolicname() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Symbolicname() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[397] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[405] public EAttribute getManifestFile_Version() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Version() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[406] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[414] public EReference getManifestFile_ExportedPackages() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_ExportedPackages() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[415] return (EReference)manifestFileEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[423] public EReference getManifestFile_ImportedPackages() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_ImportedPackages() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[424] return (EReference)manifestFileEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[432] public EAttribute getManifestFile_ExecutionEnvironment() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_ExecutionEnvironment() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[433] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[441] public EReference getManifestFile_RequiredBundles() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_RequiredBundles() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[442] return (EReference)manifestFileEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[450] public EAttribute getManifestFile_Lazy() { ^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Lazy() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[451] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[459] public EAttribute getManifestFile_Singleton() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Singleton() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[460] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(8); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[468] public EAttribute getManifestFile_ActivatorClass() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_ActivatorClass() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[469] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(9); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[477] public EAttribute getManifestFile_Vendor() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getManifestFile_Vendor() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[478] return (EAttribute)manifestFileEClass.getEStructuralFeatures().get(10); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.manifestFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[486] public EClass getPluginXMLFile() { ^^^^^^^^^^^^^^^^^^ The method getPluginXMLFile() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[487] return pluginXMLFileEClass; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.pluginXMLFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[495] public EReference getPluginXMLFile_Extensions() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPluginXMLFile_Extensions() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[496] return (EReference)pluginXMLFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.pluginXMLFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[504] public EClass getBuildProperties() { ^^^^^^^^^^^^^^^^^^^^ The method getBuildProperties() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[505] return buildPropertiesEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.buildPropertiesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[513] public EReference getBuildProperties_BinIncludes() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBuildProperties_BinIncludes() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[514] return (EReference)buildPropertiesEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.buildPropertiesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[522] public EClass getProductFile() { ^^^^^^^^^^^^^^^^ The method getProductFile() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[523] return productFileEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[531] public EAttribute getProductFile_VmArgs() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_VmArgs() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[532] return (EAttribute)productFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[540] public EAttribute getProductFile_ProgramArgs() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_ProgramArgs() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[541] return (EAttribute)productFileEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[549] public EAttribute getProductFile_ProductName() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_ProductName() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[550] return (EAttribute)productFileEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[558] public EAttribute getProductFile_Id() { ^^^^^^^^^^^^^^^^^^^ The method getProductFile_Id() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[559] return (EAttribute)productFileEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[567] public EAttribute getProductFile_Application() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_Application() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[568] return (EAttribute)productFileEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[576] public EAttribute getProductFile_Version() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_Version() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[577] return (EAttribute)productFileEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[585] public EAttribute getProductFile_IncludeLaunchers() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_IncludeLaunchers() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[586] return (EAttribute)productFileEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[594] public EReference getProductFile_Startconfigurations() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFile_Startconfigurations() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[595] return (EReference)productFileEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[603] public EClass getProductFileFeaturebase() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFileFeaturebase() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[604] return productFileFeaturebaseEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileFeaturebaseEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[612] public EReference getProductFileFeaturebase_Features() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProductFileFeaturebase_Features() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[613] return (EReference)productFileFeaturebaseEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.productFileFeaturebaseEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[621] public EClass getFeatureFile() { ^^^^^^^^^^^^^^^^ The method getFeatureFile() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[622] return featureFileEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[630] public EAttribute getFeatureFile_Version() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Version() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[631] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[639] public EAttribute getFeatureFile_Featurename() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Featurename() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[640] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[648] public EAttribute getFeatureFile_Featureid() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Featureid() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[649] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[657] public EAttribute getFeatureFile_Vendor() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Vendor() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[658] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[666] public EReference getFeatureFile_Description() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Description() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[667] return (EReference)featureFileEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[675] public EReference getFeatureFile_Copyright() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Copyright() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[676] return (EReference)featureFileEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[684] public EReference getFeatureFile_License() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_License() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[685] return (EReference)featureFileEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[693] public EAttribute getFeatureFile_License_feature() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_License_feature() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[694] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(7); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[702] public EAttribute getFeatureFile_License_feature_version() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_License_feature_version() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[703] return (EAttribute)featureFileEClass.getEStructuralFeatures().get(8); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[711] public EReference getFeatureFile_Plugins() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Plugins() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[712] return (EReference)featureFileEClass.getEStructuralFeatures().get(9); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[720] public EReference getFeatureFile_Requiredfeatures() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Requiredfeatures() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[721] return (EReference)featureFileEClass.getEStructuralFeatures().get(10); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[729] public EReference getFeatureFile_Includedfeatures() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFeatureFile_Includedfeatures() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[730] return (EReference)featureFileEClass.getEStructuralFeatures().get(11); ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.featureFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[738] public EClass getImportedPackage() { ^^^^^^^^^^^^^^^^^^^^ The method getImportedPackage() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[739] return importedPackageEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.importedPackageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[747] public EAttribute getImportedPackage_Name() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getImportedPackage_Name() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[748] return (EAttribute)importedPackageEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.importedPackageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[756] public EAttribute getImportedPackage_MinVersion() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getImportedPackage_MinVersion() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[757] return (EAttribute)importedPackageEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundlePackageImpl.importedPackageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundlePackageImpl.java:[765] public EAttribute getImportedPackage_MaxVersion() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getImportedPackage_MaxVersion() of type BundlePackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[108] public String getExecutionURI() { ^^^^^^^^^^^^^^^^^ The method getExecutionURI() of type ReferencingBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[109] return executionURI; ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[117] public void setExecutionURI(String newExecutionURI) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExecutionURI(String) of type ReferencingBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[118] String oldExecutionURI = executionURI; ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[119] executionURI = newExecutionURI; ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[121] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.REFERENCING_BOOLEAN_EXPRESSION__EXECUTION_URI, oldExecutionURI, executionURI)); ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[129] public String getType() { ^^^^^^^^^ The method getType() of type ReferencingBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[130] return type; ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[138] public void setType(String newType) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setType(String) of type ReferencingBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[139] String oldType = type; ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[140] type = newType; ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[142] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.REFERENCING_BOOLEAN_EXPRESSION__TYPE, oldType, type)); ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[150] public boolean execute(Map data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(Map) of type ReferencingBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[217] return EXECUTION_URI_EDEFAULT == null ? executionURI != null : !EXECUTION_URI_EDEFAULT.equals(executionURI); ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[217] return EXECUTION_URI_EDEFAULT == null ? executionURI != null : !EXECUTION_URI_EDEFAULT.equals(executionURI); ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[219] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[219] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[234] result.append(" (executionURI: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[235] result.append(executionURI); ^^^^^^^^^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[236] result.append(", type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ReferencingBooleanExpressionImpl.java:[237] result.append(type); ^^^^ Unqualified access to the field ReferencingBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[122] public String getId() { ^^^^^^^ The method getId() of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[123] return id; ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[131] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[132] String oldId = id; ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[133] id = newId; ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[135] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.INCLUDED_FEATURE__ID, oldId, id)); ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[143] public Version getVersion() { ^^^^^^^^^^^^ The method getVersion() of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[144] return version; ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[152] public void setVersion(Version newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(Version) of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[153] Version oldVersion = version; ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[154] version = newVersion; ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.INCLUDED_FEATURE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[164] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[165] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[174] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[175] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[178] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[188] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type IncludedFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[189] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[191] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[192] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.INCLUDED_FEATURE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[285] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field IncludedFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[287] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[287] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[304] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[305] result.append(id); ^^ Unqualified access to the field IncludedFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[306] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/IncludedFeatureImpl.java:[307] result.append(version); ^^^^^^^ Unqualified access to the field IncludedFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/BooleanExpressionExecutor.java:[17] public interface BooleanExpressionExecutor { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/BooleanExpressionExecutor.java:[18] boolean execute(String content, Map data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[77] public EList getFeatures() { ^^^^^^^^^^^^^ The method getFeatures() of type ProductFileFeaturebaseImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[78] if (features == null) { ^^^^^^^^ Unqualified access to the field ProductFileFeaturebaseImpl.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[79] features = new EObjectContainmentEList(ProductFeature.class, this, BundlePackage.PRODUCT_FILE_FEATUREBASE__FEATURES); ^^^^^^^^ Unqualified access to the field ProductFileFeaturebaseImpl.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[81] return features; ^^^^^^^^ Unqualified access to the field ProductFileFeaturebaseImpl.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[153] return features != null && !features.isEmpty(); ^^^^^^^^ Unqualified access to the field ProductFileFeaturebaseImpl.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileFeaturebaseImpl.java:[153] return features != null && !features.isEmpty(); ^^^^^^^^ Unqualified access to the field ProductFileFeaturebaseImpl.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/CompilationUnit.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[20] public class ExtensionFactory { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[21] public static void createAttribute(Element el, String name, String value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[28] public static class FXTheme { ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[29] public static Element create_Theme_Element(Extension extension, String themeId, String baseStylesheet) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[31] el.setName("theme"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[32] ExtensionFactory.createAttribute(el, "id",themeId); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[33] ExtensionFactory.createAttribute(el, "basestylesheet", baseStylesheet); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[39] public static class Product { ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[40] public static Element create_Product_Element(Extension extension, String name, String application) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[42] el.setName("product"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[43] ExtensionFactory.createAttribute(el, "name",name); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[44] ExtensionFactory.createAttribute(el, "application", application); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[49] public static Element create_Property_Element(Element parent, String name, String value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[51] el.setName("property"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[52] createAttribute(el, "name", name); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/util/ExtensionFactory.java:[53] createAttribute(el, "value", value); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[149] public String getKey() { ^^^^^^^^ The method getKey() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[150] return key; ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[158] public void setKey(String newKey) { ^^^^^^^^^^^^^^^^^^^^^ The method setKey(String) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[159] String oldKey = key; ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[160] key = newKey; ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[162] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.VARIABLE__KEY, oldKey, key)); ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[170] public String getDefaultValue() { ^^^^^^^^^^^^^^^^^ The method getDefaultValue() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[171] return defaultValue; ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[179] public void setDefaultValue(String newDefaultValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefaultValue(String) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[180] String oldDefaultValue = defaultValue; ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[181] defaultValue = newDefaultValue; ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[183] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.VARIABLE__DEFAULT_VALUE, oldDefaultValue, defaultValue)); ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[191] public String getDescription() { ^^^^^^^^^^^^^^^^ The method getDescription() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[192] return description; ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[200] public void setDescription(String newDescription) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDescription(String) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[201] String oldDescription = description; ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[202] description = newDescription; ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[204] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.VARIABLE__DESCRIPTION, oldDescription, description)); ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[212] public Type getType() { ^^^^^^^^^ The method getType() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[213] return type; ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[221] public void setType(Type newType) { ^^^^^^^^^^^^^^^^^^^^^ The method setType(Type) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[222] Type oldType = type; ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[223] type = newType == null ? TYPE_EDEFAULT : newType; ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[225] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.VARIABLE__TYPE, oldType, type)); ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[305] return KEY_EDEFAULT == null ? key != null : !KEY_EDEFAULT.equals(key); ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[305] return KEY_EDEFAULT == null ? key != null : !KEY_EDEFAULT.equals(key); ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[307] return DEFAULT_VALUE_EDEFAULT == null ? defaultValue != null : !DEFAULT_VALUE_EDEFAULT.equals(defaultValue); ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[307] return DEFAULT_VALUE_EDEFAULT == null ? defaultValue != null : !DEFAULT_VALUE_EDEFAULT.equals(defaultValue); ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[309] return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description); ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[309] return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description); ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[311] return type != TYPE_EDEFAULT; ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[326] result.append(" (key: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[327] result.append(key); ^^^ Unqualified access to the field VariableImpl.key [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[328] result.append(", defaultValue: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[329] result.append(defaultValue); ^^^^^^^^^^^^ Unqualified access to the field VariableImpl.defaultValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[330] result.append(", description: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[331] result.append(description); ^^^^^^^^^^^ Unqualified access to the field VariableImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[332] result.append(", type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/VariableImpl.java:[333] result.append(type); ^^^^ Unqualified access to the field VariableImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[192] public String getBind() { ^^^^^^^^^ The method getBind() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[193] return bind; ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[201] public void setBind(String newBind) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setBind(String) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[202] String oldBind = bind; ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[203] bind = newBind; ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[205] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__BIND, oldBind, bind)); ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[213] public String getUnbind() { ^^^^^^^^^^^ The method getUnbind() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[214] return unbind; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[222] public void setUnbind(String newUnbind) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUnbind(String) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[223] String oldUnbind = unbind; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[224] unbind = newUnbind; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[226] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__UNBIND, oldUnbind, unbind)); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[234] public Cardinality getCardinality() { ^^^^^^^^^^^^^^^^ The method getCardinality() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[235] return cardinality; ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[243] public void setCardinality(Cardinality newCardinality) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCardinality(Cardinality) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[244] Cardinality oldCardinality = cardinality; ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[245] cardinality = newCardinality == null ? CARDINALITY_EDEFAULT : newCardinality; ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[247] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__CARDINALITY, oldCardinality, cardinality)); ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[255] public String getName() { ^^^^^^^^^ The method getName() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[256] return name; ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[264] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[265] String oldName = name; ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[266] name = newName; ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[268] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__NAME, oldName, name)); ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[276] public String getTypeName() { ^^^^^^^^^^^^^ The method getTypeName() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[277] return typeName; ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[285] public void setTypeName(String newTypeName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setTypeName(String) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[286] String oldTypeName = typeName; ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[287] typeName = newTypeName; ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[289] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__TYPE_NAME, oldTypeName, typeName)); ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[297] public Policy getPolicy() { ^^^^^^^^^^^ The method getPolicy() of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[298] return policy; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[306] public void setPolicy(Policy newPolicy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPolicy(Policy) of type ComponentReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[307] Policy oldPolicy = policy; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[308] policy = newPolicy == null ? POLICY_EDEFAULT : newPolicy; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[310] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_REFERENCE__POLICY, oldPolicy, policy)); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[406] return BIND_EDEFAULT == null ? bind != null : !BIND_EDEFAULT.equals(bind); ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[406] return BIND_EDEFAULT == null ? bind != null : !BIND_EDEFAULT.equals(bind); ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[408] return UNBIND_EDEFAULT == null ? unbind != null : !UNBIND_EDEFAULT.equals(unbind); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[408] return UNBIND_EDEFAULT == null ? unbind != null : !UNBIND_EDEFAULT.equals(unbind); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[410] return cardinality != CARDINALITY_EDEFAULT; ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[412] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[412] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[414] return TYPE_NAME_EDEFAULT == null ? typeName != null : !TYPE_NAME_EDEFAULT.equals(typeName); ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[414] return TYPE_NAME_EDEFAULT == null ? typeName != null : !TYPE_NAME_EDEFAULT.equals(typeName); ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[416] return policy != POLICY_EDEFAULT; ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[431] result.append(" (bind: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[432] result.append(bind); ^^^^ Unqualified access to the field ComponentReferenceImpl.bind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[433] result.append(", unbind: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[434] result.append(unbind); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.unbind [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[435] result.append(", cardinality: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[436] result.append(cardinality); ^^^^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[437] result.append(", name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[438] result.append(name); ^^^^ Unqualified access to the field ComponentReferenceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[439] result.append(", typeName: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[440] result.append(typeName); ^^^^^^^^ Unqualified access to the field ComponentReferenceImpl.typeName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[441] result.append(", policy: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentReferenceImpl.java:[442] result.append(policy); ^^^^^^ Unqualified access to the field ComponentReferenceImpl.policy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[32] import org.eclipse.emf.ecore.util.EObjectResolvingEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EObjectResolvingEList is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[118] public String getName() { ^^^^^^^^^ The method getName() of type ElementImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[119] return name; ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[127] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ElementImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[128] String oldName = name; ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[129] name = newName; ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[131] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.ELEMENT__NAME, oldName, name)); ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[139] public EList getAttributes() { ^^^^^^^^^^^^^^^ The method getAttributes() of type ElementImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[140] if (attributes == null) { ^^^^^^^^^^ Unqualified access to the field ElementImpl.attributes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[141] attributes = new EObjectContainmentEList(Attribute.class, this, BundlePackage.ELEMENT__ATTRIBUTES); ^^^^^^^^^^ Unqualified access to the field ElementImpl.attributes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[143] return attributes; ^^^^^^^^^^ Unqualified access to the field ElementImpl.attributes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[151] public EList getChildren() { ^^^^^^^^^^^^^ The method getChildren() of type ElementImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[152] if (children == null) { ^^^^^^^^ Unqualified access to the field ElementImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[153] children = new EObjectContainmentEList(Element.class, this, BundlePackage.ELEMENT__CHILDREN); ^^^^^^^^ Unqualified access to the field ElementImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[155] return children; ^^^^^^^^ Unqualified access to the field ElementImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[246] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[246] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[248] return attributes != null && !attributes.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ElementImpl.attributes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[248] return attributes != null && !attributes.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ElementImpl.attributes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[250] return children != null && !children.isEmpty(); ^^^^^^^^ Unqualified access to the field ElementImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[250] return children != null && !children.isEmpty(); ^^^^^^^^ Unqualified access to the field ElementImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[265] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ElementImpl.java:[266] result.append(name); ^^^^ Unqualified access to the field ElementImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[92] public String getGeneratorType() { ^^^^^^^^^^^^^^^^^^ The method getGeneratorType() of type TemplatedFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[93] return generatorType; ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[101] public void setGeneratorType(String newGeneratorType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setGeneratorType(String) of type TemplatedFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[102] String oldGeneratorType = generatorType; ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[103] generatorType = newGeneratorType; ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[105] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.TEMPLATED_FILE__GENERATOR_TYPE, oldGeneratorType, generatorType)); ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[161] return GENERATOR_TYPE_EDEFAULT == null ? generatorType != null : !GENERATOR_TYPE_EDEFAULT.equals(generatorType); ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[161] return GENERATOR_TYPE_EDEFAULT == null ? generatorType != null : !GENERATOR_TYPE_EDEFAULT.equals(generatorType); ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[176] result.append(" (generatorType: "); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[177] result.append(generatorType); ^^^^^^^^^^^^^ Unqualified access to the field TemplatedFileImpl.generatorType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[187] Collection> references = b.getBundleContext().getServiceReferences(Generator.class, "(type="+getGeneratorType()+")"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[187] Collection> references = b.getBundleContext().getServiceReferences(Generator.class, "(type="+getGeneratorType()+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[189] throw new IOException("Could not find generator for type '"+getGeneratorType()+"'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[189] throw new IOException("Could not find generator for type '"+getGeneratorType()+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[194] throw new IOException("Could not find generator for type '"+getGeneratorType()+"'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TemplatedFileImpl.java:[194] throw new IOException("Could not find generator for type '"+getGeneratorType()+"'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[41] STRING(0, "STRING", "STRING"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[41] STRING(0, "STRING", "STRING"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[51] INT(1, "INT", "INT"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[51] INT(1, "INT", "INT"), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[61] DOUBLE(2, "DOUBLE", "DOUBLE"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[61] DOUBLE(2, "DOUBLE", "DOUBLE"), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[71] BOOLEAN(3, "BOOLEAN", "BOOLEAN"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[71] BOOLEAN(3, "BOOLEAN", "BOOLEAN"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[161] public static Type get(String literal) { ^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[161] public static Type get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[177] public static Type getByName(String name) { ^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[177] public static Type getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[193] public static Type get(int value) { ^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[193] public static Type get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[241] public int getValue() { ^^^^^^^^^^ The method getValue() of type Type should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[242] return value; ^^^^^ Unqualified access to the field Type.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[250] public String getName() { ^^^^^^^^^ The method getName() of type Type should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[251] return name; ^^^^ Unqualified access to the field Type.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[259] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type Type should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[260] return literal; ^^^^^^^ Unqualified access to the field Type.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Type.java:[271] return literal; ^^^^^^^ Unqualified access to the field Type.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[93] public EList getSourceFragments() { ^^^^^^^^^^^^^^^^^^^^ The method getSourceFragments() of type JDTProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[94] if (sourceFragments == null) { ^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.sourceFragments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[95] sourceFragments = new EObjectContainmentEList(SourceFragment.class, this, TaskPackage.JDT_PROJECT__SOURCE_FRAGMENTS); ^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.sourceFragments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[97] return sourceFragments; ^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.sourceFragments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[105] public EList getCompilationUnits() { ^^^^^^^^^^^^^^^^^^^^^ The method getCompilationUnits() of type JDTProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[106] if (compilationUnits == null) { ^^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.compilationUnits [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[107] compilationUnits = new EObjectContainmentEList(CompilationUnit.class, this, TaskPackage.JDT_PROJECT__COMPILATION_UNITS); ^^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.compilationUnits [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[109] return compilationUnits; ^^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.compilationUnits [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[192] return sourceFragments != null && !sourceFragments.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.sourceFragments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[192] return sourceFragments != null && !sourceFragments.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.sourceFragments [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[194] return compilationUnits != null && !compilationUnits.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.compilationUnits [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/JDTProjectImpl.java:[194] return compilationUnits != null && !compilationUnits.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field JDTProjectImpl.compilationUnits [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[57] public static TaskFactory init() { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[102] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[102] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[121] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[121] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[140] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[140] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[149] public RobotTask createRobotTask() { ^^^^^^^^^^^^^^^^^ The method createRobotTask() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[159] public Project createProject() { ^^^^^^^^^^^^^^^ The method createProject() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[169] public Folder createFolder() { ^^^^^^^^^^^^^^ The method createFolder() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[179] public TemplatedFile createTemplatedFile() { ^^^^^^^^^^^^^^^^^^^^^ The method createTemplatedFile() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[189] public DataFile createDataFile() { ^^^^^^^^^^^^^^^^ The method createDataFile() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[199] public URLFile createURLFile() { ^^^^^^^^^^^^^^^ The method createURLFile() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[209] public DynamicFile createDynamicFile() { ^^^^^^^^^^^^^^^^^^^ The method createDynamicFile() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[219] public Variable createVariable() { ^^^^^^^^^^^^^^^^ The method createVariable() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[229] public ReferencingBooleanExpression createReferencingBooleanExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createReferencingBooleanExpression() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[239] public InlineBooleanExpression createInlineBooleanExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createInlineBooleanExpression() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[249] public JDTProject createJDTProject() { ^^^^^^^^^^^^^^^^^^ The method createJDTProject() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[259] public SourceFragment createSourceFragment() { ^^^^^^^^^^^^^^^^^^^^^^ The method createSourceFragment() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[269] public CompilationUnit createCompilationUnit() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createCompilationUnit() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[279] public Type createTypeFromString(EDataType eDataType, String initialValue) { ^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[279] public Type createTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTypeFromString(EDataType, String) from the type TaskFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[279] public Type createTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[279] public Type createTypeFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[281] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[281] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[281] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[290] public String convertTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[290] public String convertTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertTypeToString(EDataType, Object) from the type TaskFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[290] public String convertTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[290] public String convertTypeToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[299] public InputStream createInputStreamFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[299] public InputStream createInputStreamFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[299] public InputStream createInputStreamFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[308] public String convertInputStreamToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[308] public String convertInputStreamToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[308] public String convertInputStreamToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[317] public Generator createGeneratorFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[317] public Generator createGeneratorFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[317] public Generator createGeneratorFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[326] public String convertGeneratorToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[326] public String convertGeneratorToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[326] public String convertGeneratorToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[335] public TaskPackage getTaskPackage() { ^^^^^^^^^^^^^^^^ The method getTaskPackage() of type TaskFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskFactoryImpl.java:[346] public static TaskPackage getPackage() { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/BundleProject.java:[18] import org.eclipse.fx.ide.rrobot.model.task.Project; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.Project is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/IncludedFeature.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/IncludedFeature.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[79] public FeatureFile getFeature() { ^^^^^^^^^^^^ The method getFeature() of type FeatureProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[80] return feature; ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[88] public NotificationChain basicSetFeature(FeatureFile newFeature, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[88] public NotificationChain basicSetFeature(FeatureFile newFeature, NotificationChain msgs) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newFeature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[88] public NotificationChain basicSetFeature(FeatureFile newFeature, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[89] FeatureFile oldFeature = feature; ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[90] feature = newFeature; ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[93] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[103] public void setFeature(FeatureFile newFeature) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFeature(FeatureFile) of type FeatureProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[104] if (newFeature != feature) { ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[106] if (feature != null) ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[107] msgs = ((InternalEObject)feature).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.FEATURE_PROJECT__FEATURE, null, msgs); ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureProjectImpl.java:[184] return feature != null; ^^^^^^^ Unqualified access to the field FeatureProjectImpl.feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductPlugin.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductPlugin.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ManifestFile.java:[19] import org.eclipse.fx.ide.rrobot.model.task.File; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.File is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ManifestFile.java:[22] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[30] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[122] public String getId() { ^^^^^^^ The method getId() of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[123] return id; ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[131] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[132] String oldId = id; ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[133] id = newId; ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[135] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FEATURE__ID, oldId, id)); ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[143] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[144] return version; ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[152] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[153] String oldVersion = version; ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[154] version = newVersion; ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FEATURE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[164] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[165] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[174] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[175] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[178] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[188] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ProductFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[189] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[191] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[192] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.PRODUCT_FEATURE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[285] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[287] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[287] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[304] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[305] result.append(id); ^^ Unqualified access to the field ProductFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[306] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFeatureImpl.java:[307] result.append(version); ^^^^^^^ Unqualified access to the field ProductFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[240] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field BundleAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[254] public Adapter createBundleProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createBundleProjectAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[268] public Adapter createFeatureProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFeatureProjectAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[282] public Adapter createManifestFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createManifestFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[296] public Adapter createPluginXMLFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPluginXMLFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[310] public Adapter createBuildPropertiesAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createBuildPropertiesAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[324] public Adapter createProductFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[338] public Adapter createProductFileFeaturebaseAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductFileFeaturebaseAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[352] public Adapter createFeatureFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFeatureFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[366] public Adapter createImportedPackageAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createImportedPackageAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[380] public Adapter createExportedPackageAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createExportedPackageAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[394] public Adapter createExtensionAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method createExtensionAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[408] public Adapter createElementAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createElementAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[422] public Adapter createAttributeAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method createAttributeAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[436] public Adapter createRequiredBundleAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createRequiredBundleAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[450] public Adapter createLinkedStringAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLinkedStringAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[464] public Adapter createFeaturePluginAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFeaturePluginAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[478] public Adapter createRequiredFeatureAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createRequiredFeatureAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[492] public Adapter createIncludedFeatureAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createIncludedFeatureAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[506] public Adapter createProductPluginAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductPluginAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[520] public Adapter createProductFeatureAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductFeatureAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[534] public Adapter createProductStartConfigAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductStartConfigAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[548] public Adapter createComponentDefinitionFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createComponentDefinitionFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[562] public Adapter createComponentReferenceAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createComponentReferenceAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[576] public Adapter createProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createProjectAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[590] public Adapter createJDTProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createJDTProjectAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[604] public Adapter createExcludeableElementMixinAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createExcludeableElementMixinAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[618] public Adapter createResourceAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createResourceAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[632] public Adapter createFileAdapter() { ^^^^^^^^^^^^^^^^^^^ The method createFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[646] public Adapter createTemplatedFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTemplatedFileAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleAdapterFactory.java:[658] public Adapter createEObjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type BundleAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/File.java:[43] InputStream getContent(IProgressMonitor progressMonitor, Map data) throws IOException; ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/File.java:[43] InputStream getContent(IProgressMonitor progressMonitor, Map data) throws IOException; ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter progressMonitor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/File.java:[43] InputStream getContent(IProgressMonitor progressMonitor, Map data) throws IOException; ^^^^ Javadoc: Missing tag for parameter data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/File.java:[43] InputStream getContent(IProgressMonitor progressMonitor, Map data) throws IOException; ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[41] SINGLE_OPTIONAL(0, "SINGLE_OPTIONAL", "SINGLE_OPTIONAL"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[41] SINGLE_OPTIONAL(0, "SINGLE_OPTIONAL", "SINGLE_OPTIONAL"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[51] SINGLE_REQUIRED(1, "SINGLE_REQUIRED", "SINGLE_REQUIRED"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[51] SINGLE_REQUIRED(1, "SINGLE_REQUIRED", "SINGLE_REQUIRED"), ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[61] MULTI_OPTIONAL(2, "MULTI_OPTIONAL", "MULTI_OPTIONAL"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[61] MULTI_OPTIONAL(2, "MULTI_OPTIONAL", "MULTI_OPTIONAL"), ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[71] MULTI_REQUIRED(3, "MULTI_REQUIRED", "MULTI_REQUIRED"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[71] MULTI_REQUIRED(3, "MULTI_REQUIRED", "MULTI_REQUIRED"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[161] public static Cardinality get(String literal) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[161] public static Cardinality get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[177] public static Cardinality getByName(String name) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[177] public static Cardinality getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[193] public static Cardinality get(int value) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[193] public static Cardinality get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[241] public int getValue() { ^^^^^^^^^^ The method getValue() of type Cardinality should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[242] return value; ^^^^^ Unqualified access to the field Cardinality.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[250] public String getName() { ^^^^^^^^^ The method getName() of type Cardinality should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[251] return name; ^^^^ Unqualified access to the field Cardinality.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[259] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type Cardinality should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[260] return literal; ^^^^^^^ Unqualified access to the field Cardinality.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Cardinality.java:[271] return literal; ^^^^^^^ Unqualified access to the field Cardinality.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[185] public String getName() { ^^^^^^^^^ The method getName() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[186] return name; ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[194] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[195] String oldName = name; ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[196] name = newName; ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[198] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.IMPORTED_PACKAGE__NAME, oldName, name)); ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[206] public Version getMinVersion() { ^^^^^^^^^^^^^^^ The method getMinVersion() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[207] return minVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[215] public void setMinVersion(Version newMinVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMinVersion(Version) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[216] Version oldMinVersion = minVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[217] minVersion = newMinVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[219] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.IMPORTED_PACKAGE__MIN_VERSION, oldMinVersion, minVersion)); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[227] public Version getMaxVersion() { ^^^^^^^^^^^^^^^ The method getMaxVersion() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[228] return maxVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[236] public void setMaxVersion(Version newMaxVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMaxVersion(Version) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[237] Version oldMaxVersion = maxVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[238] maxVersion = newMaxVersion; ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[240] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.IMPORTED_PACKAGE__MAX_VERSION, oldMaxVersion, maxVersion)); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[248] public boolean isMinExclusive() { ^^^^^^^^^^^^^^^^ The method isMinExclusive() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[249] return minExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[257] public void setMinExclusive(boolean newMinExclusive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMinExclusive(boolean) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[258] boolean oldMinExclusive = minExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[259] minExclusive = newMinExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[261] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.IMPORTED_PACKAGE__MIN_EXCLUSIVE, oldMinExclusive, minExclusive)); ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[269] public boolean isMaxExclusive() { ^^^^^^^^^^^^^^^^ The method isMaxExclusive() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[270] return maxExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[278] public void setMaxExclusive(boolean newMaxExclusive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMaxExclusive(boolean) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[279] boolean oldMaxExclusive = maxExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[280] maxExclusive = newMaxExclusive; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[282] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.IMPORTED_PACKAGE__MAX_EXCLUSIVE, oldMaxExclusive, maxExclusive)); ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[290] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[291] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[299] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[299] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[299] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[300] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[301] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[304] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[314] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ImportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[315] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[317] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[318] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.IMPORTED_PACKAGE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[359] return isMinExclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[361] return isMaxExclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[387] setMinExclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[390] setMaxExclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[435] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[437] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[437] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[439] return MIN_VERSION_EDEFAULT == null ? minVersion != null : !MIN_VERSION_EDEFAULT.equals(minVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[439] return MIN_VERSION_EDEFAULT == null ? minVersion != null : !MIN_VERSION_EDEFAULT.equals(minVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[441] return MAX_VERSION_EDEFAULT == null ? maxVersion != null : !MAX_VERSION_EDEFAULT.equals(maxVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[441] return MAX_VERSION_EDEFAULT == null ? maxVersion != null : !MAX_VERSION_EDEFAULT.equals(maxVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[443] return minExclusive != MIN_EXCLUSIVE_EDEFAULT; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[445] return maxExclusive != MAX_EXCLUSIVE_EDEFAULT; ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[460] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[461] result.append(name); ^^^^ Unqualified access to the field ImportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[462] result.append(", minVersion: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[463] result.append(minVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[464] result.append(", maxVersion: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[465] result.append(maxVersion); ^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[466] result.append(", minExclusive: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[467] result.append(minExclusive); ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[468] result.append(", maxExclusive: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ImportedPackageImpl.java:[469] result.append(maxExclusive); ^^^^^^^^^^^^ Unqualified access to the field ImportedPackageImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[118] public String getName() { ^^^^^^^^^ The method getName() of type ProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[119] return name; ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[127] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[128] String oldName = name; ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[129] name = newName; ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[131] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.PROJECT__NAME, oldName, name)); ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[139] public EList getResources() { ^^^^^^^^^^^^^^ The method getResources() of type ProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[140] if (resources == null) { ^^^^^^^^^ Unqualified access to the field ProjectImpl.resources [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[141] resources = new EObjectContainmentEList(Resource.class, this, TaskPackage.PROJECT__RESOURCES); ^^^^^^^^^ Unqualified access to the field ProjectImpl.resources [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[143] return resources; ^^^^^^^^^ Unqualified access to the field ProjectImpl.resources [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[151] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[152] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[160] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[160] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[160] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[161] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[162] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[165] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[175] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[176] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[178] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[179] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TaskPackage.PROJECT__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[276] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[276] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[278] return resources != null && !resources.isEmpty(); ^^^^^^^^^ Unqualified access to the field ProjectImpl.resources [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[278] return resources != null && !resources.isEmpty(); ^^^^^^^^^ Unqualified access to the field ProjectImpl.resources [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[280] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProjectImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[295] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ProjectImpl.java:[296] result.append(name); ^^^^ Unqualified access to the field ProjectImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[33] import org.eclipse.fx.ide.rrobot.model.task.TaskPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.TaskPackage is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[35] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[215] setGeneratorType("bundle-product"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[233] public String getVmArgs() { ^^^^^^^^^^^ The method getVmArgs() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[234] return vmArgs; ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[242] public void setVmArgs(String newVmArgs) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVmArgs(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[243] String oldVmArgs = vmArgs; ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[244] vmArgs = newVmArgs; ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[246] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__VM_ARGS, oldVmArgs, vmArgs)); ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[254] public String getProgramArgs() { ^^^^^^^^^^^^^^^^ The method getProgramArgs() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[255] return programArgs; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[263] public void setProgramArgs(String newProgramArgs) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setProgramArgs(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[264] String oldProgramArgs = programArgs; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[265] programArgs = newProgramArgs; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[267] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__PROGRAM_ARGS, oldProgramArgs, programArgs)); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[275] public String getProductName() { ^^^^^^^^^^^^^^^^ The method getProductName() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[276] return productName; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[284] public void setProductName(String newProductName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setProductName(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[285] String oldProductName = productName; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[286] productName = newProductName; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[288] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__PRODUCT_NAME, oldProductName, productName)); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[296] public String getId() { ^^^^^^^ The method getId() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[297] return id; ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[305] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[306] String oldId = id; ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[307] id = newId; ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[309] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__ID, oldId, id)); ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[315] return getId() + ".product"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[325] public String getApplication() { ^^^^^^^^^^^^^^^^ The method getApplication() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[326] return application; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[334] public void setApplication(String newApplication) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setApplication(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[335] String oldApplication = application; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[336] application = newApplication; ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[338] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__APPLICATION, oldApplication, application)); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[346] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[347] return version; ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[355] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[356] String oldVersion = version; ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[357] version = newVersion; ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[359] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[367] public boolean isIncludeLaunchers() { ^^^^^^^^^^^^^^^^^^^^ The method isIncludeLaunchers() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[368] return includeLaunchers; ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[376] public void setIncludeLaunchers(boolean newIncludeLaunchers) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIncludeLaunchers(boolean) of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[377] boolean oldIncludeLaunchers = includeLaunchers; ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[378] includeLaunchers = newIncludeLaunchers; ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[380] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_FILE__INCLUDE_LAUNCHERS, oldIncludeLaunchers, includeLaunchers)); ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[388] public EList getStartconfigurations() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getStartconfigurations() of type ProductFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[389] if (startconfigurations == null) { ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.startconfigurations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[390] startconfigurations = new EObjectContainmentEList(ProductStartConfig.class, this, BundlePackage.PRODUCT_FILE__STARTCONFIGURATIONS); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.startconfigurations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[392] return startconfigurations; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.startconfigurations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[430] return isIncludeLaunchers(); ^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[465] setIncludeLaunchers((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[520] return VM_ARGS_EDEFAULT == null ? vmArgs != null : !VM_ARGS_EDEFAULT.equals(vmArgs); ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[520] return VM_ARGS_EDEFAULT == null ? vmArgs != null : !VM_ARGS_EDEFAULT.equals(vmArgs); ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[522] return PROGRAM_ARGS_EDEFAULT == null ? programArgs != null : !PROGRAM_ARGS_EDEFAULT.equals(programArgs); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[522] return PROGRAM_ARGS_EDEFAULT == null ? programArgs != null : !PROGRAM_ARGS_EDEFAULT.equals(programArgs); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[524] return PRODUCT_NAME_EDEFAULT == null ? productName != null : !PRODUCT_NAME_EDEFAULT.equals(productName); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[524] return PRODUCT_NAME_EDEFAULT == null ? productName != null : !PRODUCT_NAME_EDEFAULT.equals(productName); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[526] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[526] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[528] return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[528] return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[530] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[530] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[532] return includeLaunchers != INCLUDE_LAUNCHERS_EDEFAULT; ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[534] return startconfigurations != null && !startconfigurations.isEmpty(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.startconfigurations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[534] return startconfigurations != null && !startconfigurations.isEmpty(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.startconfigurations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[549] result.append(" (vmArgs: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[550] result.append(vmArgs); ^^^^^^ Unqualified access to the field ProductFileImpl.vmArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[551] result.append(", programArgs: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[552] result.append(programArgs); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.programArgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[553] result.append(", productName: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[554] result.append(productName); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[555] result.append(", id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[556] result.append(id); ^^ Unqualified access to the field ProductFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[557] result.append(", application: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[558] result.append(application); ^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.application [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[559] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[560] result.append(version); ^^^^^^^ Unqualified access to the field ProductFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[561] result.append(", includeLaunchers: "); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductFileImpl.java:[562] result.append(includeLaunchers); ^^^^^^^^^^^^^^^^ Unqualified access to the field ProductFileImpl.includeLaunchers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[184] public String getName() { ^^^^^^^^^ The method getName() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[185] return name; ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[193] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[194] String oldName = name; ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[195] name = newName; ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[197] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_BUNDLE__NAME, oldName, name)); ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[205] public Version getMinVersion() { ^^^^^^^^^^^^^^^ The method getMinVersion() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[206] return minVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[214] public void setMinVersion(Version newMinVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMinVersion(Version) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[215] Version oldMinVersion = minVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[216] minVersion = newMinVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[218] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_BUNDLE__MIN_VERSION, oldMinVersion, minVersion)); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[226] public Version getMaxVersion() { ^^^^^^^^^^^^^^^ The method getMaxVersion() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[227] return maxVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[235] public void setMaxVersion(Version newMaxVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMaxVersion(Version) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[236] Version oldMaxVersion = maxVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[237] maxVersion = newMaxVersion; ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[239] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_BUNDLE__MAX_VERSION, oldMaxVersion, maxVersion)); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[247] public boolean isMinExclusive() { ^^^^^^^^^^^^^^^^ The method isMinExclusive() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[248] return minExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[256] public void setMinExclusive(boolean newMinExclusive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMinExclusive(boolean) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[257] boolean oldMinExclusive = minExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[258] minExclusive = newMinExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[260] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_BUNDLE__MIN_EXCLUSIVE, oldMinExclusive, minExclusive)); ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[268] public boolean isMaxExclusive() { ^^^^^^^^^^^^^^^^ The method isMaxExclusive() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[269] return maxExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[277] public void setMaxExclusive(boolean newMaxExclusive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMaxExclusive(boolean) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[278] boolean oldMaxExclusive = maxExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[279] maxExclusive = newMaxExclusive; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[281] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_BUNDLE__MAX_EXCLUSIVE, oldMaxExclusive, maxExclusive)); ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[289] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[290] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[298] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[298] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[298] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[299] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[300] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[303] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[313] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type RequiredBundleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[314] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[316] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[317] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.REQUIRED_BUNDLE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[358] return isMinExclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[360] return isMaxExclusive(); ^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[386] setMinExclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[389] setMaxExclusive((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[434] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[436] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[436] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[438] return MIN_VERSION_EDEFAULT == null ? minVersion != null : !MIN_VERSION_EDEFAULT.equals(minVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[438] return MIN_VERSION_EDEFAULT == null ? minVersion != null : !MIN_VERSION_EDEFAULT.equals(minVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[440] return MAX_VERSION_EDEFAULT == null ? maxVersion != null : !MAX_VERSION_EDEFAULT.equals(maxVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[440] return MAX_VERSION_EDEFAULT == null ? maxVersion != null : !MAX_VERSION_EDEFAULT.equals(maxVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[442] return minExclusive != MIN_EXCLUSIVE_EDEFAULT; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[444] return maxExclusive != MAX_EXCLUSIVE_EDEFAULT; ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[459] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[460] result.append(name); ^^^^ Unqualified access to the field RequiredBundleImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[461] result.append(", minVersion: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[462] result.append(minVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[463] result.append(", maxVersion: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[464] result.append(maxVersion); ^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[465] result.append(", minExclusive: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[466] result.append(minExclusive); ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.minExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[467] result.append(", maxExclusive: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredBundleImpl.java:[468] result.append(maxExclusive); ^^^^^^^^^^^^ Unqualified access to the field RequiredBundleImpl.maxExclusive [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[91] public String getUri() { ^^^^^^^^ The method getUri() of type URLFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[92] return uri; ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[100] public void setUri(String newUri) { ^^^^^^^^^^^^^^^^^^^^^ The method setUri(String) of type URLFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[101] String oldUri = uri; ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[102] uri = newUri; ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[104] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.URL_FILE__URI, oldUri, uri)); ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[160] return URI_EDEFAULT == null ? uri != null : !URI_EDEFAULT.equals(uri); ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[160] return URI_EDEFAULT == null ? uri != null : !URI_EDEFAULT.equals(uri); ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[175] result.append(" (uri: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/URLFileImpl.java:[176] result.append(uri); ^^^ Unqualified access to the field URLFileImpl.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ExportedPackage.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ExportedPackage.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FileImpl.java:[60] public InputStream getContent(IProgressMonitor progressMonitor, Map data) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContent(IProgressMonitor, Map) of type FileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[41] DYNAMIC(0, "DYNAMIC", "DYNAMIC"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[41] DYNAMIC(0, "DYNAMIC", "DYNAMIC"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[51] STATIC(1, "STATIC", "STATIC"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[51] STATIC(1, "STATIC", "STATIC"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[109] public static Policy get(String literal) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[109] public static Policy get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[125] public static Policy getByName(String name) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[125] public static Policy getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[141] public static Policy get(int value) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[141] public static Policy get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[187] public int getValue() { ^^^^^^^^^^ The method getValue() of type Policy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[188] return value; ^^^^^ Unqualified access to the field Policy.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[196] public String getName() { ^^^^^^^^^ The method getName() of type Policy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[197] return name; ^^^^ Unqualified access to the field Policy.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[205] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type Policy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[206] return literal; ^^^^^^^ Unqualified access to the field Policy.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Policy.java:[217] return literal; ^^^^^^^ Unqualified access to the field Policy.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductStartConfig.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductStartConfig.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Extension.java:[19] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/Extension.java:[20] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/PluginXMLFile.java:[18] import org.eclipse.fx.ide.rrobot.model.task.File; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.File is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[237] setGeneratorType("feature-xml"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[255] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[256] return version; ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[264] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[265] String oldVersion = version; ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[266] version = newVersion; ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[268] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[276] public String getFeaturename() { ^^^^^^^^^^^^^^^^ The method getFeaturename() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[277] return featurename; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[285] public void setFeaturename(String newFeaturename) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFeaturename(String) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[286] String oldFeaturename = featurename; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[287] featurename = newFeaturename; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[289] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__FEATURENAME, oldFeaturename, featurename)); ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[297] public String getFeatureid() { ^^^^^^^^^^^^^^ The method getFeatureid() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[298] return featureid; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[306] public void setFeatureid(String newFeatureid) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFeatureid(String) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[307] String oldFeatureid = featureid; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[308] featureid = newFeatureid; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[310] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__FEATUREID, oldFeatureid, featureid)); ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[318] public String getVendor() { ^^^^^^^^^^^ The method getVendor() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[319] return vendor; ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[327] public void setVendor(String newVendor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVendor(String) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[328] String oldVendor = vendor; ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[329] vendor = newVendor; ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[331] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__VENDOR, oldVendor, vendor)); ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[339] public LinkedString getDescription() { ^^^^^^^^^^^^^^^^ The method getDescription() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[340] return description; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[348] public NotificationChain basicSetDescription(LinkedString newDescription, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[348] public NotificationChain basicSetDescription(LinkedString newDescription, NotificationChain msgs) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newDescription [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[348] public NotificationChain basicSetDescription(LinkedString newDescription, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[349] LinkedString oldDescription = description; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[350] description = newDescription; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[353] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[363] public void setDescription(LinkedString newDescription) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDescription(LinkedString) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[364] if (newDescription != description) { ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[366] if (description != null) ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[367] msgs = ((InternalEObject)description).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.FEATURE_FILE__DESCRIPTION, null, msgs); ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[382] public LinkedString getCopyright() { ^^^^^^^^^^^^^^ The method getCopyright() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[383] return copyright; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[391] public NotificationChain basicSetCopyright(LinkedString newCopyright, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[391] public NotificationChain basicSetCopyright(LinkedString newCopyright, NotificationChain msgs) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newCopyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[391] public NotificationChain basicSetCopyright(LinkedString newCopyright, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[392] LinkedString oldCopyright = copyright; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[393] copyright = newCopyright; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[396] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[406] public void setCopyright(LinkedString newCopyright) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCopyright(LinkedString) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[407] if (newCopyright != copyright) { ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[409] if (copyright != null) ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[410] msgs = ((InternalEObject)copyright).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.FEATURE_FILE__COPYRIGHT, null, msgs); ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[425] public LinkedString getLicense() { ^^^^^^^^^^^^ The method getLicense() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[426] return license; ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[434] public NotificationChain basicSetLicense(LinkedString newLicense, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[434] public NotificationChain basicSetLicense(LinkedString newLicense, NotificationChain msgs) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newLicense [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[434] public NotificationChain basicSetLicense(LinkedString newLicense, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[435] LinkedString oldLicense = license; ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[436] license = newLicense; ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[439] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[449] public void setLicense(LinkedString newLicense) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLicense(LinkedString) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[450] if (newLicense != license) { ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[452] if (license != null) ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[453] msgs = ((InternalEObject)license).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.FEATURE_FILE__LICENSE, null, msgs); ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[468] public String getLicense_feature() { ^^^^^^^^^^^^^^^^^^^^ The method getLicense_feature() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[469] return license_feature; ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[477] public void setLicense_feature(String newLicense_feature) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLicense_feature(String) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[478] String oldLicense_feature = license_feature; ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[479] license_feature = newLicense_feature; ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[481] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__LICENSE_FEATURE, oldLicense_feature, license_feature)); ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[489] public Version getLicense_feature_version() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLicense_feature_version() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[490] return license_feature_version; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[498] public void setLicense_feature_version(Version newLicense_feature_version) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLicense_feature_version(Version) of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[499] Version oldLicense_feature_version = license_feature_version; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[500] license_feature_version = newLicense_feature_version; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[502] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_FILE__LICENSE_FEATURE_VERSION, oldLicense_feature_version, license_feature_version)); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[510] public EList getPlugins() { ^^^^^^^^^^^^ The method getPlugins() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[511] if (plugins == null) { ^^^^^^^ Unqualified access to the field FeatureFileImpl.plugins [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[512] plugins = new EObjectContainmentEList(FeaturePlugin.class, this, BundlePackage.FEATURE_FILE__PLUGINS); ^^^^^^^ Unqualified access to the field FeatureFileImpl.plugins [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[514] return plugins; ^^^^^^^ Unqualified access to the field FeatureFileImpl.plugins [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[522] public EList getRequiredfeatures() { ^^^^^^^^^^^^^^^^^^^^^ The method getRequiredfeatures() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[523] if (requiredfeatures == null) { ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.requiredfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[524] requiredfeatures = new EObjectContainmentEList(RequiredFeature.class, this, BundlePackage.FEATURE_FILE__REQUIREDFEATURES); ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.requiredfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[526] return requiredfeatures; ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.requiredfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[534] public EList getIncludedfeatures() { ^^^^^^^^^^^^^^^^^^^^^ The method getIncludedfeatures() of type FeatureFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[535] if (includedfeatures == null) { ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.includedfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[536] includedfeatures = new EObjectContainmentEList(IncludedFeature.class, this, BundlePackage.FEATURE_FILE__INCLUDEDFEATURES); ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.includedfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[538] return includedfeatures; ^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.includedfeatures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[710] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[710] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field FeatureFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[712] return FEATURENAME_EDEFAULT == null ? featurename != null : !FEATURENAME_EDEFAULT.equals(featurename); ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[712] return FEATURENAME_EDEFAULT == null ? featurename != null : !FEATURENAME_EDEFAULT.equals(featurename); ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featurename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[714] return FEATUREID_EDEFAULT == null ? featureid != null : !FEATUREID_EDEFAULT.equals(featureid); ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[714] return FEATUREID_EDEFAULT == null ? featureid != null : !FEATUREID_EDEFAULT.equals(featureid); ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.featureid [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[716] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[716] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field FeatureFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[718] return description != null; ^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.description [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[720] return copyright != null; ^^^^^^^^^ Unqualified access to the field FeatureFileImpl.copyright [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[722] return license != null; ^^^^^^^ Unqualified access to the field FeatureFileImpl.license [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[724] return LICENSE_FEATURE_EDEFAULT == null ? license_feature != null : !LICENSE_FEATURE_EDEFAULT.equals(license_feature); ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[724] return LICENSE_FEATURE_EDEFAULT == null ? license_feature != null : !LICENSE_FEATURE_EDEFAULT.equals(license_feature); ^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[726] return LICENSE_FEATURE_VERSION_EDEFAULT == null ? license_feature_version != null : !LICENSE_FEATURE_VERSION_EDEFAULT.equals(license_feature_version); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeatureFileImpl.java:[726] return LICENSE_FEATURE_VERSION_EDEFAULT == null ? license_feature_version != null : !LICENSE_FEATURE_VERSION_EDEFAULT.equals(license_feature_version); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FeatureFileImpl.license_feature_version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[112] public String getType() { ^^^^^^^^^ The method getType() of type InlineBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[113] return type; ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[121] public void setType(String newType) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setType(String) of type InlineBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[122] String oldType = type; ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[123] type = newType; ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[125] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.INLINE_BOOLEAN_EXPRESSION__TYPE, oldType, type)); ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[133] public String getExpression() { ^^^^^^^^^^^^^^^ The method getExpression() of type InlineBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[134] return expression; ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[142] public void setExpression(String newExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExpression(String) of type InlineBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[143] String oldExpression = expression; ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[144] expression = newExpression; ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[146] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.INLINE_BOOLEAN_EXPRESSION__EXPRESSION, oldExpression, expression)); ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[154] public boolean execute(Map data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(Map) of type InlineBooleanExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[157] Collection> references = b.getBundleContext().getServiceReferences(BooleanExpressionExecutor.class, "(executabletype="+getType()+")"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[157] Collection> references = b.getBundleContext().getServiceReferences(BooleanExpressionExecutor.class, "(executabletype="+getType()+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[159] throw new RuntimeException("Could not find generator for type '"+getType()+"'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[159] throw new RuntimeException("Could not find generator for type '"+getType()+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[170] throw new RuntimeException("Could not find generator for type '"+getType()+"'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[170] throw new RuntimeException("Could not find generator for type '"+getType()+"'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[235] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[235] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[237] return EXPRESSION_EDEFAULT == null ? expression != null : !EXPRESSION_EDEFAULT.equals(expression); ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[237] return EXPRESSION_EDEFAULT == null ? expression != null : !EXPRESSION_EDEFAULT.equals(expression); ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[252] result.append(" (type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[253] result.append(type); ^^^^ Unqualified access to the field InlineBooleanExpressionImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[254] result.append(", expression: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/InlineBooleanExpressionImpl.java:[255] result.append(expression); ^^^^^^^^^^ Unqualified access to the field InlineBooleanExpressionImpl.expression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[78] public EList getChildren() { ^^^^^^^^^^^^^ The method getChildren() of type FolderImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[79] if (children == null) { ^^^^^^^^ Unqualified access to the field FolderImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[80] children = new EObjectContainmentEList(Resource.class, this, TaskPackage.FOLDER__CHILDREN); ^^^^^^^^ Unqualified access to the field FolderImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[82] return children; ^^^^^^^^ Unqualified access to the field FolderImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[154] return children != null && !children.isEmpty(); ^^^^^^^^ Unqualified access to the field FolderImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/FolderImpl.java:[154] return children != null && !children.isEmpty(); ^^^^^^^^ Unqualified access to the field FolderImpl.children [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[27] import org.eclipse.emf.common.util.URI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.URI is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[127] public String getExecutionURI() { ^^^^^^^^^^^^^^^^^ The method getExecutionURI() of type DynamicFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[128] return executionURI; ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[136] public void setExecutionURI(String newExecutionURI) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExecutionURI(String) of type DynamicFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[137] String oldExecutionURI = executionURI; ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[138] executionURI = newExecutionURI; ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[140] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.DYNAMIC_FILE__EXECUTION_URI, oldExecutionURI, executionURI)); ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[148] public String getType() { ^^^^^^^^^ The method getType() of type DynamicFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[149] return type; ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[157] public void setType(String newType) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setType(String) of type DynamicFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[158] String oldType = type; ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[159] type = newType; ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[161] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.DYNAMIC_FILE__TYPE, oldType, type)); ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[169] public EList getVariables() { ^^^^^^^^^^^^^^ The method getVariables() of type DynamicFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[170] if (variables == null) { ^^^^^^^^^ Unqualified access to the field DynamicFileImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[171] variables = new EObjectContainmentEList(Variable.class, this, TaskPackage.DYNAMIC_FILE__VARIABLES); ^^^^^^^^^ Unqualified access to the field DynamicFileImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[173] return variables; ^^^^^^^^^ Unqualified access to the field DynamicFileImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[261] return EXECUTION_URI_EDEFAULT == null ? executionURI != null : !EXECUTION_URI_EDEFAULT.equals(executionURI); ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[261] return EXECUTION_URI_EDEFAULT == null ? executionURI != null : !EXECUTION_URI_EDEFAULT.equals(executionURI); ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[263] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[263] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[265] return variables != null && !variables.isEmpty(); ^^^^^^^^^ Unqualified access to the field DynamicFileImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[265] return variables != null && !variables.isEmpty(); ^^^^^^^^^ Unqualified access to the field DynamicFileImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[280] result.append(" (executionURI: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[281] result.append(executionURI); ^^^^^^^^^^^^ Unqualified access to the field DynamicFileImpl.executionURI [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[282] result.append(", type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[283] result.append(type); ^^^^ Unqualified access to the field DynamicFileImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[292] Collection> references = b.getBundleContext().getServiceReferences(Generator.class, "(executabletype="+getType()+")"); ^^^^^^^^^ Generator is a raw type. References to generic type Generator should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[292] Collection> references = b.getBundleContext().getServiceReferences(Generator.class, "(executabletype="+getType()+")"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[292] Collection> references = b.getBundleContext().getServiceReferences(Generator.class, "(executabletype="+getType()+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[294] throw new IOException("Could not find generator for type '"+getType()+"'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[294] throw new IOException("Could not find generator for type '"+getType()+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[296] return b.getBundleContext().getService(references.iterator().next()).generate(this, data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method generate(File, Map) belongs to the raw type Generator. References to generic type Generator should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[299] throw new IOException("Could not find generator for type '"+getType()+"'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DynamicFileImpl.java:[299] throw new IOException("Could not find generator for type '"+getType()+"'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[123] public String getPackagename() { ^^^^^^^^^^^^^^^^ The method getPackagename() of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[124] return packagename; ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[132] public void setPackagename(String newPackagename) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPackagename(String) of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[133] String oldPackagename = packagename; ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[134] packagename = newPackagename; ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[136] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.COMPILATION_UNIT__PACKAGENAME, oldPackagename, packagename)); ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[144] public File getFile() { ^^^^^^^^^ The method getFile() of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[145] return file; ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[153] public NotificationChain basicSetFile(File newFile, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[153] public NotificationChain basicSetFile(File newFile, NotificationChain msgs) { ^^^^^^^ Javadoc: Missing tag for parameter newFile [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[153] public NotificationChain basicSetFile(File newFile, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[154] File oldFile = file; ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[155] file = newFile; ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[158] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[168] public void setFile(File newFile) { ^^^^^^^^^^^^^^^^^^^^^ The method setFile(File) of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[169] if (newFile != file) { ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[171] if (file != null) ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[172] msgs = ((InternalEObject)file).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TaskPackage.COMPILATION_UNIT__FILE, null, msgs); ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[187] public SourceFragment getSourcefragment() { ^^^^^^^^^^^^^^^^^^^ The method getSourcefragment() of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[188] if (sourcefragment != null && sourcefragment.eIsProxy()) { ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[188] if (sourcefragment != null && sourcefragment.eIsProxy()) { ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[189] InternalEObject oldSourcefragment = (InternalEObject)sourcefragment; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[190] sourcefragment = (SourceFragment)eResolveProxy(oldSourcefragment); ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[191] if (sourcefragment != oldSourcefragment) { ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[193] eNotify(new ENotificationImpl(this, Notification.RESOLVE, TaskPackage.COMPILATION_UNIT__SOURCEFRAGMENT, oldSourcefragment, sourcefragment)); ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[196] return sourcefragment; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[204] public SourceFragment basicGetSourcefragment() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[205] return sourcefragment; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[213] public void setSourcefragment(SourceFragment newSourcefragment) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSourcefragment(SourceFragment) of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[214] SourceFragment oldSourcefragment = sourcefragment; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[215] sourcefragment = newSourcefragment; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[217] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.COMPILATION_UNIT__SOURCEFRAGMENT, oldSourcefragment, sourcefragment)); ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[225] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[226] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[234] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[234] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[234] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[235] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[236] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[239] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[249] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type CompilationUnitImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[250] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[252] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[253] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TaskPackage.COMPILATION_UNIT__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[357] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[359] return PACKAGENAME_EDEFAULT == null ? packagename != null : !PACKAGENAME_EDEFAULT.equals(packagename); ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[359] return PACKAGENAME_EDEFAULT == null ? packagename != null : !PACKAGENAME_EDEFAULT.equals(packagename); ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[361] return file != null; ^^^^ Unqualified access to the field CompilationUnitImpl.file [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[363] return sourcefragment != null; ^^^^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.sourcefragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[378] result.append(" (packagename: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/CompilationUnitImpl.java:[379] result.append(packagename); ^^^^^^^^^^^ Unqualified access to the field CompilationUnitImpl.packagename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Generator.java:[20] public interface Generator { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/Generator.java:[21] InputStream generate(F file, Map data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/RequiredFeature.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/RequiredFeature.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[65] public static BundleFactory init() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[119] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[119] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[140] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[140] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[161] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[161] throw new IllegalArgumentException("The datatype '" + eDataType.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[170] public BundleProject createBundleProject() { ^^^^^^^^^^^^^^^^^^^^^ The method createBundleProject() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[180] public FeatureProject createFeatureProject() { ^^^^^^^^^^^^^^^^^^^^^^ The method createFeatureProject() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[190] public ManifestFile createManifestFile() { ^^^^^^^^^^^^^^^^^^^^ The method createManifestFile() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[200] public PluginXMLFile createPluginXMLFile() { ^^^^^^^^^^^^^^^^^^^^^ The method createPluginXMLFile() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[210] public BuildProperties createBuildProperties() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createBuildProperties() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[220] public ProductFileFeaturebase createProductFileFeaturebase() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductFileFeaturebase() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[230] public FeatureFile createFeatureFile() { ^^^^^^^^^^^^^^^^^^^ The method createFeatureFile() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[240] public ImportedPackage createImportedPackage() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createImportedPackage() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[250] public ExportedPackage createExportedPackage() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createExportedPackage() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[260] public Extension createExtension() { ^^^^^^^^^^^^^^^^^ The method createExtension() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[270] public Element createElement() { ^^^^^^^^^^^^^^^ The method createElement() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[280] public Attribute createAttribute() { ^^^^^^^^^^^^^^^^^ The method createAttribute() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[290] public RequiredBundle createRequiredBundle() { ^^^^^^^^^^^^^^^^^^^^^^ The method createRequiredBundle() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[300] public LinkedString createLinkedString() { ^^^^^^^^^^^^^^^^^^^^ The method createLinkedString() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[310] public FeaturePlugin createFeaturePlugin() { ^^^^^^^^^^^^^^^^^^^^^ The method createFeaturePlugin() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[320] public RequiredFeature createRequiredFeature() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createRequiredFeature() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[330] public IncludedFeature createIncludedFeature() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createIncludedFeature() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[340] public ProductPlugin createProductPlugin() { ^^^^^^^^^^^^^^^^^^^^^ The method createProductPlugin() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[350] public ProductFeature createProductFeature() { ^^^^^^^^^^^^^^^^^^^^^^ The method createProductFeature() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[360] public ProductStartConfig createProductStartConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProductStartConfig() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[370] public ComponentDefinitionFile createComponentDefinitionFile() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createComponentDefinitionFile() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[380] public ComponentReference createComponentReference() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createComponentReference() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[390] public MatchRule createMatchRuleFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[390] public MatchRule createMatchRuleFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createMatchRuleFromString(EDataType, String) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[390] public MatchRule createMatchRuleFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[390] public MatchRule createMatchRuleFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[392] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[392] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[392] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[401] public String convertMatchRuleToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[401] public String convertMatchRuleToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertMatchRuleToString(EDataType, Object) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[401] public String convertMatchRuleToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[401] public String convertMatchRuleToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[410] public Cardinality createCardinalityFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[410] public Cardinality createCardinalityFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCardinalityFromString(EDataType, String) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[410] public Cardinality createCardinalityFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[410] public Cardinality createCardinalityFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[412] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[412] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[412] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[421] public String convertCardinalityToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[421] public String convertCardinalityToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertCardinalityToString(EDataType, Object) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[421] public String convertCardinalityToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[421] public String convertCardinalityToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[430] public Policy createPolicyFromString(EDataType eDataType, String initialValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[430] public Policy createPolicyFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPolicyFromString(EDataType, String) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[430] public Policy createPolicyFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[430] public Policy createPolicyFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[432] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[432] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[432] if (result == null) throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[441] public String convertPolicyToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[441] public String convertPolicyToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertPolicyToString(EDataType, Object) from the type BundleFactoryImpl can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[441] public String convertPolicyToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[441] public String convertPolicyToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[450] public Version createVersionFromString(EDataType eDataType, String initialValue) { ^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[450] public Version createVersionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[450] public Version createVersionFromString(EDataType eDataType, String initialValue) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[459] public String convertVersionToString(EDataType eDataType, Object instanceValue) { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[459] public String convertVersionToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^ Javadoc: Missing tag for parameter eDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[459] public String convertVersionToString(EDataType eDataType, Object instanceValue) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter instanceValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[468] public BundlePackage getBundlePackage() { ^^^^^^^^^^^^^^^^^^ The method getBundlePackage() of type BundleFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleFactoryImpl.java:[479] public static BundlePackage getPackage() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[90] public byte[] getContent() { ^^^^^^^^^^^^ The method getContent() of type DataFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[91] return content; ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[99] public void setContent(byte[] newContent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setContent(byte[]) of type DataFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[100] byte[] oldContent = content; ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[101] content = newContent; ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.DATA_FILE__CONTENT, oldContent, content)); ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[159] return CONTENT_EDEFAULT == null ? content != null : !CONTENT_EDEFAULT.equals(content); ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[159] return CONTENT_EDEFAULT == null ? content != null : !CONTENT_EDEFAULT.equals(content); ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[174] result.append(" (content: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/DataFileImpl.java:[175] result.append(content); ^^^^^^^ Unqualified access to the field DataFileImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/RequiredBundle.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/RequiredBundle.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[58] setGeneratorType("bundle-build-properties"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[59] setName("build.properties"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[77] public EList getBinIncludes() { ^^^^^^^^^^^^^^^^ The method getBinIncludes() of type BuildPropertiesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[78] if (binIncludes == null) { ^^^^^^^^^^^ Unqualified access to the field BuildPropertiesImpl.binIncludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[79] binIncludes = new EObjectResolvingEList(Resource.class, this, BundlePackage.BUILD_PROPERTIES__BIN_INCLUDES); ^^^^^^^^^^^ Unqualified access to the field BuildPropertiesImpl.binIncludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[81] return binIncludes; ^^^^^^^^^^^ Unqualified access to the field BuildPropertiesImpl.binIncludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[139] return binIncludes != null && !binIncludes.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field BuildPropertiesImpl.binIncludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BuildPropertiesImpl.java:[139] return binIncludes != null && !binIncludes.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field BuildPropertiesImpl.binIncludes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[139] public String getId() { ^^^^^^^ The method getId() of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[140] return id; ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[148] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[149] String oldId = id; ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[150] id = newId; ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[152] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.EXTENSION__ID, oldId, id)); ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[160] public String getPoint() { ^^^^^^^^^^ The method getPoint() of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[161] return point; ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[169] public void setPoint(String newPoint) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPoint(String) of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[170] String oldPoint = point; ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[171] point = newPoint; ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[173] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.EXTENSION__POINT, oldPoint, point)); ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[181] public EList getElements() { ^^^^^^^^^^^^^ The method getElements() of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[182] if (elements == null) { ^^^^^^^^ Unqualified access to the field ExtensionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[183] elements = new EObjectContainmentEList(Element.class, this, BundlePackage.EXTENSION__ELEMENTS); ^^^^^^^^ Unqualified access to the field ExtensionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[185] return elements; ^^^^^^^^ Unqualified access to the field ExtensionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[193] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[194] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[202] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[202] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[202] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[203] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[204] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[207] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[217] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[218] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[220] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[221] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.EXTENSION__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[326] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[328] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[328] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[330] return POINT_EDEFAULT == null ? point != null : !POINT_EDEFAULT.equals(point); ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[330] return POINT_EDEFAULT == null ? point != null : !POINT_EDEFAULT.equals(point); ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[332] return elements != null && !elements.isEmpty(); ^^^^^^^^ Unqualified access to the field ExtensionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[332] return elements != null && !elements.isEmpty(); ^^^^^^^^ Unqualified access to the field ExtensionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[347] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[348] result.append(id); ^^ Unqualified access to the field ExtensionImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[349] result.append(", point: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExtensionImpl.java:[350] result.append(point); ^^^^^ Unqualified access to the field ExtensionImpl.point [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[122] public String getName() { ^^^^^^^^^ The method getName() of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[123] return name; ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[131] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[132] String oldName = name; ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[133] name = newName; ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[135] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.EXPORTED_PACKAGE__NAME, oldName, name)); ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[143] public Version getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[144] return version; ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[152] public void setVersion(Version newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(Version) of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[153] Version oldVersion = version; ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[154] version = newVersion; ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.EXPORTED_PACKAGE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[164] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[165] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[173] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[174] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[175] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[178] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[188] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ExportedPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[189] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[191] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[192] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.EXPORTED_PACKAGE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[285] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExportedPackageImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[287] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[287] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[289] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[304] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[305] result.append(name); ^^^^ Unqualified access to the field ExportedPackageImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[306] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ExportedPackageImpl.java:[307] result.append(version); ^^^^^^^ Unqualified access to the field ExportedPackageImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/util/BundleSwitch.java:[42] public class BundleSwitch<@Nullable T> extends Switch { ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[141] public String getId() { ^^^^^^^ The method getId() of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[142] return id; ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[150] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[151] String oldId = id; ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[152] id = newId; ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[154] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_PLUGIN__ID, oldId, id)); ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[162] public boolean isUnpack() { ^^^^^^^^^^ The method isUnpack() of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[163] return unpack; ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[171] public void setUnpack(boolean newUnpack) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUnpack(boolean) of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[172] boolean oldUnpack = unpack; ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[173] unpack = newUnpack; ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[175] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_PLUGIN__UNPACK, oldUnpack, unpack)); ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[183] public boolean isFragment() { ^^^^^^^^^^^^ The method isFragment() of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[184] return fragment; ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[192] public void setFragment(boolean newFragment) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFragment(boolean) of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[193] boolean oldFragment = fragment; ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[194] fragment = newFragment; ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[196] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.FEATURE_PLUGIN__FRAGMENT, oldFragment, fragment)); ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[204] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[205] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[214] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[215] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[218] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[228] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type FeaturePluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[229] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[231] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[232] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.FEATURE_PLUGIN__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[269] return isUnpack(); ^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[271] return isFragment(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[291] setUnpack((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[294] setFragment((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[333] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field FeaturePluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[335] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[335] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[337] return unpack != UNPACK_EDEFAULT; ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[339] return fragment != FRAGMENT_EDEFAULT; ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[354] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[355] result.append(id); ^^ Unqualified access to the field FeaturePluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[356] result.append(", unpack: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[357] result.append(unpack); ^^^^^^ Unqualified access to the field FeaturePluginImpl.unpack [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[358] result.append(", fragment: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/FeaturePluginImpl.java:[359] result.append(fragment); ^^^^^^^^ Unqualified access to the field FeaturePluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[33] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[256] setGeneratorType("bundle-manifest"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[257] setName("MANIFEST.MF"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[275] public String getBundlename() { ^^^^^^^^^^^^^^^ The method getBundlename() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[276] return bundlename; ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[284] public void setBundlename(String newBundlename) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBundlename(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[285] String oldBundlename = bundlename; ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[286] bundlename = newBundlename; ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[288] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__BUNDLENAME, oldBundlename, bundlename)); ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[296] public String getSymbolicname() { ^^^^^^^^^^^^^^^^^ The method getSymbolicname() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[297] return symbolicname; ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[305] public void setSymbolicname(String newSymbolicname) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSymbolicname(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[306] String oldSymbolicname = symbolicname; ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[307] symbolicname = newSymbolicname; ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[309] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__SYMBOLICNAME, oldSymbolicname, symbolicname)); ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[317] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[318] return version; ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[326] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[327] String oldVersion = version; ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[328] version = newVersion; ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[330] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[338] public EList getExportedPackages() { ^^^^^^^^^^^^^^^^^^^^^ The method getExportedPackages() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[339] if (exportedPackages == null) { ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.exportedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[340] exportedPackages = new EObjectContainmentEList(ExportedPackage.class, this, BundlePackage.MANIFEST_FILE__EXPORTED_PACKAGES); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.exportedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[342] return exportedPackages; ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.exportedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[350] public EList getImportedPackages() { ^^^^^^^^^^^^^^^^^^^^^ The method getImportedPackages() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[351] if (importedPackages == null) { ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.importedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[352] importedPackages = new EObjectContainmentEList(ImportedPackage.class, this, BundlePackage.MANIFEST_FILE__IMPORTED_PACKAGES); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.importedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[354] return importedPackages; ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.importedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[362] public String getExecutionEnvironment() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExecutionEnvironment() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[363] return executionEnvironment; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[371] public void setExecutionEnvironment(String newExecutionEnvironment) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExecutionEnvironment(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[372] String oldExecutionEnvironment = executionEnvironment; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[373] executionEnvironment = newExecutionEnvironment; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[375] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__EXECUTION_ENVIRONMENT, oldExecutionEnvironment, executionEnvironment)); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[383] public EList getRequiredBundles() { ^^^^^^^^^^^^^^^^^^^^ The method getRequiredBundles() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[384] if (requiredBundles == null) { ^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.requiredBundles [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[385] requiredBundles = new EObjectContainmentEList(RequiredBundle.class, this, BundlePackage.MANIFEST_FILE__REQUIRED_BUNDLES); ^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.requiredBundles [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[387] return requiredBundles; ^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.requiredBundles [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[395] public Boolean getLazy() { ^^^^^^^^^ The method getLazy() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[396] return lazy; ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[404] public void setLazy(Boolean newLazy) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method setLazy(Boolean) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[405] Boolean oldLazy = lazy; ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[406] lazy = newLazy; ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[408] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__LAZY, oldLazy, lazy)); ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[416] public Boolean getSingleton() { ^^^^^^^^^^^^^^ The method getSingleton() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[417] return singleton; ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[425] public void setSingleton(Boolean newSingleton) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSingleton(Boolean) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[426] Boolean oldSingleton = singleton; ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[427] singleton = newSingleton; ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[429] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__SINGLETON, oldSingleton, singleton)); ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[437] public String getActivatorClass() { ^^^^^^^^^^^^^^^^^^^ The method getActivatorClass() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[438] return activatorClass; ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[446] public void setActivatorClass(String newActivatorClass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setActivatorClass(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[447] String oldActivatorClass = activatorClass; ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[448] activatorClass = newActivatorClass; ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[450] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__ACTIVATOR_CLASS, oldActivatorClass, activatorClass)); ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[458] public String getVendor() { ^^^^^^^^^^^ The method getVendor() of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[459] return vendor; ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[467] public void setVendor(String newVendor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVendor(String) of type ManifestFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[468] String oldVendor = vendor; ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[469] vendor = newVendor; ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[471] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.MANIFEST_FILE__VENDOR, oldVendor, vendor)); ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[629] return BUNDLENAME_EDEFAULT == null ? bundlename != null : !BUNDLENAME_EDEFAULT.equals(bundlename); ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[629] return BUNDLENAME_EDEFAULT == null ? bundlename != null : !BUNDLENAME_EDEFAULT.equals(bundlename); ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[631] return SYMBOLICNAME_EDEFAULT == null ? symbolicname != null : !SYMBOLICNAME_EDEFAULT.equals(symbolicname); ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[631] return SYMBOLICNAME_EDEFAULT == null ? symbolicname != null : !SYMBOLICNAME_EDEFAULT.equals(symbolicname); ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[633] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[633] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[635] return exportedPackages != null && !exportedPackages.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.exportedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[635] return exportedPackages != null && !exportedPackages.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.exportedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[637] return importedPackages != null && !importedPackages.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.importedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[637] return importedPackages != null && !importedPackages.isEmpty(); ^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.importedPackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[639] return EXECUTION_ENVIRONMENT_EDEFAULT == null ? executionEnvironment != null : !EXECUTION_ENVIRONMENT_EDEFAULT.equals(executionEnvironment); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[639] return EXECUTION_ENVIRONMENT_EDEFAULT == null ? executionEnvironment != null : !EXECUTION_ENVIRONMENT_EDEFAULT.equals(executionEnvironment); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[641] return requiredBundles != null && !requiredBundles.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.requiredBundles [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[641] return requiredBundles != null && !requiredBundles.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.requiredBundles [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[643] return LAZY_EDEFAULT == null ? lazy != null : !LAZY_EDEFAULT.equals(lazy); ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[643] return LAZY_EDEFAULT == null ? lazy != null : !LAZY_EDEFAULT.equals(lazy); ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[645] return SINGLETON_EDEFAULT == null ? singleton != null : !SINGLETON_EDEFAULT.equals(singleton); ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[645] return SINGLETON_EDEFAULT == null ? singleton != null : !SINGLETON_EDEFAULT.equals(singleton); ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[647] return ACTIVATOR_CLASS_EDEFAULT == null ? activatorClass != null : !ACTIVATOR_CLASS_EDEFAULT.equals(activatorClass); ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[647] return ACTIVATOR_CLASS_EDEFAULT == null ? activatorClass != null : !ACTIVATOR_CLASS_EDEFAULT.equals(activatorClass); ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[649] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[649] return VENDOR_EDEFAULT == null ? vendor != null : !VENDOR_EDEFAULT.equals(vendor); ^^^^^^ Unqualified access to the field ManifestFileImpl.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[664] result.append(" (bundlename: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[665] result.append(bundlename); ^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.bundlename [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[666] result.append(", symbolicname: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[667] result.append(symbolicname); ^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[668] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[669] result.append(version); ^^^^^^^ Unqualified access to the field ManifestFileImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[670] result.append(", executionEnvironment: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[671] result.append(executionEnvironment); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.executionEnvironment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[672] result.append(", lazy: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[673] result.append(lazy); ^^^^ Unqualified access to the field ManifestFileImpl.lazy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[674] result.append(", singleton: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[675] result.append(singleton); ^^^^^^^^^ Unqualified access to the field ManifestFileImpl.singleton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[676] result.append(", activatorClass: "); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[677] result.append(activatorClass); ^^^^^^^^^^^^^^ Unqualified access to the field ManifestFileImpl.activatorClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ManifestFileImpl.java:[678] result.append(", vendor: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[106] public String getName() { ^^^^^^^^^ The method getName() of type AttributeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[107] return name; ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[115] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type AttributeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[116] String oldName = name; ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[117] name = newName; ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[119] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.ATTRIBUTE__NAME, oldName, name)); ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[127] public String getValue() { ^^^^^^^^^^ The method getValue() of type AttributeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[128] return value; ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[136] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type AttributeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[137] String oldValue = value; ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[138] value = newValue; ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[140] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.ATTRIBUTE__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[204] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[204] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[206] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[206] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[221] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[222] result.append(name); ^^^^ Unqualified access to the field AttributeImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[223] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/AttributeImpl.java:[224] result.append(value); ^^^^^ Unqualified access to the field AttributeImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductFeature.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductFeature.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductFeature.java:[21] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[255] public static TaskPackage init() { ^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[288] public EClass getRobotTask() { ^^^^^^^^^^^^^^ The method getRobotTask() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[289] return robotTaskEClass; ^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.robotTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[297] public EReference getRobotTask_Projects() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getRobotTask_Projects() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[298] return (EReference)robotTaskEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.robotTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[306] public EReference getRobotTask_Variables() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getRobotTask_Variables() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[307] return (EReference)robotTaskEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.robotTaskEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[315] public EClass getProject() { ^^^^^^^^^^^^ The method getProject() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[316] return projectEClass; ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.projectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[324] public EAttribute getProject_Name() { ^^^^^^^^^^^^^^^^^ The method getProject_Name() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[325] return (EAttribute)projectEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.projectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[333] public EReference getProject_Resources() { ^^^^^^^^^^^^^^^^^^^^^^ The method getProject_Resources() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[334] return (EReference)projectEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.projectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[342] public EReference getProject_ExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProject_ExcludeExpression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[343] return (EReference)projectEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.projectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[351] public EClass getResource() { ^^^^^^^^^^^^^ The method getResource() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[352] return resourceEClass; ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.resourceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[360] public EAttribute getResource_Name() { ^^^^^^^^^^^^^^^^^^ The method getResource_Name() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[361] return (EAttribute)resourceEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.resourceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[369] public EClass getFolder() { ^^^^^^^^^^^ The method getFolder() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[370] return folderEClass; ^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.folderEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[378] public EReference getFolder_Children() { ^^^^^^^^^^^^^^^^^^^^ The method getFolder_Children() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[379] return (EReference)folderEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.folderEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[387] public EClass getFile() { ^^^^^^^^^ The method getFile() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[388] return fileEClass; ^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.fileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[396] public EDataType getIProgressMonitor() { ^^^^^^^^^^^^^^^^^^^^^ The method getIProgressMonitor() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[397] return iProgressMonitorEDataType; ^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.iProgressMonitorEDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[405] public EClass getTemplatedFile() { ^^^^^^^^^^^^^^^^^^ The method getTemplatedFile() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[406] return templatedFileEClass; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.templatedFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[414] public EAttribute getTemplatedFile_GeneratorType() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTemplatedFile_GeneratorType() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[415] return (EAttribute)templatedFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.templatedFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[423] public EClass getDataFile() { ^^^^^^^^^^^^^ The method getDataFile() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[424] return dataFileEClass; ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dataFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[432] public EAttribute getDataFile_Content() { ^^^^^^^^^^^^^^^^^^^^^ The method getDataFile_Content() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[433] return (EAttribute)dataFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dataFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[441] public EClass getURLFile() { ^^^^^^^^^^^^ The method getURLFile() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[442] return urlFileEClass; ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.urlFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[450] public EAttribute getURLFile_Uri() { ^^^^^^^^^^^^^^^^ The method getURLFile_Uri() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[451] return (EAttribute)urlFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.urlFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[459] public EClass getDynamicFile() { ^^^^^^^^^^^^^^^^ The method getDynamicFile() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[460] return dynamicFileEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dynamicFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[468] public EAttribute getDynamicFile_ExecutionURI() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDynamicFile_ExecutionURI() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[469] return (EAttribute)dynamicFileEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dynamicFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[477] public EAttribute getDynamicFile_Type() { ^^^^^^^^^^^^^^^^^^^^^ The method getDynamicFile_Type() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[478] return (EAttribute)dynamicFileEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dynamicFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[486] public EReference getDynamicFile_Variables() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDynamicFile_Variables() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[487] return (EReference)dynamicFileEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.dynamicFileEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[495] public EClass getVariable() { ^^^^^^^^^^^^^ The method getVariable() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[496] return variableEClass; ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.variableEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[504] public EAttribute getVariable_Key() { ^^^^^^^^^^^^^^^^^ The method getVariable_Key() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[505] return (EAttribute)variableEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.variableEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[513] public EAttribute getVariable_DefaultValue() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariable_DefaultValue() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[514] return (EAttribute)variableEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.variableEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[522] public EAttribute getVariable_Description() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariable_Description() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[523] return (EAttribute)variableEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.variableEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[531] public EAttribute getVariable_Type() { ^^^^^^^^^^^^^^^^^^ The method getVariable_Type() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[532] return (EAttribute)variableEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.variableEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[540] public EClass getBooleanExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getBooleanExpression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[541] return booleanExpressionEClass; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.booleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[549] public EClass getReferencingBooleanExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getReferencingBooleanExpression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[550] return referencingBooleanExpressionEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.referencingBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[558] public EAttribute getReferencingBooleanExpression_ExecutionURI() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getReferencingBooleanExpression_ExecutionURI() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[559] return (EAttribute)referencingBooleanExpressionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.referencingBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[567] public EAttribute getReferencingBooleanExpression_Type() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getReferencingBooleanExpression_Type() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[568] return (EAttribute)referencingBooleanExpressionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.referencingBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[576] public EClass getInlineBooleanExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInlineBooleanExpression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[577] return inlineBooleanExpressionEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.inlineBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[585] public EAttribute getInlineBooleanExpression_Type() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInlineBooleanExpression_Type() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[586] return (EAttribute)inlineBooleanExpressionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.inlineBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[594] public EAttribute getInlineBooleanExpression_Expression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInlineBooleanExpression_Expression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[595] return (EAttribute)inlineBooleanExpressionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.inlineBooleanExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[603] public EClass getJDTProject() { ^^^^^^^^^^^^^^^ The method getJDTProject() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[604] return jdtProjectEClass; ^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.jdtProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[612] public EReference getJDTProject_SourceFragments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJDTProject_SourceFragments() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[613] return (EReference)jdtProjectEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.jdtProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[621] public EReference getJDTProject_CompilationUnits() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJDTProject_CompilationUnits() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[622] return (EReference)jdtProjectEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.jdtProjectEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[630] public EClass getSourceFragment() { ^^^^^^^^^^^^^^^^^^^ The method getSourceFragment() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[631] return sourceFragmentEClass; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.sourceFragmentEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[639] public EReference getSourceFragment_Folder() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSourceFragment_Folder() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[640] return (EReference)sourceFragmentEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.sourceFragmentEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[648] public EAttribute getSourceFragment_Name() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getSourceFragment_Name() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[649] return (EAttribute)sourceFragmentEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.sourceFragmentEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[657] public EClass getCompilationUnit() { ^^^^^^^^^^^^^^^^^^^^ The method getCompilationUnit() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[658] return compilationUnitEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.compilationUnitEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[666] public EAttribute getCompilationUnit_Packagename() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCompilationUnit_Packagename() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[667] return (EAttribute)compilationUnitEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.compilationUnitEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[675] public EReference getCompilationUnit_File() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCompilationUnit_File() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[676] return (EReference)compilationUnitEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.compilationUnitEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[684] public EReference getCompilationUnit_Sourcefragment() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCompilationUnit_Sourcefragment() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[685] return (EReference)compilationUnitEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.compilationUnitEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[693] public EClass getExcludeableElementMixin() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeableElementMixin() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[694] return excludeableElementMixinEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.excludeableElementMixinEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[702] public EReference getExcludeableElementMixin_ExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeableElementMixin_ExcludeExpression() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[703] return (EReference)excludeableElementMixinEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.excludeableElementMixinEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[711] public EEnum getType() { ^^^^^^^^^ The method getType() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[712] return typeEEnum; ^^^^^^^^^ Unqualified access to the field TaskPackageImpl.typeEEnum [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[720] public EDataType getInputStream() { ^^^^^^^^^^^^^^^^ The method getInputStream() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[721] return inputStreamEDataType; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TaskPackageImpl.inputStreamEDataType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/TaskPackageImpl.java:[729] public EDataType getGenerator() { ^^^^^^^^^^^^^^ The method getGenerator() of type TaskPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[141] public String getId() { ^^^^^^^ The method getId() of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[142] return id; ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[150] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[151] String oldId = id; ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[152] id = newId; ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[154] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_START_CONFIG__ID, oldId, id)); ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[162] public boolean isAutoStart() { ^^^^^^^^^^^^^ The method isAutoStart() of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[163] return autoStart; ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[171] public void setAutoStart(boolean newAutoStart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAutoStart(boolean) of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[172] boolean oldAutoStart = autoStart; ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[173] autoStart = newAutoStart; ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[175] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_START_CONFIG__AUTO_START, oldAutoStart, autoStart)); ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[183] public int getStartLevel() { ^^^^^^^^^^^^^^^ The method getStartLevel() of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[184] return startLevel; ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[192] public void setStartLevel(int newStartLevel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setStartLevel(int) of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[193] int oldStartLevel = startLevel; ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[194] startLevel = newStartLevel; ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[196] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_START_CONFIG__START_LEVEL, oldStartLevel, startLevel)); ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[204] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[205] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[213] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[214] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[215] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[218] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[228] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ProductStartConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[229] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[231] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[232] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.PRODUCT_START_CONFIG__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[269] return isAutoStart(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[271] return getStartLevel(); ^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[291] setAutoStart((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[294] setStartLevel((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[333] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[335] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[335] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[337] return autoStart != AUTO_START_EDEFAULT; ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[339] return startLevel != START_LEVEL_EDEFAULT; ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[354] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[355] result.append(id); ^^ Unqualified access to the field ProductStartConfigImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[356] result.append(", autoStart: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[357] result.append(autoStart); ^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[358] result.append(", startLevel: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductStartConfigImpl.java:[359] result.append(startLevel); ^^^^^^^^^^ Unqualified access to the field ProductStartConfigImpl.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[106] public String getWeburl() { ^^^^^^^^^^^ The method getWeburl() of type LinkedStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[107] return weburl; ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[115] public void setWeburl(String newWeburl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWeburl(String) of type LinkedStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[116] String oldWeburl = weburl; ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[117] weburl = newWeburl; ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[119] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.LINKED_STRING__WEBURL, oldWeburl, weburl)); ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[127] public String getValue() { ^^^^^^^^^^ The method getValue() of type LinkedStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[128] return value; ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[136] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type LinkedStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[137] String oldValue = value; ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[138] value = newValue; ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[140] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.LINKED_STRING__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[204] return WEBURL_EDEFAULT == null ? weburl != null : !WEBURL_EDEFAULT.equals(weburl); ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[204] return WEBURL_EDEFAULT == null ? weburl != null : !WEBURL_EDEFAULT.equals(weburl); ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[206] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[206] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[221] result.append(" (weburl: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[222] result.append(weburl); ^^^^^^ Unqualified access to the field LinkedStringImpl.weburl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[223] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/LinkedStringImpl.java:[224] result.append(value); ^^^^^ Unqualified access to the field LinkedStringImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/BundlePackage.java:[36] String eNAME = "bundle"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/BundlePackage.java:[44] String eNS_URI = "http://www.efxclipse.org/rrobot/task/bundle/1.0"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/BundlePackage.java:[52] String eNS_PREFIX = "bundle"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[111] public Folder getFolder() { ^^^^^^^^^^^ The method getFolder() of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[112] if (folder != null && folder.eIsProxy()) { ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[112] if (folder != null && folder.eIsProxy()) { ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[113] InternalEObject oldFolder = (InternalEObject)folder; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[114] folder = (Folder)eResolveProxy(oldFolder); ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[115] if (folder != oldFolder) { ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[117] eNotify(new ENotificationImpl(this, Notification.RESOLVE, TaskPackage.SOURCE_FRAGMENT__FOLDER, oldFolder, folder)); ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[120] return folder; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[128] public Folder basicGetFolder() { ^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[129] return folder; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[137] public void setFolder(Folder newFolder) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFolder(Folder) of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[138] Folder oldFolder = folder; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[139] folder = newFolder; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[141] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.SOURCE_FRAGMENT__FOLDER, oldFolder, folder)); ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[149] public String getName() { ^^^^^^^^^ The method getName() of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[150] return name; ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[158] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[159] String oldName = name; ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[160] name = newName; ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[162] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.SOURCE_FRAGMENT__NAME, oldName, name)); ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[170] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[171] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[179] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[179] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[179] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[180] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[181] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[184] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[194] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type SourceFragmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[195] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[197] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[198] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TaskPackage.SOURCE_FRAGMENT__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[292] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field SourceFragmentImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[294] return folder != null; ^^^^^^ Unqualified access to the field SourceFragmentImpl.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[296] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[296] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[311] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/SourceFragmentImpl.java:[312] result.append(name); ^^^^ Unqualified access to the field SourceFragmentImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[61] setGeneratorType("bundle-plugin-xml"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[62] setName("plugin.xml"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[80] public EList getExtensions() { ^^^^^^^^^^^^^^^ The method getExtensions() of type PluginXMLFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[81] if (extensions == null) { ^^^^^^^^^^ Unqualified access to the field PluginXMLFileImpl.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[82] extensions = new EObjectContainmentEList(Extension.class, this, BundlePackage.PLUGIN_XML_FILE__EXTENSIONS); ^^^^^^^^^^ Unqualified access to the field PluginXMLFileImpl.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[84] return extensions; ^^^^^^^^^^ Unqualified access to the field PluginXMLFileImpl.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[156] return extensions != null && !extensions.isEmpty(); ^^^^^^^^^^ Unqualified access to the field PluginXMLFileImpl.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/PluginXMLFileImpl.java:[156] return extensions != null && !extensions.isEmpty(); ^^^^^^^^^^ Unqualified access to the field PluginXMLFileImpl.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[143] public String getId() { ^^^^^^^ The method getId() of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[144] return id; ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[152] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[153] String oldId = id; ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[154] id = newId; ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_FEATURE__ID, oldId, id)); ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[164] public MatchRule getMatch() { ^^^^^^^^^^ The method getMatch() of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[165] return match; ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[173] public void setMatch(MatchRule newMatch) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMatch(MatchRule) of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[174] MatchRule oldMatch = match; ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[175] match = newMatch == null ? MATCH_EDEFAULT : newMatch; ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[177] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_FEATURE__MATCH, oldMatch, match)); ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[185] public Version getVersion() { ^^^^^^^^^^^^ The method getVersion() of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[186] return version; ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[194] public void setVersion(Version newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(Version) of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[195] Version oldVersion = version; ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[196] version = newVersion; ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[198] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_FEATURE__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[206] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[207] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[216] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[217] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[220] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[230] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type RequiredFeatureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[231] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[233] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[234] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.REQUIRED_FEATURE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[335] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field RequiredFeatureImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[337] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[337] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[339] return match != MATCH_EDEFAULT; ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[341] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[341] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[356] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[357] result.append(id); ^^ Unqualified access to the field RequiredFeatureImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[358] result.append(", match: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[359] result.append(match); ^^^^^ Unqualified access to the field RequiredFeatureImpl.match [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[360] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/RequiredFeatureImpl.java:[361] result.append(version); ^^^^^^^ Unqualified access to the field RequiredFeatureImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[115] setGeneratorType("ds-component-xml"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[133] public String getId() { ^^^^^^^ The method getId() of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[134] return id; ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[142] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[143] String oldId = id; ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[144] id = newId; ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[146] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_DEFINITION_FILE__ID, oldId, id)); ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[154] public String getComponentClass() { ^^^^^^^^^^^^^^^^^^^ The method getComponentClass() of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[155] return componentClass; ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[163] public void setComponentClass(String newComponentClass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setComponentClass(String) of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[164] String oldComponentClass = componentClass; ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[165] componentClass = newComponentClass; ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[167] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.COMPONENT_DEFINITION_FILE__COMPONENT_CLASS, oldComponentClass, componentClass)); ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[175] public EList getServiceInterfaceList() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getServiceInterfaceList() of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[176] if (serviceInterfaceList == null) { ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[177] serviceInterfaceList = new EDataTypeUniqueEList(String.class, this, BundlePackage.COMPONENT_DEFINITION_FILE__SERVICE_INTERFACE_LIST); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[179] return serviceInterfaceList; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[187] public EList getReferenceList() { ^^^^^^^^^^^^^^^^^^ The method getReferenceList() of type ComponentDefinitionFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[188] if (referenceList == null) { ^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.referenceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[189] referenceList = new EObjectContainmentEList(ComponentReference.class, this, BundlePackage.COMPONENT_DEFINITION_FILE__REFERENCE_LIST); ^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.referenceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[191] return referenceList; ^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.referenceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[288] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[288] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[290] return COMPONENT_CLASS_EDEFAULT == null ? componentClass != null : !COMPONENT_CLASS_EDEFAULT.equals(componentClass); ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[290] return COMPONENT_CLASS_EDEFAULT == null ? componentClass != null : !COMPONENT_CLASS_EDEFAULT.equals(componentClass); ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[292] return serviceInterfaceList != null && !serviceInterfaceList.isEmpty(); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[292] return serviceInterfaceList != null && !serviceInterfaceList.isEmpty(); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[294] return referenceList != null && !referenceList.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.referenceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[294] return referenceList != null && !referenceList.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.referenceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[309] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[310] result.append(id); ^^ Unqualified access to the field ComponentDefinitionFileImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[311] result.append(", componentClass: "); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[312] result.append(componentClass); ^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.componentClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[313] result.append(", serviceInterfaceList: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ComponentDefinitionFileImpl.java:[314] result.append(serviceInterfaceList); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ComponentDefinitionFileImpl.serviceInterfaceList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ImportedPackage.java:[17] import org.eclipse.emf.ecore.EObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EObject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ImportedPackage.java:[18] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.BooleanExpression is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[41] NONE(0, "none", "none"), /** ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[41] NONE(0, "none", "none"), /** ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[49] EQUIVALENT(1, "equivalent", "equivalent"), /** ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[49] EQUIVALENT(1, "equivalent", "equivalent"), /** ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[57] COMPATIBLE(2, "compatible", "compatible"), /** ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[57] COMPATIBLE(2, "compatible", "compatible"), /** ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[65] PERFECT(3, "perfect", "perfect"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[65] PERFECT(3, "perfect", "perfect"), ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[75] GREATER_OR_EQUAL(4, "greaterOrEqual", "greaterOrEqual"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[75] GREATER_OR_EQUAL(4, "greaterOrEqual", "greaterOrEqual"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[181] public static MatchRule get(String literal) { ^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[181] public static MatchRule get(String literal) { ^^^^^^^ Javadoc: Missing tag for parameter literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[197] public static MatchRule getByName(String name) { ^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[197] public static MatchRule getByName(String name) { ^^^^ Javadoc: Missing tag for parameter name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[213] public static MatchRule get(int value) { ^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[213] public static MatchRule get(int value) { ^^^^^ Javadoc: Missing tag for parameter value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[262] public int getValue() { ^^^^^^^^^^ The method getValue() of type MatchRule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[263] return value; ^^^^^ Unqualified access to the field MatchRule.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[271] public String getName() { ^^^^^^^^^ The method getName() of type MatchRule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[272] return name; ^^^^ Unqualified access to the field MatchRule.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[280] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type MatchRule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[281] return literal; ^^^^^^^ Unqualified access to the field MatchRule.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/MatchRule.java:[292] return literal; ^^^^^^^ Unqualified access to the field MatchRule.literal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[91] public EList getProjects() { ^^^^^^^^^^^^^ The method getProjects() of type RobotTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[92] if (projects == null) { ^^^^^^^^ Unqualified access to the field RobotTaskImpl.projects [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[93] projects = new EObjectContainmentEList(Project.class, this, TaskPackage.ROBOT_TASK__PROJECTS); ^^^^^^^^ Unqualified access to the field RobotTaskImpl.projects [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[95] return projects; ^^^^^^^^ Unqualified access to the field RobotTaskImpl.projects [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[103] public EList getVariables() { ^^^^^^^^^^^^^^ The method getVariables() of type RobotTaskImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[104] if (variables == null) { ^^^^^^^^^ Unqualified access to the field RobotTaskImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[105] variables = new EObjectContainmentEList(Variable.class, this, TaskPackage.ROBOT_TASK__VARIABLES); ^^^^^^^^^ Unqualified access to the field RobotTaskImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[107] return variables; ^^^^^^^^^ Unqualified access to the field RobotTaskImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[190] return projects != null && !projects.isEmpty(); ^^^^^^^^ Unqualified access to the field RobotTaskImpl.projects [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[190] return projects != null && !projects.isEmpty(); ^^^^^^^^ Unqualified access to the field RobotTaskImpl.projects [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[192] return variables != null && !variables.isEmpty(); ^^^^^^^^^ Unqualified access to the field RobotTaskImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/RobotTaskImpl.java:[192] return variables != null && !variables.isEmpty(); ^^^^^^^^^ Unqualified access to the field RobotTaskImpl.variables [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/ProductFile.java:[19] import org.osgi.framework.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Version is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/BooleanExpression.java:[39] boolean execute(Map data); ^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/BooleanExpression.java:[39] boolean execute(Map data); ^^^^ Javadoc: Missing tag for parameter data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[17] import org.eclipse.fx.ide.rrobot.model.task.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[182] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field TaskAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[196] public Adapter createRobotTaskAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method createRobotTaskAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[210] public Adapter createProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createProjectAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[224] public Adapter createResourceAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createResourceAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[238] public Adapter createFolderAdapter() { ^^^^^^^^^^^^^^^^^^^^^ The method createFolderAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[252] public Adapter createFileAdapter() { ^^^^^^^^^^^^^^^^^^^ The method createFileAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[266] public Adapter createTemplatedFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTemplatedFileAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[280] public Adapter createDataFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createDataFileAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[294] public Adapter createURLFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createURLFileAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[308] public Adapter createDynamicFileAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDynamicFileAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[322] public Adapter createVariableAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createVariableAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[336] public Adapter createBooleanExpressionAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createBooleanExpressionAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[350] public Adapter createReferencingBooleanExpressionAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createReferencingBooleanExpressionAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[364] public Adapter createInlineBooleanExpressionAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createInlineBooleanExpressionAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[378] public Adapter createJDTProjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createJDTProjectAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[392] public Adapter createSourceFragmentAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSourceFragmentAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[406] public Adapter createCompilationUnitAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCompilationUnitAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[420] public Adapter createExcludeableElementMixinAdapter() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createExcludeableElementMixinAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskAdapterFactory.java:[432] public Adapter createEObjectAdapter() { ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type TaskAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/util/TaskSwitch.java:[36] public class TaskSwitch<@Nullable T> extends Switch { ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[32] import org.eclipse.fx.ide.rrobot.model.task.impl.ProjectImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.rrobot.model.task.impl.ProjectImpl is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[104] public ManifestFile getManifest() { ^^^^^^^^^^^^^ The method getManifest() of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[105] return manifest; ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[113] public NotificationChain basicSetManifest(ManifestFile newManifest, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[113] public NotificationChain basicSetManifest(ManifestFile newManifest, NotificationChain msgs) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newManifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[113] public NotificationChain basicSetManifest(ManifestFile newManifest, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[114] ManifestFile oldManifest = manifest; ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[115] manifest = newManifest; ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[118] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[128] public void setManifest(ManifestFile newManifest) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setManifest(ManifestFile) of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[129] if (newManifest != manifest) { ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[131] if (manifest != null) ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[132] msgs = ((InternalEObject)manifest).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.BUNDLE_PROJECT__MANIFEST, null, msgs); ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[147] public BuildProperties getBuildProperties() { ^^^^^^^^^^^^^^^^^^^^ The method getBuildProperties() of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[148] return buildProperties; ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[156] public NotificationChain basicSetBuildProperties(BuildProperties newBuildProperties, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[156] public NotificationChain basicSetBuildProperties(BuildProperties newBuildProperties, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newBuildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[156] public NotificationChain basicSetBuildProperties(BuildProperties newBuildProperties, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[157] BuildProperties oldBuildProperties = buildProperties; ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[158] buildProperties = newBuildProperties; ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[161] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[171] public void setBuildProperties(BuildProperties newBuildProperties) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBuildProperties(BuildProperties) of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[172] if (newBuildProperties != buildProperties) { ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[174] if (buildProperties != null) ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[175] msgs = ((InternalEObject)buildProperties).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.BUNDLE_PROJECT__BUILD_PROPERTIES, null, msgs); ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[190] public PluginXMLFile getPluginxml() { ^^^^^^^^^^^^^^ The method getPluginxml() of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[191] return pluginxml; ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[199] public NotificationChain basicSetPluginxml(PluginXMLFile newPluginxml, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[199] public NotificationChain basicSetPluginxml(PluginXMLFile newPluginxml, NotificationChain msgs) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newPluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[199] public NotificationChain basicSetPluginxml(PluginXMLFile newPluginxml, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[200] PluginXMLFile oldPluginxml = pluginxml; ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[201] pluginxml = newPluginxml; ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[204] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[214] public void setPluginxml(PluginXMLFile newPluginxml) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPluginxml(PluginXMLFile) of type BundleProjectImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[215] if (newPluginxml != pluginxml) { ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[217] if (pluginxml != null) ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[218] msgs = ((InternalEObject)pluginxml).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.BUNDLE_PROJECT__PLUGINXML, null, msgs); ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[315] return manifest != null; ^^^^^^^^ Unqualified access to the field BundleProjectImpl.manifest [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[317] return buildProperties != null; ^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectImpl.buildProperties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/BundleProjectImpl.java:[319] return pluginxml != null; ^^^^^^^^^ Unqualified access to the field BundleProjectImpl.pluginxml [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/TaskPackage.java:[46] String eNAME = "task"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/TaskPackage.java:[54] String eNS_URI = "http://www.efxclipse.org/rrobot/task/1.0"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/TaskPackage.java:[62] String eNS_PREFIX = "task"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[99] public String getName() { ^^^^^^^^^ The method getName() of type ResourceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[100] return name; ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[108] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ResourceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[109] String oldName = name; ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[110] name = newName; ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[112] eNotify(new ENotificationImpl(this, Notification.SET, TaskPackage.RESOURCE__NAME, oldName, name)); ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[120] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ResourceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[121] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[129] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[129] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[129] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[130] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[131] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[134] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[144] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ResourceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[145] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[147] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[148] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - TaskPackage.RESOURCE__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[233] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ResourceImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[235] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[235] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[250] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/task/impl/ResourceImpl.java:[251] result.append(name); ^^^^ Unqualified access to the field ResourceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[143] public String getId() { ^^^^^^^ The method getId() of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[144] return id; ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[152] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[153] String oldId = id; ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[154] id = newId; ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_PLUGIN__ID, oldId, id)); ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[164] public Version getVersion() { ^^^^^^^^^^^^ The method getVersion() of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[165] return version; ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[173] public void setVersion(Version newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(Version) of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[174] Version oldVersion = version; ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[175] version = newVersion; ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[177] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_PLUGIN__VERSION, oldVersion, version)); ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[185] public boolean isFragment() { ^^^^^^^^^^^^ The method isFragment() of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[186] return fragment; ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[194] public void setFragment(boolean newFragment) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFragment(boolean) of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[195] boolean oldFragment = fragment; ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[196] fragment = newFragment; ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[198] eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.PRODUCT_PLUGIN__FRAGMENT, oldFragment, fragment)); ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[206] public BooleanExpression getExcludeExpression() { ^^^^^^^^^^^^^^^^^^^^^^ The method getExcludeExpression() of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[207] return excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExcludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[215] public NotificationChain basicSetExcludeExpression(BooleanExpression newExcludeExpression, NotificationChain msgs) { ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[216] BooleanExpression oldExcludeExpression = excludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[217] excludeExpression = newExcludeExpression; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[220] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[230] public void setExcludeExpression(BooleanExpression newExcludeExpression) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExcludeExpression(BooleanExpression) of type ProductPluginImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[231] if (newExcludeExpression != excludeExpression) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[233] if (excludeExpression != null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[234] msgs = ((InternalEObject)excludeExpression).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - BundlePackage.PRODUCT_PLUGIN__EXCLUDE_EXPRESSION, null, msgs); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[273] return isFragment(); ^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[296] setFragment((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[335] return excludeExpression != null; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ProductPluginImpl.excludeExpression [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[337] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[337] return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id); ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[339] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[339] return VERSION_EDEFAULT == null ? version != null : !VERSION_EDEFAULT.equals(version); ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[341] return fragment != FRAGMENT_EDEFAULT; ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[356] result.append(" (id: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[357] result.append(id); ^^ Unqualified access to the field ProductPluginImpl.id [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[358] result.append(", version: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[359] result.append(version); ^^^^^^^ Unqualified access to the field ProductPluginImpl.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[360] result.append(", fragment: "); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/org/eclipse/fx/ide/rrobot/model/bundle/impl/ProductPluginImpl.java:[361] result.append(fragment); ^^^^^^^^ Unqualified access to the field ProductPluginImpl.fragment 1796 problems (1796 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.rrobot.model --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.model-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.rrobot.model --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot >------------ [INFO] Building e(fx)clipse - IDE - RRobot 3.10.0-SNAPSHOT [6/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.rrobot --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.rrobot --- [WARNING] WARNING: DSComponentGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/DSComponentGenerator.xtend 16: The import 'java.util.List' is never used. [WARNING] WARNING: DSComponentGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/DSComponentGenerator.xtend 14: The import 'org.eclipse.fx.ide.rrobot.model.task.File' is never used. [WARNING] WARNING: BundleManifestGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BundleManifestGenerator.xtend 63: Cannot infer type from recursive usage. Type 'Object' is used. [WARNING] WARNING: BundleManifestGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BundleManifestGenerator.xtend 15: The import 'org.eclipse.fx.ide.rrobot.model.task.File' is never used. [WARNING] WARNING: BundleManifestGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BundleManifestGenerator.xtend 30: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: BundleManifestGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BundleManifestGenerator.xtend 48: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: BundleManifestGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BundleManifestGenerator.xtend 67: Unnecessary cast from Folder to Folder [WARNING] WARNING: BuildPropertiesGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/BuildPropertiesGenerator.xtend 19: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: PluginXMLGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/PluginXMLGenerator.xtend 37: Cannot infer type from recursive usage. Type 'Object' is used. [WARNING] WARNING: PluginXMLGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/PluginXMLGenerator.xtend 21: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: PluginXMLGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/PluginXMLGenerator.xtend 31: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 22: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 22: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 24: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 25: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 34: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 35: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 44: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 45: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 59: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 65: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FeatureGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/FeatureGenerator.xtend 73: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ProductGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/ProductGenerator.xtend 32: Unnecessary cast from ProductFileFeaturebase to ProductFileFeaturebase [WARNING] WARNING: ProductGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/ProductGenerator.xtend 33: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ProductGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/generators/ProductGenerator.xtend 49: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.rrobot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.rrobot --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[18] import org.eclipse.fx.ide.rrobot.model.task.DynamicFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[19] import org.eclipse.fx.ide.rrobot.model.task.Generator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[22] public class JSExecutor implements Generator { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[22] public class JSExecutor implements Generator { ^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[22] public class JSExecutor implements Generator { ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JSExecutor.java:[25] public InputStream generate(DynamicFile file, Map data) { ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/RRobot.java:[19] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/RRobot.java:[22] public interface RRobot { ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/RRobot.java:[23] public IStatus executeTask(IProgressMonitor monitor, RobotTask task, Map additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/RRobot.java:[23] public IStatus executeTask(IProgressMonitor monitor, RobotTask task, Map additionalData); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[27] import org.eclipse.fx.ide.rrobot.model.bundle.BundlePackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[28] import org.eclipse.fx.ide.rrobot.model.bundle.BundleProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[30] import org.eclipse.jdt.core.IJavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IJavaProject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[31] import org.eclipse.jdt.core.JavaCore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaCore is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[32] import org.eclipse.pde.internal.core.ClasspathComputer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathComputer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[33] import org.eclipse.pde.internal.core.natures.PDE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[36] public class BundleProjectHandler extends JDTProjectHandler { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[36] public class BundleProjectHandler extends JDTProjectHandler { ^^^^^^^^^^^^^ Discouraged access: The type 'BundleProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[39] return eClass == BundlePackage.Literals.BUNDLE_PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[39] return eClass == BundlePackage.Literals.BUNDLE_PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePackage.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[39] return eClass == BundlePackage.Literals.BUNDLE_PROJECT; ^^^^^^^^^^^^^^ Discouraged access: The field 'BundlePackage.Literals.BUNDLE_PROJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[43] public IStatus createProject(IProgressMonitor monitor, BundleProject project, Map additionalData) { ^^^^^^^^^^^^^ Discouraged access: The type 'BundleProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[59] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to add nature", e); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[65] protected IClasspathEntry[] createClasspathEntries(BundleProject model) { ^^^^^^^^^^^^^ Discouraged access: The type 'BundleProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[67] entries[0] = ClasspathComputer.createJREEntry(model.getManifest().getExecutionEnvironment()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathComputer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[67] entries[0] = ClasspathComputer.createJREEntry(model.getManifest().getExecutionEnvironment()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathComputer.createJREEntry(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[67] entries[0] = ClasspathComputer.createJREEntry(model.getManifest().getExecutionEnvironment()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProject.getManifest()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[67] entries[0] = ClasspathComputer.createJREEntry(model.getManifest().getExecutionEnvironment()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ManifestFile.getExecutionEnvironment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[68] entries[1] = ClasspathComputer.createContainerEntry(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathComputer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[68] entries[1] = ClasspathComputer.createContainerEntry(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathComputer.createContainerEntry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[73] protected IStatus createResources(IProgressMonitor monitor, IProject p, BundleProject model, Map additionalData) { ^^^^^^^^^^^^^ Discouraged access: The type 'BundleProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[81] IFolder f = p.getFolder("META-INF"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[86] rv.add(new Status(IStatus.ERROR, PLUGIN_ID, "Failed to create folder 'META-INF'",e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[89] rv.add(createFile(monitor, f.getFile("MANIFEST.MF"), model.getManifest(), additionalData)); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[89] rv.add(createFile(monitor, f.getFile("MANIFEST.MF"), model.getManifest(), additionalData)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProject.getManifest()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[92] if( model.getPluginxml() != null ) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProject.getPluginxml()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[93] rv.add(createFile(monitor, p.getFile("plugin.xml"), model.getPluginxml(), additionalData)); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[93] rv.add(createFile(monitor, p.getFile("plugin.xml"), model.getPluginxml(), additionalData)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProject.getPluginxml()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[96] rv.add(createFile(monitor, p.getFile("build.properties"),model.getBuildProperties(), additionalData)); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[96] rv.add(createFile(monitor, p.getFile("build.properties"),model.getBuildProperties(), additionalData)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProject.getBuildProperties()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/BundleProjectHandler.java:[98] return new MultiStatus(PLUGIN_ID, 0, rv.toArray(new IStatus[0]), "File creation states",null); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[30] import org.eclipse.fx.ide.rrobot.model.task.Project; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[31] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[32] import org.eclipse.fx.ide.rrobot.model.task.Variable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Variable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[35] public class RRobotImpl implements RRobot { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[36] private List> handlers = new ArrayList>(); ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[36] private List> handlers = new ArrayList>(); ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[38] public void addProjectHandler(ProjectHandler handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[38] public void addProjectHandler(ProjectHandler handler) { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[39] synchronized (handlers) { ^^^^^^^^ Unqualified access to the field RRobotImpl.handlers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[40] handlers.add(handler); ^^^^^^^^ Unqualified access to the field RRobotImpl.handlers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[44] public void removeProjectHandler(ProjectHandler handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[44] public void removeProjectHandler(ProjectHandler handler) { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[45] synchronized (handlers) { ^^^^^^^^ Unqualified access to the field RRobotImpl.handlers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[46] handlers.remove(handler); ^^^^^^^^ Unqualified access to the field RRobotImpl.handlers [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[50] private static Object getVariableData(Variable v) { ^^^^^^^^ Discouraged access: The type 'Variable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[51] switch (v.getType()) { ^^^^^^^^^^^ Discouraged access: The method 'Variable.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[52] case BOOLEAN: ^^^^^^^ Discouraged access: The field 'Type.BOOLEAN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[53] return Boolean.parseBoolean(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[53] return Boolean.parseBoolean(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Variable.getDefaultValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[54] case DOUBLE: ^^^^^^ Discouraged access: The field 'Type.DOUBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[55] return Double.parseDouble(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[55] return Double.parseDouble(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Variable.getDefaultValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[56] case INT: ^^^ Discouraged access: The field 'Type.INT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[57] return Integer.parseInt(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[57] return Integer.parseInt(v.getDefaultValue()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Variable.getDefaultValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[59] return v.getDefaultValue(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Variable.getDefaultValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[64] public IStatus executeTask(IProgressMonitor monitor, RobotTask task, Map additionalData) { ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[67] if( ! task.getVariables().isEmpty() ) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RobotTask.getVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[68] task = EcoreUtil.copy(task); ^^^^ The parameter task should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[71] System.err.println("ADDITIONAL: " + additionalData); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[73] for( Variable v : task.getVariables() ) { ^^^^^^^^ Discouraged access: The type 'Variable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[73] for( Variable v : task.getVariables() ) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RobotTask.getVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[74] if( !additionalData.containsKey(v.getKey()) ) { ^^^^^^^^^^ Discouraged access: The method 'Variable.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[75] additionalData.put(v.getKey(), getVariableData(v)); ^^^^^^^^^^ Discouraged access: The method 'Variable.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[85] List> handlers; ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[88] handlers = new ArrayList>(this.handlers); ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[103] System.err.println("ADDITIONAL: " + additionalData); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[106] for( Project p : task.getProjects() ) { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[106] for( Project p : task.getProjects() ) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RobotTask.getProjects()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[107] for( ProjectHandler handler : handlers ) { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[114] return new MultiStatus("org.eclipse.fx.ide.rrobot", 0, states.toArray(new IStatus[0]), "Task executed", null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/RRobotImpl.java:[114] return new MultiStatus("org.eclipse.fx.ide.rrobot", 0, states.toArray(new IStatus[0]), "Task executed", null); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[36] import org.eclipse.fx.ide.rrobot.model.task.File; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[37] import org.eclipse.fx.ide.rrobot.model.task.Folder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[38] import org.eclipse.fx.ide.rrobot.model.task.Project; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[39] import org.eclipse.fx.ide.rrobot.model.task.TaskPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[41] import org.eclipse.fx.ide.rrobot.model.task.Resource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[43] public class DefaultProjectHandler

    implements ProjectHandler

    { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[43] public class DefaultProjectHandler

    implements ProjectHandler

    { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[44] static final String PLUGIN_ID = "org.eclipse.fx.ide.rrobot"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[48] return eClass == TaskPackage.Literals.PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[48] return eClass == TaskPackage.Literals.PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[48] return eClass == TaskPackage.Literals.PROJECT; ^^^^^^^ Discouraged access: The field 'TaskPackage.Literals.PROJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[53] if( project.getExcludeExpression() != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[54] if( project.getExcludeExpression().execute(additionalData) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[54] if( project.getExcludeExpression().execute(additionalData) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BooleanExpression.execute(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[55] return new Status(IStatus.OK, PLUGIN_ID, "Resource '"+project.getName()+"' is excluded"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[55] return new Status(IStatus.OK, PLUGIN_ID, "Resource '"+project.getName()+"' is excluded"); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[55] return new Status(IStatus.OK, PLUGIN_ID, "Resource '"+project.getName()+"' is excluded"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[60] IProject p = r.getProject(project.getName()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[70] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create project '" + project.getName() + "'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[70] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create project '" + project.getName() + "'", e); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[70] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create project '" + project.getName() + "'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[73] return new Status(IStatus.ERROR, PLUGIN_ID, "Project '" + project.getName() + "' already exists."); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[73] return new Status(IStatus.ERROR, PLUGIN_ID, "Project '" + project.getName() + "' already exists."); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[73] return new Status(IStatus.ERROR, PLUGIN_ID, "Project '" + project.getName() + "' already exists."); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[85] for (Resource r : model.getResources()) { ^^^^^^^^ Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[85] for (Resource r : model.getResources()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.getResources()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[88] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[88] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[88] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[92] if (r instanceof Folder) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[93] IFolder f = p.getFolder(r.getName()); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[98] l.add(new Status(IStatus.OK, PLUGIN_ID, "Folder '" + f.getFullPath() + "' created")); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[98] l.add(new Status(IStatus.OK, PLUGIN_ID, "Folder '" + f.getFullPath() + "' created")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[100] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[100] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[100] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[105] l.add(createResources(monitor, f, (Folder)r, additionalData)); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[108] IFile f = p.getFile(r.getName()); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[109] l.add(createFile(monitor, f, (File) r, additionalData)); ^^^^ Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[112] return new MultiStatus(PLUGIN_ID, 0, l.toArray(new IStatus[0]), "Failed to create files", null); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[115] protected IStatus createResources(IProgressMonitor monitor, IFolder folder, Folder model, Map additionalData) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[117] for (Resource r : model.getChildren()) { ^^^^^^^^ Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[117] for (Resource r : model.getChildren()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Folder.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[120] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[120] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[120] l.add(new Status(IStatus.OK, PLUGIN_ID, "Resource '" + r.getName()+ "' exluded from generation")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[124] if (r instanceof Folder) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[125] IFolder f = folder.getFolder(r.getName()); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[129] l.add(new Status(IStatus.OK, PLUGIN_ID, "Folder '" + f.getFullPath() + "' created")); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[129] l.add(new Status(IStatus.OK, PLUGIN_ID, "Folder '" + f.getFullPath() + "' created")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[131] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[131] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[131] l.add(new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create folder '" + r.getName() + "'", e)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[135] l.add(createResources(monitor, f, (Folder)r, additionalData)); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[138] IFile f = folder.getFile(r.getName()); ^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[139] l.add(createFile(monitor, f, (File) r, additionalData)); ^^^^ Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[142] return new MultiStatus(PLUGIN_ID, 0, l.toArray(new IStatus[0]), "Failed to create files", null); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[145] protected IStatus createFile(IProgressMonitor monitor, IFile f, File file, Map additionalData) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFile(IProgressMonitor, IFile, File, Map) from the type DefaultProjectHandler

    can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[145] protected IStatus createFile(IProgressMonitor monitor, IFile f, File file, Map additionalData) { ^^^^ Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[147] return new Status(IStatus.OK, PLUGIN_ID, "Resource '" + file.getName()+ "' exluded from generation"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[147] return new Status(IStatus.OK, PLUGIN_ID, "Resource '" + file.getName()+ "' exluded from generation"); ^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[147] return new Status(IStatus.OK, PLUGIN_ID, "Resource '" + file.getName()+ "' exluded from generation"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[150] InputStream source = null; ^^^^^^ Resource 'source' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[152] source = file.getContent(monitor, additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'File.getContent(IProgressMonitor, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[153] f.create(source, IFile.KEEP_HISTORY, monitor); ^^^^^^^^^^^^ The static field IResource.KEEP_HISTORY should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[155] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create file '" + f.getFullPath() + "'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[155] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create file '" + f.getFullPath() + "'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[157] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create file '" + f.getFullPath() + "'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[157] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to create file '" + f.getFullPath() + "'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[163] } catch (IOException e) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[170] public static void addNatureToProject(IProject proj, String natureId, IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[180] protected static IFolder getProjectFolder(IProject proj, Folder folder) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[181] List parentHierarchy = new ArrayList<>(); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[183] while( folder.eContainer() instanceof Folder ) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[184] folder = (Folder) folder.eContainer(); ^^^^^^ The parameter folder should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[184] folder = (Folder) folder.eContainer(); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[190] Path p = new Path(parentHierarchy.get(0).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[192] p.append(parentHierarchy.get(i).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[198] protected static boolean exclude(Resource model, Map additionalData) { ^^^^^^^^ Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[199] if( model.getExcludeExpression() != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExcludeableElementMixin.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[200] return model.getExcludeExpression().execute(additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExcludeableElementMixin.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/DefaultProjectHandler.java:[200] return model.getExcludeExpression().execute(additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BooleanExpression.execute(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/ProjectHandler.java:[20] import org.eclipse.fx.ide.rrobot.model.task.Project; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/ProjectHandler.java:[23] public interface ProjectHandler

    { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/ProjectHandler.java:[23] public interface ProjectHandler

    { ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/ProjectHandler.java:[24] public boolean isHandled(EClass eClass); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/ProjectHandler.java:[25] public IStatus createProject(IProgressMonitor monitor, P project, Map additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/expr/JSBooleanExpressionExec.java:[22] import org.eclipse.fx.ide.rrobot.model.task.BooleanExpressionExecutor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BooleanExpressionExecutor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/expr/JSBooleanExpressionExec.java:[25] public class JSBooleanExpressionExec implements BooleanExpressionExecutor { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/expr/JSBooleanExpressionExec.java:[25] public class JSBooleanExpressionExec implements BooleanExpressionExecutor { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BooleanExpressionExecutor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/expr/JSBooleanExpressionExec.java:[30] ScriptEngine engine = factory.getEngineByName("JavaScript"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/FeatureProjectHandler.java:[32] public class FeatureProjectHandler extends DefaultProjectHandler { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/FeatureProjectHandler.java:[43] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to add nature"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/FeatureProjectHandler.java:[54] rv.add(createFile(monitor, p.getFile("feature.xml"), model.getFeature(), additionalData)); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/FeatureProjectHandler.java:[55] return new MultiStatus(PLUGIN_ID, 0, rv.toArray(new IStatus[0]), "File creation states",null); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[24] import org.eclipse.fx.ide.rrobot.model.task.CompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[25] import org.eclipse.fx.ide.rrobot.model.task.Folder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[26] import org.eclipse.fx.ide.rrobot.model.task.JDTProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[27] import org.eclipse.fx.ide.rrobot.model.task.SourceFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[28] import org.eclipse.fx.ide.rrobot.model.task.TaskPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[34] public class JDTProjectHandler

    extends DefaultProjectHandler

    { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[34] public class JDTProjectHandler

    extends DefaultProjectHandler

    { ^^^^^^^^^^ Discouraged access: The type 'JDTProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[37] return eClass == TaskPackage.Literals.JDT_PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[37] return eClass == TaskPackage.Literals.JDT_PROJECT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TaskPackage.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[37] return eClass == TaskPackage.Literals.JDT_PROJECT; ^^^^^^^^^^^ Discouraged access: The field 'TaskPackage.Literals.JDT_PROJECT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[40] protected IStatus customizeProject(IProgressMonitor monitor,IProject project, P model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method customizeProject(IProgressMonitor, IProject, P) of type JDTProjectHandler

    should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[46] javaProject.setOutputLocation(project.getFullPath().append("bin"), monitor); //FIXME has to come from model ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[48] IClasspathEntry[] entries = new IClasspathEntry[tmpEntries.length+model.getSourceFragments().size()]; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTProject.getSourceFragments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[50] for( SourceFragment f : model.getSourceFragments() ) { ^^^^^^^^^^^^^^ Discouraged access: The type 'SourceFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[50] for( SourceFragment f : model.getSourceFragments() ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTProject.getSourceFragments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[52] Folder folder = f.getFolder(); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[52] Folder folder = f.getFolder(); ^^^^^^^^^^^^^ Discouraged access: The method 'SourceFragment.getFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[55] b.insert(0, "/"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[57] b.insert(0, folder.getName()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[58] if( folder.eContainer() instanceof Folder ) { ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[59] folder = (Folder) folder.eContainer(); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[68] System.arraycopy(tmpEntries, 0, entries, model.getSourceFragments().size(), tmpEntries.length); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTProject.getSourceFragments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[72] return new Status(IStatus.ERROR, PLUGIN_ID, "Unable to add nature", e); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[77] protected IStatus createResources(IProgressMonitor monitor, IProject p, P model, Map additionalData) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createResources(IProgressMonitor, IProject, P, Map) of type JDTProjectHandler

    should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[84] for( CompilationUnit c : model.getCompilationUnits() ) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[84] for( CompilationUnit c : model.getCompilationUnits() ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTProject.getCompilationUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[85] if( c.getExcludeExpression() != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExcludeableElementMixin.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[86] if( c.getExcludeExpression().execute(additionalData) ) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExcludeableElementMixin.getExcludeExpression()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[86] if( c.getExcludeExpression().execute(additionalData) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BooleanExpression.execute(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[90] Folder mFolder = c.getSourcefragment().getFolder(); ^^^^^^ Discouraged access: The type 'Folder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[90] Folder mFolder = c.getSourcefragment().getFolder(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getSourcefragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[90] Folder mFolder = c.getSourcefragment().getFolder(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceFragment.getFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[93] if( c.getPackagename().trim().length() == 0) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getPackagename()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[94] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[94] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[94] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[96] String[] packs = c.getPackagename().split("\\."); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getPackagename()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[96] String[] packs = c.getPackagename().split("\\."); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[108] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[108] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Resource.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[108] createFile(monitor, folder.getFile(c.getFile().getName()), c.getFile(), additionalData); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[121] if( ! p.getFolder("bin").exists() ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/JDTProjectHandler.java:[123] p.getFolder("bin").create(true, true, monitor); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[20] import org.eclipse.fx.ide.rrobot.model.task.DynamicFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[21] import org.eclipse.fx.ide.rrobot.model.task.Generator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[25] public class JavaExecutor implements Generator { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[25] public class JavaExecutor implements Generator { ^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[25] public class JavaExecutor implements Generator { ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[28] public InputStream generate(DynamicFile file, Map data) { ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[29] URI uri = URI.createURI(file.getExecutionURI()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DynamicFile.getExecutionURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[31] if( "bundleclass".equals(uri.scheme()) ) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[35] Generator g = (Generator) cl.newInstance(); ^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[35] Generator g = (Generator) cl.newInstance(); ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[35] Generator g = (Generator) cl.newInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from capture#2-of ? to Generator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[35] Generator g = (Generator) cl.newInstance(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Generator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[35] Generator g = (Generator) cl.newInstance(); ^^^^^^^^^^^ Discouraged access: The type 'DynamicFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[36] return g.generate(file, data); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Generator.generate(DynamicFile, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/org/eclipse/fx/ide/rrobot/impl/dynamic/JavaExecutor.java:[41] throw new IllegalArgumentException("Only bundleclass-urls are supported"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 236 problems (236 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.rrobot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.rrobot --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.rrobot --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.rrobot --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.rrobot --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.rrobot --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.rrobot --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.rrobot --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl >---------- [INFO] Building e(fx)clipse - IDE - RRobot - DSL-Core 3.10.0-SNAPSHOT [7/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/conversion/RRobotConverters.java:[23] public class RRobotConverters extends Ecore2XtextTerminalConverters { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/conversion/RRobotConverters.java:[25] public IValueConverter Version() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/conversion/RRobotConverters.java:[25] public IValueConverter Version() { ^^^^^^^^^ The method Version() from the type RRobotConverters can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/conversion/RRobotConverters.java:[41] public IValueConverter EByteArray() { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/conversion/RRobotConverters.java:[41] public IValueConverter EByteArray() { ^^^^^^^^^^^^ The method EByteArray() from the type RRobotConverters can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/RTaskStandaloneSetup.java:[23] public static void doSetup() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[18] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[26] public class FileLoader { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[32] public RobotTask loadTask(URI uri) { ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[32] public RobotTask loadTask(URI uri) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[33] ResourceSet set = resourceSetProvider.get(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field FileLoader.resourceSetProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[35] return (RobotTask) resource.getContents().get(0); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/FileLoader.java:[38] public static FileLoader createLoader() { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskAntlrTokenFileProvider.java:[21] public class RTaskAntlrTokenFileProvider implements IAntlrTokenFileProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskAntlrTokenFileProvider.java:[26] return classLoader.getResourceAsStream("org/eclipse/fx/ide/rrobot/dsl/parser/antlr/internal/InternalRTask.tokens"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/scoping/RTaskScopeProvider.java:[27] public class RTaskScopeProvider extends AbstractDeclarativeScopeProvider { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[30] public class RTaskGrammarAccess extends AbstractGrammarElementFinder { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[33] public class RobotTaskElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[34] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.rrobot.dsl.RTask.RobotTask"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[35] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[36] private final Action cRobotTaskAction_0 = (Action)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[37] private final Keyword cRobotTaskKeyword_1 = (Keyword)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[38] private final Keyword cLeftCurlyBracketKeyword_2 = (Keyword)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[39] private final Group cGroup_3 = (Group)cGroup.eContents().get(3); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[40] private final Keyword cVariablesKeyword_3_0 = (Keyword)cGroup_3.eContents().get(0); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[41] private final Keyword cEqualsSignKeyword_3_1 = (Keyword)cGroup_3.eContents().get(1); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[42] private final Keyword cLeftCurlyBracketKeyword_3_2 = (Keyword)cGroup_3.eContents().get(2); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[43] private final Assignment cVariablesAssignment_3_3 = (Assignment)cGroup_3.eContents().get(3); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[44] private final RuleCall cVariablesVariableParserRuleCall_3_3_0 = (RuleCall)cVariablesAssignment_3_3.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesAssignment_3_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[45] private final Group cGroup_3_4 = (Group)cGroup_3.eContents().get(4); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[46] private final Keyword cCommaKeyword_3_4_0 = (Keyword)cGroup_3_4.eContents().get(0); ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[47] private final Assignment cVariablesAssignment_3_4_1 = (Assignment)cGroup_3_4.eContents().get(1); ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[48] private final RuleCall cVariablesVariableParserRuleCall_3_4_1_0 = (RuleCall)cVariablesAssignment_3_4_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesAssignment_3_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[49] private final Keyword cRightCurlyBracketKeyword_3_5 = (Keyword)cGroup_3.eContents().get(5); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[50] private final Group cGroup_4 = (Group)cGroup.eContents().get(4); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[51] private final Keyword cProjectsKeyword_4_0 = (Keyword)cGroup_4.eContents().get(0); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[52] private final Keyword cEqualsSignKeyword_4_1 = (Keyword)cGroup_4.eContents().get(1); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[53] private final Keyword cLeftCurlyBracketKeyword_4_2 = (Keyword)cGroup_4.eContents().get(2); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[54] private final Assignment cProjectsAssignment_4_3 = (Assignment)cGroup_4.eContents().get(3); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[55] private final RuleCall cProjectsGenericProjectParserRuleCall_4_3_0 = (RuleCall)cProjectsAssignment_4_3.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsAssignment_4_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[56] private final Group cGroup_4_4 = (Group)cGroup_4.eContents().get(4); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[57] private final Keyword cCommaKeyword_4_4_0 = (Keyword)cGroup_4_4.eContents().get(0); ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[58] private final Assignment cProjectsAssignment_4_4_1 = (Assignment)cGroup_4_4.eContents().get(1); ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[59] private final RuleCall cProjectsGenericProjectParserRuleCall_4_4_1_0 = (RuleCall)cProjectsAssignment_4_4_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsAssignment_4_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[60] private final Keyword cRightCurlyBracketKeyword_4_5 = (Keyword)cGroup_4.eContents().get(5); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[61] private final Keyword cRightCurlyBracketKeyword_5 = (Keyword)cGroup.eContents().get(5); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[69] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[73] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[73] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[76] public Action getRobotTaskAction_0() { return cRobotTaskAction_0; } ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[76] public Action getRobotTaskAction_0() { return cRobotTaskAction_0; } ^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cRobotTaskAction_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[79] public Keyword getRobotTaskKeyword_1() { return cRobotTaskKeyword_1; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[79] public Keyword getRobotTaskKeyword_1() { return cRobotTaskKeyword_1; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cRobotTaskKeyword_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[82] public Keyword getLeftCurlyBracketKeyword_2() { return cLeftCurlyBracketKeyword_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[82] public Keyword getLeftCurlyBracketKeyword_2() { return cLeftCurlyBracketKeyword_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cLeftCurlyBracketKeyword_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[85] public Group getGroup_3() { return cGroup_3; } ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[85] public Group getGroup_3() { return cGroup_3; } ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[88] public Keyword getVariablesKeyword_3_0() { return cVariablesKeyword_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[88] public Keyword getVariablesKeyword_3_0() { return cVariablesKeyword_3_0; } ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesKeyword_3_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[91] public Keyword getEqualsSignKeyword_3_1() { return cEqualsSignKeyword_3_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[91] public Keyword getEqualsSignKeyword_3_1() { return cEqualsSignKeyword_3_1; } ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cEqualsSignKeyword_3_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[94] public Keyword getLeftCurlyBracketKeyword_3_2() { return cLeftCurlyBracketKeyword_3_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[94] public Keyword getLeftCurlyBracketKeyword_3_2() { return cLeftCurlyBracketKeyword_3_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cLeftCurlyBracketKeyword_3_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[97] public Assignment getVariablesAssignment_3_3() { return cVariablesAssignment_3_3; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[97] public Assignment getVariablesAssignment_3_3() { return cVariablesAssignment_3_3; } ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesAssignment_3_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[100] public RuleCall getVariablesVariableParserRuleCall_3_3_0() { return cVariablesVariableParserRuleCall_3_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[100] public RuleCall getVariablesVariableParserRuleCall_3_3_0() { return cVariablesVariableParserRuleCall_3_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesVariableParserRuleCall_3_3_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[103] public Group getGroup_3_4() { return cGroup_3_4; } ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[103] public Group getGroup_3_4() { return cGroup_3_4; } ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_3_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[106] public Keyword getCommaKeyword_3_4_0() { return cCommaKeyword_3_4_0; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[106] public Keyword getCommaKeyword_3_4_0() { return cCommaKeyword_3_4_0; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cCommaKeyword_3_4_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[109] public Assignment getVariablesAssignment_3_4_1() { return cVariablesAssignment_3_4_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[109] public Assignment getVariablesAssignment_3_4_1() { return cVariablesAssignment_3_4_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesAssignment_3_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[112] public RuleCall getVariablesVariableParserRuleCall_3_4_1_0() { return cVariablesVariableParserRuleCall_3_4_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[112] public RuleCall getVariablesVariableParserRuleCall_3_4_1_0() { return cVariablesVariableParserRuleCall_3_4_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cVariablesVariableParserRuleCall_3_4_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[115] public Keyword getRightCurlyBracketKeyword_3_5() { return cRightCurlyBracketKeyword_3_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[115] public Keyword getRightCurlyBracketKeyword_3_5() { return cRightCurlyBracketKeyword_3_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cRightCurlyBracketKeyword_3_5 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[118] public Group getGroup_4() { return cGroup_4; } ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[118] public Group getGroup_4() { return cGroup_4; } ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[121] public Keyword getProjectsKeyword_4_0() { return cProjectsKeyword_4_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[121] public Keyword getProjectsKeyword_4_0() { return cProjectsKeyword_4_0; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsKeyword_4_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[124] public Keyword getEqualsSignKeyword_4_1() { return cEqualsSignKeyword_4_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[124] public Keyword getEqualsSignKeyword_4_1() { return cEqualsSignKeyword_4_1; } ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cEqualsSignKeyword_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[127] public Keyword getLeftCurlyBracketKeyword_4_2() { return cLeftCurlyBracketKeyword_4_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[127] public Keyword getLeftCurlyBracketKeyword_4_2() { return cLeftCurlyBracketKeyword_4_2; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cLeftCurlyBracketKeyword_4_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[130] public Assignment getProjectsAssignment_4_3() { return cProjectsAssignment_4_3; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[130] public Assignment getProjectsAssignment_4_3() { return cProjectsAssignment_4_3; } ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsAssignment_4_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[133] public RuleCall getProjectsGenericProjectParserRuleCall_4_3_0() { return cProjectsGenericProjectParserRuleCall_4_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[133] public RuleCall getProjectsGenericProjectParserRuleCall_4_3_0() { return cProjectsGenericProjectParserRuleCall_4_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsGenericProjectParserRuleCall_4_3_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[136] public Group getGroup_4_4() { return cGroup_4_4; } ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[136] public Group getGroup_4_4() { return cGroup_4_4; } ^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cGroup_4_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[139] public Keyword getCommaKeyword_4_4_0() { return cCommaKeyword_4_4_0; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[139] public Keyword getCommaKeyword_4_4_0() { return cCommaKeyword_4_4_0; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cCommaKeyword_4_4_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[142] public Assignment getProjectsAssignment_4_4_1() { return cProjectsAssignment_4_4_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[142] public Assignment getProjectsAssignment_4_4_1() { return cProjectsAssignment_4_4_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsAssignment_4_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[145] public RuleCall getProjectsGenericProjectParserRuleCall_4_4_1_0() { return cProjectsGenericProjectParserRuleCall_4_4_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[145] public RuleCall getProjectsGenericProjectParserRuleCall_4_4_1_0() { return cProjectsGenericProjectParserRuleCall_4_4_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cProjectsGenericProjectParserRuleCall_4_4_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[148] public Keyword getRightCurlyBracketKeyword_4_5() { return cRightCurlyBracketKeyword_4_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[148] public Keyword getRightCurlyBracketKeyword_4_5() { return cRightCurlyBracketKeyword_4_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cRightCurlyBracketKeyword_4_5 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[151] public Keyword getRightCurlyBracketKeyword_5() { return cRightCurlyBracketKeyword_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[151] public Keyword getRightCurlyBracketKeyword_5() { return cRightCurlyBracketKeyword_5; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.RobotTaskElements.cRightCurlyBracketKeyword_5 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[154] public class VariableElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[155] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.rrobot.dsl.RTask.Variable"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[156] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[157] private final Assignment cDescriptionAssignment_0 = (Assignment)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[158] private final RuleCall cDescriptionSL_DOCTerminalRuleCall_0_0 = (RuleCall)cDescriptionAssignment_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cDescriptionAssignment_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[159] private final Assignment cTypeAssignment_1 = (Assignment)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[160] private final RuleCall cTypeTypeEnumRuleCall_1_0 = (RuleCall)cTypeAssignment_1.eContents().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cTypeAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[161] private final Assignment cKeyAssignment_2 = (Assignment)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[162] private final RuleCall cKeySTRINGTerminalRuleCall_2_0 = (RuleCall)cKeyAssignment_2.eContents().get(0); ^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cKeyAssignment_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[163] private final Group cGroup_3 = (Group)cGroup.eContents().get(3); ^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[164] private final Keyword cDefaultKeyword_3_0 = (Keyword)cGroup_3.eContents().get(0); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[165] private final Assignment cDefaultValueAssignment_3_1 = (Assignment)cGroup_3.eContents().get(1); ^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cGroup_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[166] private final RuleCall cDefaultValueSTRINGTerminalRuleCall_3_1_0 = (RuleCall)cDefaultValueAssignment_3_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.cDefaultValueAssignment_3_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[171] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field RTaskGrammarAccess.VariableElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/services/RTaskGrammarAccess.java:[174] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[23] public class RTaskParser extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[40] return "RobotTask"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[43] public RTaskGrammarAccess getGrammarAccess() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/parser/antlr/RTaskParser.java:[47] public void setGrammarAccess(RTaskGrammarAccess grammarAccess) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/formatting/RTaskFormatter.java:[29] * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.xtext.xtext.XtextFormattingTokenSerializer cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/formatting/RTaskFormatter.java:[36] for(Pair pair: f.findKeywordPairs("{", "}")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/formatting/RTaskFormatter.java:[36] for(Pair pair: f.findKeywordPairs("{", "}")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/formatting/RTaskFormatter.java:[42] for(Keyword comma: f.findKeywords(",")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/org/eclipse/fx/ide/rrobot/dsl/validation/RTaskJavaValidator.java:[17] public class RTaskJavaValidator extends AbstractRTaskJavaValidator { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/validation/AbstractRTaskJavaValidator.java:[23] public class AbstractRTaskJavaValidator extends org.eclipse.xtext.validation.AbstractDeclarativeValidator { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/validation/AbstractRTaskJavaValidator.java:[28] result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.efxclipse.org/rrobot/task/1.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src-gen/org/eclipse/fx/ide/rrobot/dsl/validation/AbstractRTaskJavaValidator.java:[29] result.add(EPackage.Registry.INSTANCE.getEPackage("http://www.efxclipse.org/rrobot/task/bundle/1.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 131 problems (131 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.rrobot.dsl --- [INFO] [INFO] --------< org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.dsl.ui >--------- [INFO] Building e(fx)clipse - IDE - RRobot - DSL-UI 3.10.0-SNAPSHOT [8/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/RTaskUiModule.java:[25] public RTaskUiModule(AbstractUIPlugin plugin) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[30] import org.eclipse.fx.ide.rrobot.dsl.services.RTaskGrammarAccess; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RTaskGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[32] public class RTaskParser extends AbstractContentAssistParser { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[35] private RTaskGrammarAccess grammarAccess; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RTaskGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[42] result.setGrammarAccess(grammarAccess); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[48] if (nameMappings == null) { ^^^^^^^^^^^^ Unqualified access to the field RTaskParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[49] nameMappings = new HashMap() { ^^^^^^^^^^^^ Unqualified access to the field RTaskParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[52] put(grammarAccess.getGenericProjectAccess().getAlternatives(), "rule__GenericProject__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.GenericProjectElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[52] put(grammarAccess.getGenericProjectAccess().getAlternatives(), "rule__GenericProject__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getGenericProjectAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[52] put(grammarAccess.getGenericProjectAccess().getAlternatives(), "rule__GenericProject__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[52] put(grammarAccess.getGenericProjectAccess().getAlternatives(), "rule__GenericProject__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[52] put(grammarAccess.getGenericProjectAccess().getAlternatives(), "rule__GenericProject__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[53] put(grammarAccess.getResourceAccess().getAlternatives(), "rule__Resource__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[53] put(grammarAccess.getResourceAccess().getAlternatives(), "rule__Resource__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getResourceAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[53] put(grammarAccess.getResourceAccess().getAlternatives(), "rule__Resource__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[53] put(grammarAccess.getResourceAccess().getAlternatives(), "rule__Resource__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.ResourceElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[53] put(grammarAccess.getResourceAccess().getAlternatives(), "rule__Resource__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[54] put(grammarAccess.getEStringAccess().getAlternatives(), "rule__EString__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[54] put(grammarAccess.getEStringAccess().getAlternatives(), "rule__EString__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.EStringElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[54] put(grammarAccess.getEStringAccess().getAlternatives(), "rule__EString__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getEStringAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[54] put(grammarAccess.getEStringAccess().getAlternatives(), "rule__EString__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[54] put(grammarAccess.getEStringAccess().getAlternatives(), "rule__EString__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[55] put(grammarAccess.getBooleanExpressionAccess().getAlternatives(), "rule__BooleanExpression__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[55] put(grammarAccess.getBooleanExpressionAccess().getAlternatives(), "rule__BooleanExpression__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getBooleanExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[55] put(grammarAccess.getBooleanExpressionAccess().getAlternatives(), "rule__BooleanExpression__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.BooleanExpressionElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[55] put(grammarAccess.getBooleanExpressionAccess().getAlternatives(), "rule__BooleanExpression__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[55] put(grammarAccess.getBooleanExpressionAccess().getAlternatives(), "rule__BooleanExpression__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[56] put(grammarAccess.getCompilationUnitAccess().getFileAlternatives_4_0(), "rule__CompilationUnit__FileAlternatives_4_0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[56] put(grammarAccess.getCompilationUnitAccess().getFileAlternatives_4_0(), "rule__CompilationUnit__FileAlternatives_4_0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[56] put(grammarAccess.getCompilationUnitAccess().getFileAlternatives_4_0(), "rule__CompilationUnit__FileAlternatives_4_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.CompilationUnitElements.getFileAlternatives_4_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[56] put(grammarAccess.getCompilationUnitAccess().getFileAlternatives_4_0(), "rule__CompilationUnit__FileAlternatives_4_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getCompilationUnitAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[56] put(grammarAccess.getCompilationUnitAccess().getFileAlternatives_4_0(), "rule__CompilationUnit__FileAlternatives_4_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[57] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_0(), "rule__ImportedPackage__Alternatives_2_0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[57] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_0(), "rule__ImportedPackage__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getImportedPackageAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[57] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_0(), "rule__ImportedPackage__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.ImportedPackageElements.getAlternatives_2_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[57] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_0(), "rule__ImportedPackage__Alternatives_2_0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[57] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_0(), "rule__ImportedPackage__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[58] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_3_1(), "rule__ImportedPackage__Alternatives_2_3_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getImportedPackageAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[58] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_3_1(), "rule__ImportedPackage__Alternatives_2_3_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.ImportedPackageElements.getAlternatives_2_3_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[58] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_3_1(), "rule__ImportedPackage__Alternatives_2_3_1"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[58] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_3_1(), "rule__ImportedPackage__Alternatives_2_3_1"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[58] put(grammarAccess.getImportedPackageAccess().getAlternatives_2_3_1(), "rule__ImportedPackage__Alternatives_2_3_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[59] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_0(), "rule__RequiredBundle__Alternatives_2_0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[59] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_0(), "rule__RequiredBundle__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRequiredBundleAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[59] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_0(), "rule__RequiredBundle__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RequiredBundleElements.getAlternatives_2_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[59] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_0(), "rule__RequiredBundle__Alternatives_2_0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[59] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_0(), "rule__RequiredBundle__Alternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[60] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_4(), "rule__RequiredBundle__Alternatives_2_4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRequiredBundleAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[60] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_4(), "rule__RequiredBundle__Alternatives_2_4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RequiredBundleElements.getAlternatives_2_4()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[60] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_4(), "rule__RequiredBundle__Alternatives_2_4"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[60] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_4(), "rule__RequiredBundle__Alternatives_2_4"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[60] put(grammarAccess.getRequiredBundleAccess().getAlternatives_2_4(), "rule__RequiredBundle__Alternatives_2_4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[61] put(grammarAccess.getProductStartConfigAccess().getStartLevelAlternatives_2_1_1_0(), "rule__ProductStartConfig__StartLevelAlternatives_2_1_1_0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[61] put(grammarAccess.getProductStartConfigAccess().getStartLevelAlternatives_2_1_1_0(), "rule__ProductStartConfig__StartLevelAlternatives_2_1_1_0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[61] put(grammarAccess.getProductStartConfigAccess().getStartLevelAlternatives_2_1_1_0(), "rule__ProductStartConfig__StartLevelAlternatives_2_1_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.ProductStartConfigElements.getStartLevelAlternatives_2_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[61] put(grammarAccess.getProductStartConfigAccess().getStartLevelAlternatives_2_1_1_0(), "rule__ProductStartConfig__StartLevelAlternatives_2_1_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getProductStartConfigAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[61] put(grammarAccess.getProductStartConfigAccess().getStartLevelAlternatives_2_1_1_0(), "rule__ProductStartConfig__StartLevelAlternatives_2_1_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[62] put(grammarAccess.getTypeAccess().getAlternatives(), "rule__Type__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.TypeElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[62] put(grammarAccess.getTypeAccess().getAlternatives(), "rule__Type__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[62] put(grammarAccess.getTypeAccess().getAlternatives(), "rule__Type__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[62] put(grammarAccess.getTypeAccess().getAlternatives(), "rule__Type__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getTypeAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[62] put(grammarAccess.getTypeAccess().getAlternatives(), "rule__Type__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[63] put(grammarAccess.getCardinalityAccess().getAlternatives(), "rule__Cardinality__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[63] put(grammarAccess.getCardinalityAccess().getAlternatives(), "rule__Cardinality__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.CardinalityElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[63] put(grammarAccess.getCardinalityAccess().getAlternatives(), "rule__Cardinality__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getCardinalityAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[63] put(grammarAccess.getCardinalityAccess().getAlternatives(), "rule__Cardinality__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[63] put(grammarAccess.getCardinalityAccess().getAlternatives(), "rule__Cardinality__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[64] put(grammarAccess.getPolicyAccess().getAlternatives(), "rule__Policy__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[64] put(grammarAccess.getPolicyAccess().getAlternatives(), "rule__Policy__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[64] put(grammarAccess.getPolicyAccess().getAlternatives(), "rule__Policy__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getPolicyAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[64] put(grammarAccess.getPolicyAccess().getAlternatives(), "rule__Policy__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.PolicyElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[64] put(grammarAccess.getPolicyAccess().getAlternatives(), "rule__Policy__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[65] put(grammarAccess.getMatchRuleAccess().getAlternatives(), "rule__MatchRule__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[65] put(grammarAccess.getMatchRuleAccess().getAlternatives(), "rule__MatchRule__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.MatchRuleElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[65] put(grammarAccess.getMatchRuleAccess().getAlternatives(), "rule__MatchRule__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getMatchRuleAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[65] put(grammarAccess.getMatchRuleAccess().getAlternatives(), "rule__MatchRule__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[65] put(grammarAccess.getMatchRuleAccess().getAlternatives(), "rule__MatchRule__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[66] put(grammarAccess.getRobotTaskAccess().getGroup(), "rule__RobotTask__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RobotTaskElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[66] put(grammarAccess.getRobotTaskAccess().getGroup(), "rule__RobotTask__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRobotTaskAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[66] put(grammarAccess.getRobotTaskAccess().getGroup(), "rule__RobotTask__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[66] put(grammarAccess.getRobotTaskAccess().getGroup(), "rule__RobotTask__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[66] put(grammarAccess.getRobotTaskAccess().getGroup(), "rule__RobotTask__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[67] put(grammarAccess.getRobotTaskAccess().getGroup_3(), "rule__RobotTask__Group_3__0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[67] put(grammarAccess.getRobotTaskAccess().getGroup_3(), "rule__RobotTask__Group_3__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RobotTaskElements.getGroup_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[67] put(grammarAccess.getRobotTaskAccess().getGroup_3(), "rule__RobotTask__Group_3__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRobotTaskAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[67] put(grammarAccess.getRobotTaskAccess().getGroup_3(), "rule__RobotTask__Group_3__0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[67] put(grammarAccess.getRobotTaskAccess().getGroup_3(), "rule__RobotTask__Group_3__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[68] put(grammarAccess.getRobotTaskAccess().getGroup_3_4(), "rule__RobotTask__Group_3_4__0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[68] put(grammarAccess.getRobotTaskAccess().getGroup_3_4(), "rule__RobotTask__Group_3_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRobotTaskAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[68] put(grammarAccess.getRobotTaskAccess().getGroup_3_4(), "rule__RobotTask__Group_3_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RobotTaskElements.getGroup_3_4()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[68] put(grammarAccess.getRobotTaskAccess().getGroup_3_4(), "rule__RobotTask__Group_3_4__0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[68] put(grammarAccess.getRobotTaskAccess().getGroup_3_4(), "rule__RobotTask__Group_3_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[69] put(grammarAccess.getRobotTaskAccess().getGroup_4(), "rule__RobotTask__Group_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRobotTaskAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[69] put(grammarAccess.getRobotTaskAccess().getGroup_4(), "rule__RobotTask__Group_4__0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[69] put(grammarAccess.getRobotTaskAccess().getGroup_4(), "rule__RobotTask__Group_4__0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[69] put(grammarAccess.getRobotTaskAccess().getGroup_4(), "rule__RobotTask__Group_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.RobotTaskElements.getGroup_4()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[69] put(grammarAccess.getRobotTaskAccess().getGroup_4(), "rule__RobotTask__Group_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[70] put(grammarAccess.getRobotTaskAccess().getGroup_4_4(), "rule__RobotTask__Group_4_4__0"); ^^^^^^^^^^^^^ Read access to enclosing field RTaskParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[70] put(grammarAccess.getRobotTaskAccess().getGroup_4_4(), "rule__RobotTask__Group_4_4__0"); ^^^^^^^^^^^^^ Unqualified access to the field RTaskParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[70] put(grammarAccess.getRobotTaskAccess().getGroup_4_4(), "rule__RobotTask__Group_4_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RTaskGrammarAccess.getRobotTaskAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/antlr/RTaskParser.java:[70] put(grammarAccess.getRobotTaskAccess().getGroup_4_4(), "rule__RobotTask__Group_4_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/contentassist/RTaskProposalProvider.java:[21] public class RTaskProposalProvider extends AbstractRTaskProposalProvider { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[28] import org.eclipse.fx.ide.rrobot.RRobot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[29] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[44] public class ExecuteRoboterTask extends AbstractHandler { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[49] private IResourceValidator validator; ^^^^^^^^^ The value of the field ExecuteRoboterTask.validator is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[55] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[55] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[56] final RRobot r = ctx.getService(ref); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[61] URI uri = URI.createPlatformResourceURI(f.getProject().getName()+"/"+f.getProjectRelativePath().toString(),true); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[62] ResourceSet set = resourceSetProvider.get(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field ExecuteRoboterTask.resourceSetProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[65] final RobotTask task = (RobotTask) resource.getContents().get(0); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[65] final RobotTask task = (RobotTask) resource.getContents().get(0); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/handler/ExecuteRoboterTask.java:[71] r.executeTask(monitor, task, map); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RRobot.executeTask(IProgressMonitor, RobotTask, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/outline/RTaskOutlineTreeProvider.java:[24] public class RTaskOutlineTreeProvider extends DefaultOutlineTreeProvider { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_RROBOT_DSL_RTASK = "org.eclipse.fx.ide.rrobot.dsl.RTask"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_RROBOT_DSL_RTASK = "org.eclipse.fx.ide.rrobot.dsl.RTask"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[54] injectors.clear(); ^^^^^^^^^ Unqualified access to the field RTaskActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[59] public static RTaskActivator getInstance() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[63] public Injector getInjector(String language) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[64] synchronized (injectors) { ^^^^^^^^^ Unqualified access to the field RTaskActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[65] Injector injector = injectors.get(language); ^^^^^^^^^ Unqualified access to the field RTaskActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[67] injectors.put(language, injector = createInjector(language)); ^^^^^^^^^ Unqualified access to the field RTaskActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[81] logger.error("Failed to create injector for " + language); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[83] throw new RuntimeException("Failed to create injector for " + language, e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[87] protected Module getRuntimeModule(String grammar) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuntimeModule(String) from the type RTaskActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[89] return new org.eclipse.fx.ide.rrobot.dsl.RTaskRuntimeModule(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RTaskRuntimeModule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[89] return new org.eclipse.fx.ide.rrobot.dsl.RTaskRuntimeModule(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RTaskRuntimeModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src-gen/org/eclipse/fx/ide/rrobot/dsl/ui/internal/RTaskActivator.java:[103] protected Module getSharedStateModule() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSharedStateModule() from the type RTaskActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/labeling/RTaskLabelProvider.java:[31] public RTaskLabelProvider(AdapterFactoryLabelProvider delegate) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/org/eclipse/fx/ide/rrobot/dsl/ui/quickfix/RTaskQuickfixProvider.java:[18] public class RTaskQuickfixProvider extends DefaultQuickfixProvider { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration 131 problems (131 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.dsl.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.dsl.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.rrobot.dsl.ui --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui >------------ [INFO] Building e(fx)clipse - IDE - PDE UI 3.10.0-SNAPSHOT [9/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.pde.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.pde.ui --- [WARNING] WARNING: JemmyLaunch.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunch.xtend 25: Unnecessary cast from RobotTask to RobotTask [WARNING] WARNING: FeatureLaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/FeatureLaunchGenerator.xtend 14: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: FeatureLaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/FeatureLaunchGenerator.xtend 46: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ProductPomGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/ProductPomGenerator.xtend 7: The import 'org.eclipse.fx.ide.pde.ui.templates.tycho.MavenUtils' is never used. [WARNING] WARNING: E3ViewPartGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/E3ViewPartGenerator.xtend 19: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: MavenUtils.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/MavenUtils.xtend 12: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: MavenUtils.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/tycho/MavenUtils.xtend 20: The operator '==' should be replaced by '===' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.pde.ui --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[18] public abstract class BasicLaunchDef { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[25] public Set getWorkbenchPlugins() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[26] return workbenchPlugins; ^^^^^^^^^^^^^^^^ Unqualified access to the field BasicLaunchDef.workbenchPlugins [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[29] public Set getTargetPlugins() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[30] return targetPlugins; ^^^^^^^^^^^^^ Unqualified access to the field BasicLaunchDef.targetPlugins [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[33] public Set getFeatures() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[34] return features; ^^^^^^^^ Unqualified access to the field BasicLaunchDef.features [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[37] public String getProjectName() { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[38] return projectName; ^^^^^^^^^^^ Unqualified access to the field BasicLaunchDef.projectName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[41] public void setProjectName(String projectName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[45] public String getClassloaderStrategy() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[46] return classloaderStrategy; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BasicLaunchDef.classloaderStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/BasicLaunchDef.java:[49] public void setClassloaderStrategy(String classloaderStrategy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/BundleHelper.java:[23] public class BundleHelper { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/BundleHelper.java:[24] public static void addRequiredBundleDescriptions(IBundleProjectDescription bundleDesc, IRequiredBundleDescription... requiredBundles) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/BundleHelper.java:[42] requiredBundles = toAdd.toArray(new IRequiredBundleDescription[0]); ^^^^^^^^^^^^^^^ The parameter requiredBundles should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/BundleHelper.java:[52] public static void addPackageImportDescriptions(IBundleProjectDescription bundleDesc, IPackageImportDescription... importedPackages) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[23] import org.eclipse.fx.ide.rrobot.dsl.FileLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[26] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[27] import org.eclipse.pde.internal.core.natures.PDE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[27] import org.eclipse.pde.internal.core.natures.PDE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.pde.internal.core.natures.PDE is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[35] import org.eclipse.fx.ide.rrobot.RRobot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[36] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[38] public class NewBundleApplicationWizard extends Wizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[46] this.data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[49] private boolean isJemmyAvailable() { ^^^^^^^^^^^^^^^^^^ The method isJemmyAvailable() from the type NewBundleApplicationWizard is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[49] private boolean isJemmyAvailable() { ^^^^^^^^^^^^^^^^^^ The method isJemmyAvailable() from the type NewBundleApplicationWizard can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[50] return PDECore.getDefault().getModelManager().findModel("at.bestsolution.efxclipse.jemmy") != null; ^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[50] return PDECore.getDefault().getModelManager().findModel("at.bestsolution.efxclipse.jemmy") != null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PDECore.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[50] return PDECore.getDefault().getModelManager().findModel("at.bestsolution.efxclipse.jemmy") != null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PDECore.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[50] return PDECore.getDefault().getModelManager().findModel("at.bestsolution.efxclipse.jemmy") != null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PluginModelManager.findModel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[50] return PDECore.getDefault().getModelManager().findModel("at.bestsolution.efxclipse.jemmy") != null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[56] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi application") { ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[56] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi application") { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[56] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi application") { ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[59] return "Bundle-ID-Prefix"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[62] addPage(new GeneratorConfigurationPage(data, "generator.page","New FX-OSGi application")); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[62] addPage(new GeneratorConfigurationPage(data, "generator.page","New FX-OSGi application")); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[62] addPage(new GeneratorConfigurationPage(data, "generator.page","New FX-OSGi application")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[69] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[69] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[70] final RRobot r = ctx.getService(ref); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[72] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[72] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[72] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.createLoader()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[73] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-app.rtask", true)); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[73] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-app.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.loadTask(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[73] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-app.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[76] additionalData.put("Maven_GroupId", data.getSymbolicname()); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[76] additionalData.put("Maven_GroupId", data.getSymbolicname()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[77] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[77] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[78] additionalData.put("BundleProject_productName", data.getProductName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[78] additionalData.put("BundleProject_productName", data.getProductName()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[79] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[79] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[80] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[80] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[81] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[81] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[81] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[82] additionalData.put("NativeExport", data.isNativeExport()); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[82] additionalData.put("NativeExport", data.isNativeExport()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[82] additionalData.put("NativeExport", data.isNativeExport()); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[83] additionalData.put("EclipseDI", data.isDiApp()); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[83] additionalData.put("EclipseDI", data.isDiApp()); ^^^^ Unqualified access to the field NewBundleApplicationWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[83] additionalData.put("EclipseDI", data.isDiApp()); ^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/NewBundleApplicationWizard.java:[89] r.executeTask(monitor, task, additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RRobot.executeTask(IProgressMonitor, RobotTask, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPNewWizard.java:[19] public class HelloRCPNewWizard extends NewPluginTemplateWizard { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPNewWizard.java:[24] public void init(IFieldData data) { ^^^^^^^^^^^^^^^^^^^^^ The method init(IFieldData) of type HelloRCPNewWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPNewWizard.java:[26] setWindowTitle("New Hello JavaFX/RCP Project"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPNewWizard.java:[32] public ITemplateSection[] createTemplateSections() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method createTemplateSections() of type HelloRCPNewWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[23] import org.eclipse.fx.ide.ui.wizards.AbstractJDTElementPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[24] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[26] public class E3ViewPartClassPage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[26] public class E3ViewPartClassPage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[26] public class E3ViewPartClassPage extends AbstractJDTElementPage { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[30] super("newE3ViewPartClass", "JavaFX 3.x ViewPart", "Create a new JavaFX ViewPart class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractJDTElementPage(String, String, String, IPackageFragmentRoot, IPackageFragment, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[30] super("newE3ViewPartClass", "JavaFX 3.x ViewPart", "Create a new JavaFX ViewPart class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[30] super("newE3ViewPartClass", "JavaFX 3.x ViewPart", "Create a new JavaFX ViewPart class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[30] super("newE3ViewPartClass", "JavaFX 3.x ViewPart", "Create a new JavaFX ViewPart class", froot, fragment, fWorkspaceRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[34] protected void createFields(Composite parent, DataBindingContext dbc) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[39] protected JDTElement createInstance() { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[40] return new JDTElement(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JDTElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[40] return new JDTElement(); ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[45] return Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassPage.java:[45] return Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/wizban/newclass_wiz.png"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[15] public class JUnitLaunchDef extends BasicLaunchDef { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[19] public String getJunitClassName() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[20] return junitClassName; ^^^^^^^^^^^^^^ Unqualified access to the field JUnitLaunchDef.junitClassName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[23] public void setJunitClassName(String junitClassName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[27] public String getTestProductId() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[28] return testProductId; ^^^^^^^^^^^^^ Unqualified access to the field JUnitLaunchDef.testProductId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JUnitLaunchDef.java:[31] public void setTestProductId(String testProductId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleWizard.java:[18] public class FXOSGiBundleWizard extends NewPluginTemplateWizard { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[24] import org.eclipse.jface.dialogs.MessageDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.dialogs.MessageDialog is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[26] import org.eclipse.jface.wizard.WizardDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.wizard.WizardDialog is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[47] public class HelloRCPTemplate extends FXPDETemplateSection { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[49] public static final String KEY_APPLICATION_CLASS = "applicationClass"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[50] public static final String KEY_WINDOW_TITLE = "windowTitle"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[51] public static final String KEY_VIEW_PART_CLASS = "viewPartClass"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[52] public static final String KEY_VIEW_NAME = "viewName"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[52] public static final String KEY_VIEW_NAME = "viewName"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[54] public HelloRCPTemplate() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[59] public void addPages(Wizard wizard) { ^^^^^^^^^^^^^^^^^^^^^^^ The method addPages(Wizard) of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[61] page.setTitle("Basic JavaFX/RCP application"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[62] page.setDescription("This template creates a minimal standalone JavaFX/RCP application that consists of an application window with a title."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[68] addOption(KEY_WINDOW_TITLE, "Application window &title:", "Hello RCP", 0); //$NON-NLS-1$ ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[70] addOption(KEY_PACKAGE_NAME, "Pa&ckage name:", (String) null, 0); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[71] addOption(KEY_APPLICATION_CLASS, "App&lication class:", "Application", 0); //$NON-NLS-1$ ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[73] addOption(KEY_VIEW_PART_CLASS, "ViewPart class", "MyViewPart", 0); //$NON-NLS-1$ ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[74] addOption(KEY_VIEW_NAME, "Name", "My FX View", 0); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[74] addOption(KEY_VIEW_NAME, "Name", "My FX View", 0); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[79] protected void initializeFields(IFieldData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IFieldData) of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[86] public void initializeFields(IPluginModelBase model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IPluginModelBase) of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[96] public String getSectionId() { ^^^^^^^^^^^^^^ The method getSectionId() of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[103] protected void updateModel(IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updateModel(IProgressMonitor) of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[113] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[115] IPluginModelFactory factory = model.getPluginFactory(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[117] String fullClassName = getStringOption(KEY_PACKAGE_NAME) + "." + getStringOption(KEY_VIEW_PART_CLASS); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[121] viewElement.setAttribute("name", getStringOption(KEY_VIEW_NAME)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[131] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[136] IPluginElement element = model.getPluginFactory().createElement(extension); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[140] IPluginElement run = model.getPluginFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[150] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[153] IPluginElement element = model.getPluginFactory().createElement(extension); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[165] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[169] IPluginElement element = model.getFactory().createElement(extension); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[174] IPluginElement property = model.getFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[176] property = model.getFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[188] public void execute(IProject project, final IPluginModelBase model, IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(IProject, IPluginModelBase, IProgressMonitor) of type HelloRCPTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[196] imports = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[207] IFile file = project.getFile(new org.eclipse.core.runtime.Path(model.getPluginBase().getId() + ".product")); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[218] args = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[220] args += "-Dosgi.framework.extensions=org.eclipse.fx.osgi"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[225] product.setProductId(model.getPluginBase().getId() + "." + VALUE_PRODUCT_ID); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[226] product.setApplication(model.getPluginBase().getId() + "." + VALUE_APPLICATION_ID); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[227] product.setName("product"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[231] "org.eclipse.fx.osgi", ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[232] "org.eclipse.fx.javafx", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[233] "org.eclipse.fx.ui.workbench3", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[235] "org.eclipse.ui", ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[236] "org.eclipse.core.runtime", ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[237] "org.eclipse.core.jobs", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[238] "org.eclipse.equinox.preferences", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[239] "org.eclipse.core.contenttype", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[240] "org.eclipse.core.databinding", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[241] "org.eclipse.core.databinding.observable", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[242] "org.eclipse.core.databinding.property", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[243] "org.eclipse.equinox.app", ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[244] "org.eclipse.osgi", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[245] "org.eclipse.equinox.common", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[246] "org.eclipse.equinox.registry", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[247] "com.ibm.icu", //TODO Can we replace this please??? ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[248] "org.eclipse.core.expressions", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[249] "org.eclipse.jface", ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[250] "org.eclipse.swt", ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[251] "org.eclipse.swt.carbon.macosx", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[252] "org.eclipse.swt.cocoa.macosx", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[253] "org.eclipse.swt.cocoa.macosx.x86_64", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[258] "org.eclipse.swt.gtk.linux.x86", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[259] "org.eclipse.swt.gtk.linux.x86_64", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[267] "org.eclipse.swt.win32.win32.x86", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[268] "org.eclipse.swt.win32.win32.x86_64", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[269] "org.eclipse.ui.workbench", ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[270] "org.eclipse.core.commands", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[271] "org.eclipse.help", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[272] "org.eclipse.jface.databinding" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[274] IPluginModelBase m = PluginRegistry.findModel("org.eclipse.ui.workbench"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[277] if( new Version("3.100").compareTo(m.getBundleDescription().getVersion()) < 0 ) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[279] "javax.annotation", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[280] "javax.inject", ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[281] "org.eclipse.e4.core.commands", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[282] "org.eclipse.e4.ui.workbench", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[283] "org.eclipse.emf.common", ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[284] "org.eclipse.e4.core.contexts", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[285] "org.eclipse.e4.core.services", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[286] "org.eclipse.e4.core.di", ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[287] "org.eclipse.e4.core.di.extensions", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[288] "org.eclipse.osgi.services", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[289] "org.eclipse.e4.ui.di", ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[290] "org.eclipse.e4.ui.model.workbench", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[291] "org.eclipse.emf.ecore", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[292] "org.eclipse.emf.ecore.xmi", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[293] "org.eclipse.e4.ui.services", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[294] "org.eclipse.emf.ecore.change", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[295] "org.eclipse.e4.ui.css.core", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[296] "org.apache.batik.css", ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[297] "org.apache.batik.util", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[298] "org.w3c.css.sac", ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[299] "org.w3c.dom.svg", ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[300] "org.apache.batik.util.gui", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[301] "org.w3c.dom.smil", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[302] "org.eclipse.e4.ui.css.swt", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/HelloRCPTemplate.java:[303] "org.eclipse.e4.ui.css.swt.theme", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppWizard.java:[18] public class FXOSGiAppWizard extends NewPluginTemplateWizard { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[22] public class Activator extends AbstractUIPlugin { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[23] public static final String PLUGIN_ID = "org.eclipse.fx.ide.pde.ui"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[23] public static final String PLUGIN_ID = "org.eclipse.fx.ide.pde.ui"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[28] public URL getInstallURL() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[28] public URL getInstallURL() { ^^^^^^^^^^^^^^^ The method getInstallURL() from the type Activator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[32] public static Activator getDefault() { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[36] public static String getPluginId() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[43] public void start(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[48] public void stop(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[53] public <@Nullable S> S acquireService(Class serviceClass) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[64] public static String[] getJavaFXImports() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[66] "javafx.animation;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[67] "javafx.application;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[68] "javafx.beans;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[69] "javafx.beans.binding;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[70] "javafx.beans.property;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[71] "javafx.beans.value;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[72] "javafx.collections;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[73] "javafx.concurrent;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[74] "javafx.embed.swing;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[75] "javafx.event;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[76] "javafx.fxml;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[77] "javafx.geometry;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[78] "javafx.scene;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[79] "javafx.scene.chart;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[80] "javafx.scene.control;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[81] "javafx.scene.control.cell;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[82] "javafx.scene.effect;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[83] "javafx.scene.image;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[84] "javafx.scene.input;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[85] "javafx.scene.layout;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[86] "javafx.scene.media;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[87] "javafx.scene.paint;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[88] "javafx.scene.shape;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[89] "javafx.scene.text;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[90] "javafx.scene.transform;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[91] "javafx.scene.web;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[92] "javafx.stage;version=\"2.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[93] "javafx.util;version=\"2.0.0\"" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[97] public static String[] getJemmyImports() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[99] "org.jemmy;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[100] "org.jemmy.action;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[101] "org.jemmy.browser;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[102] "org.jemmy.control;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[103] "org.jemmy.dock;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[104] "org.jemmy.env;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[105] "org.jemmy.fx;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[106] "org.jemmy.fx.control;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[107] "org.jemmy.fx.control.caspian;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[108] "org.jemmy.image;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[109] "org.jemmy.image.pixel;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[110] "org.jemmy.input;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[111] "org.jemmy.input.glass;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[112] "org.jemmy.interfaces;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[113] "org.jemmy.lookup;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[114] "org.jemmy.operators;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[115] "org.jemmy.resources;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[116] "org.jemmy.support;version=\"3.0.0\"", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[117] "org.jemmy.timing;version=\"3.0.0\"" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/Activator.java:[122] public static String getCommaValuesFromPackagesArray(String[] values, String version) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[18] public class OSGiLaunchDef extends BasicLaunchDef { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[19] public static Set getTargetDefinitions() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[21] set.add(PluginLaunchDef.parse("org.eclipse.fx.core.databinding@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[22] set.add(PluginLaunchDef.parse("org.eclipse.fx.ui.databinding@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[23] set.add(PluginLaunchDef.parse("org.eclipse.fx.javafx@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[24] set.add(PluginLaunchDef.parse("org.eclipse.fx.osgi@default:false")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[25] set.add(PluginLaunchDef.parse("com.ibm.icu@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[26] set.add(PluginLaunchDef.parse("org.eclipse.core.contenttype@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[27] set.add(PluginLaunchDef.parse("org.eclipse.core.databinding.observable@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[28] set.add(PluginLaunchDef.parse("org.eclipse.core.databinding.property@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[29] set.add(PluginLaunchDef.parse("org.eclipse.core.databinding@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[30] set.add(PluginLaunchDef.parse("org.eclipse.core.jobs@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[31] set.add(PluginLaunchDef.parse("org.eclipse.core.runtime.compatibility.registry@default:false")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[32] set.add(PluginLaunchDef.parse("org.eclipse.core.runtime@default:true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[33] set.add(PluginLaunchDef.parse("org.eclipse.equinox.app@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[34] set.add(PluginLaunchDef.parse("org.eclipse.equinox.common@2:true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[35] set.add(PluginLaunchDef.parse("org.eclipse.equinox.ds@1:true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[36] set.add(PluginLaunchDef.parse("org.eclipse.equinox.event@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[37] set.add(PluginLaunchDef.parse("org.eclipse.equinox.preferences@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[38] set.add(PluginLaunchDef.parse("org.eclipse.equinox.registry@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[39] set.add(PluginLaunchDef.parse("org.eclipse.equinox.util@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[40] set.add(PluginLaunchDef.parse("org.eclipse.osgi.services@default:default")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/OSGiLaunchDef.java:[41] set.add(PluginLaunchDef.parse("org.eclipse.osgi@-1:true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/LaunchFeature.java:[15] public class LaunchFeature { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/LaunchFeature.java:[18] public LaunchFeature(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/LaunchFeature.java:[22] public void setName(String name) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/LaunchFeature.java:[26] public String getName() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/LaunchFeature.java:[27] return name; ^^^^ Unqualified access to the field LaunchFeature.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/AppBundleProjectData.java:[23] return diApp; ^^^^^ Unqualified access to the field AppBundleProjectData.diApp [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/AppBundleProjectData.java:[29] return nativeExport; ^^^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.nativeExport [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/AppBundleProjectData.java:[35] return productName; ^^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[20] import org.eclipse.jdt.annotation.NonNull; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.annotation.NonNull is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[21] import org.eclipse.jdt.annotation.Nullable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.annotation.Nullable is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[31] import org.eclipse.pde.internal.core.bundle.BundlePluginBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[32] import org.eclipse.pde.internal.core.ibundle.IBundle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[37] public class E3PluginTemplate extends FXPDETemplateSection { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[38] public static final String KEY_VIEW_PART_CLASS = "viewPartClass"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[39] public static final String KEY_VIEW_NAME = "viewName"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[39] public static final String KEY_VIEW_NAME = "viewName"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[41] public E3PluginTemplate() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[46] public int getNumberOfWorkUnits() { ^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfWorkUnits() of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[50] protected void initializeFields(IFieldData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IFieldData) of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[57] public void initializeFields(IPluginModelBase model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IPluginModelBase) of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[63] public void initializeFields(String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[67] public boolean isDependentOnParentWizard() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isDependentOnParentWizard() of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[72] addOption(KEY_PACKAGE_NAME, "Package", (String) null, 0); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[73] addOption(KEY_VIEW_PART_CLASS, "ViewPart class", "MyViewPart", 0); //$NON-NLS-1$ ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[74] addOption(KEY_VIEW_NAME, "Name", "My FX View", 0); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[74] addOption(KEY_VIEW_NAME, "Name", "My FX View", 0); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[80] page.setTitle("Eclipse 3.x ViewPart plugin"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[81] page.setDescription("Template to create an Eclipse 3.x ViewPart plugin"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[88] return "org.eclipse.ui.views"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[93] return "eclipse3xplugin"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[99] IBundleProjectService v = Activator.getDefault().acquireService(serviceClass); ^ The value of the local variable v is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[99] IBundleProjectService v = Activator.getDefault().acquireService(serviceClass); ^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Class' needs unchecked conversion to conform to 'Class<@Nullable IBundleProjectService>' [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[101] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[103] IPluginModelFactory factory = model.getPluginFactory(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[105] String fullClassName = getStringOption(KEY_PACKAGE_NAME) + "." + getStringOption(KEY_VIEW_PART_CLASS); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[109] viewElement.setAttribute("name", getStringOption(KEY_VIEW_NAME)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^ Unnecessary $NON-NLS$ tag [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[118] public IPluginReference[] getDependencies(String schemaVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDependencies(String) of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[123] result.add(new PluginReference("org.eclipse.fx.ui.workbench3", null, 0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[132] protected String getFormattedPackageName(String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFormattedPackageName(String) of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[141] return new String[] { "icons/" }; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[144] public void execute(IProject project, IPluginModelBase model, IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method execute(IProject, IPluginModelBase, IProgressMonitor) of type E3PluginTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[146] if( model.getPluginBase() instanceof BundlePluginBase ) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[147] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[147] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundlePluginBase.getBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[147] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[149] String imports = bundle.getHeader(Constants.IMPORT_PACKAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.getHeader(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[151] imports = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginTemplate.java:[156] bundle.setHeader(Constants.IMPORT_PACKAGE, imports); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.setHeader(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectWizard.java:[18] public class JemmyJUnitTestProjectWizard extends NewPluginTemplateWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[26] import org.eclipse.pde.core.project.IPackageImportDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.pde.core.project.IPackageImportDescription is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[30] public class E3ViewPartClassWizard extends AbstractNewClassWizard { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[43] public boolean performFinish() { ^^^^^^^^^^^^^^^ The method performFinish() of type E3ViewPartClassWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[52] IRequiredBundleDescription requireDesc = bpService.newRequiredBundle("org.eclipse.fx.ui.workbench3", null, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[59] MessageDialog.openError(getShell(), "Not a Plug-in project", "The target project is not managed by PDE"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3ViewPartClassWizard.java:[59] MessageDialog.openError(getShell(), "Not a Plug-in project", "The target project is not managed by PDE"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/rcp/NewRCPProjectWizard.java:[15] public class NewRCPProjectWizard { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/rcp/NewRCPProjectWizard.java:[15] public class NewRCPProjectWizard { } ^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[38] public void modifyText(ModifyEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method modifyText(ModifyEvent) of type new ModifyListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[60] if( productName.getText().trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[61] setErrorMessage("You need to enter a product name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[65] data.setProductName(productName.getText()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[65] data.setProductName(productName.getText()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[66] data.setTychoIntegration(tychoButton.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[66] data.setTychoIntegration(tychoButton.getSelection()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[67] data.setDiApp(diButton.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[67] data.setDiApp(diButton.getSelection()); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.diButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[68] data.setNativeExport(nativePackaging.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[68] data.setNativeExport(nativePackaging.getSelection()); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[80] group.setText("Customizations"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[84] createLabel(group, "Product Name:"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[85] productName = createText(group, propertiesListener, 1); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[85] productName = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[86] productName.setMessage("Enter a product name"); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[86] productName.setMessage("Enter a product name"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[90] createLabel(group, "Tycho Build Stubs:"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[91] tychoButton = createCheckbox(group, listener); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[91] tychoButton = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[92] tychoButton.setSelection(data.isTychoIntegration()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[92] tychoButton.setSelection(data.isTychoIntegration()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[96] createLabel(group, "Eclipse DI:"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[97] diButton = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.diButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[97] diButton = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[98] diButton.setSelection(data.isDiApp()); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.diButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[98] diButton.setSelection(data.isDiApp()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[102] createLabel(group, "Native packaging:"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[103] nativePackaging = createCheckbox(group, listener); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[103] nativePackaging = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[104] nativePackaging.setSelection(data.isNativeExport()); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[104] nativePackaging.setSelection(data.isNativeExport()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[110] protected Text createText(Composite parent, ModifyListener listener, int horizSpan) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createText(Composite, ModifyListener, int) from the type GeneratorConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[119] private Button createCheckbox(Composite container, SelectionListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCheckbox(Composite, SelectionListener) from the type GeneratorConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/app/GeneratorConfigurationPage.java:[125] private Label createLabel(Composite container, String text) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLabel(Composite, String) from the type GeneratorConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[41] public class BundleConfigurationPage extends WizardPage { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[45] public void modifyText(ModifyEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method modifyText(ModifyEvent) of type new ModifyListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[56] public BundleConfigurationPage(BundleProjectData data, String pageName, String title) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[64] if( idText.getText().trim().isEmpty() ) { ^^^^^^ Unqualified access to the field BundleConfigurationPage.idText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[65] setErrorMessage( getBundleIdLabel() + " is required"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[67] } else if( versionText != null && versionText.getText().trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[67] } else if( versionText != null && versionText.getText().trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[68] setErrorMessage("Version is required"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[71] if(versionText != null ) { ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[73] new Version(versionText.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The allocated object is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[73] new Version(versionText.getText()); ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[75] setErrorMessage("Invalid version definition"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[81] data.setSymbolicname(idText.getText().trim()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[81] data.setSymbolicname(idText.getText().trim()); ^^^^^^ Unqualified access to the field BundleConfigurationPage.idText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[83] if( nameText != null ) { ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.nameText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[84] data.setBundleDescription(nameText.getText()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[84] data.setBundleDescription(nameText.getText()); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.nameText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[87] if( versionText != null ) { ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[88] data.setVersion(versionText.getText()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[88] data.setVersion(versionText.getText()); ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[91] data.setVendor(vendorText.getText().trim().isEmpty() ? null : vendorText.getText()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[91] data.setVendor(vendorText.getText().trim().isEmpty() ? null : vendorText.getText()); ^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.vendorText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[91] data.setVendor(vendorText.getText().trim().isEmpty() ? null : vendorText.getText()); ^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.vendorText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[92] data.setEEnv(eeChoice.getText()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[92] data.setEEnv(eeChoice.getText()); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[109] propertiesGroup.setText("Properties"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[114] createLabel(propertiesGroup, getBundleIdLabel()+":"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[115] idText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^ Unqualified access to the field BundleConfigurationPage.idText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[115] idText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[120] createLabel(propertiesGroup, "Version:"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[121] versionText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[121] versionText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[122] versionText.setText(data.getVersion()); ^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.versionText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[122] versionText.setText(data.getVersion()); ^^^^ Unqualified access to the field BundleConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[127] createLabel(propertiesGroup, "Name:"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[128] nameText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.nameText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[128] nameText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[129] nameText.setMessage("Enter a short description"); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.nameText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[129] nameText.setMessage("Enter a short description"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[133] createLabel(propertiesGroup, "Vendor:"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[134] vendorText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.vendorText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[134] vendorText = createText(propertiesGroup, propertiesListener, 2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[135] vendorText.setMessage("Enter the vendor of the bundle"); ^^^^^^^^^^ Unqualified access to the field BundleConfigurationPage.vendorText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[135] vendorText.setMessage("Enter the vendor of the bundle"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[141] protected String getBundleIdLabel() { ^^^^^^^^^^^^^^^^^^ The method getBundleIdLabel() from the type BundleConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[142] return "ID"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[145] protected boolean withBundleDescription() { ^^^^^^^^^^^^^^^^^^^^^^^ The method withBundleDescription() from the type BundleConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[149] protected boolean withBundleVersion() { ^^^^^^^^^^^^^^^^^^^ The method withBundleVersion() from the type BundleConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[153] private Label createLabel(Composite container, String text) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLabel(Composite, String) from the type BundleConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[161] protected Text createText(Composite parent, ModifyListener listener, int horizSpan) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createText(Composite, ModifyListener, int) from the type BundleConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[172] createLabel(container, "Execution Environment"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[174] eeChoice = new Combo(container, SWT.DROP_DOWN | SWT.READ_ONLY | SWT.BORDER); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[175] eeChoice.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[185] eeChoice.setItems((String[]) availableEEs.toArray(new String[availableEEs.size() - 1])); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[186] eeChoice.addSelectionListener(new SelectionAdapter() { ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[187] public void widgetSelected(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetSelected(SelectionEvent) of type new SelectionAdapter(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[194] String[] EEChoices = eeChoice.getItems(); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[197] eeChoice.select(i); ^^^^^^^^ Unqualified access to the field BundleConfigurationPage.eeChoice [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[206] exeEnvButton.setText("Environments..."); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/BundleConfigurationPage.java:[208] public void handleEvent(Event event) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method handleEvent(Event) of type new Listener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[15] public class PluginLaunchDef { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[20] public PluginLaunchDef(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[21] this(name,"default","default"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[21] this(name,"default","default"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[24] public PluginLaunchDef(String name, String startLevel, String autoStart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[30] public String getName() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[31] return name; ^^^^ Unqualified access to the field PluginLaunchDef.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[33] public void setName(String name) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[36] public String getStartLevel() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[37] return startLevel; ^^^^^^^^^^ Unqualified access to the field PluginLaunchDef.startLevel [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[39] public void setStartLevel(String startLevel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[42] public String getAutoStart() { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[43] return autoStart; ^^^^^^^^^ Unqualified access to the field PluginLaunchDef.autoStart [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[45] public void setAutoStart(String autoStart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/PluginLaunchDef.java:[49] public static PluginLaunchDef parse(String definition) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[37] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[38] import org.eclipse.pde.internal.core.bundle.BundlePluginBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[39] import org.eclipse.pde.internal.core.ibundle.IBundle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[46] public class JemmyJUnitTestProjectTemplate extends FXPDETemplateSection { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[48] private static final String KEY_TEST_SUITE_CLASS = "testSuiteClass"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[49] private static final String KEY_TEST_PRODUCT_BUNDLE_ID = "testProductBundleId"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[50] private static final String KEY_TEST_E4_PRODUCT = "e4Product"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[52] public JemmyJUnitTestProjectTemplate() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[58] addOption(KEY_TEST_PRODUCT_BUNDLE_ID, "Product Bundle Id:", null, 0); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[59] addOption(KEY_PACKAGE_NAME, "Pa&ckage name:", (String) null, 0); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[60] addOption(KEY_TEST_SUITE_CLASS, "TestSuite Class:", null, 0); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[61] addOption(KEY_TEST_E4_PRODUCT, "e4 product", false, 0); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[64] public void addPages(Wizard wizard) { ^^^^^^^^^^^^^^^^^^^^^^^ The method addPages(Wizard) of type JemmyJUnitTestProjectTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[66] page.setTitle("JavaFX Application"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[67] page.setDescription("Template to create JavaFX application"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[72] protected void initializeFields(IFieldData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IFieldData) of type JemmyJUnitTestProjectTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[79] public void initializeFields(IPluginModelBase model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IPluginModelBase) of type JemmyJUnitTestProjectTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[91] return "jemmyOsgi"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[95] protected void updateModel(IProgressMonitor monitor) throws CoreException { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[98] public IPluginReference[] getDependencies(String schemaVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDependencies(String) of type JemmyJUnitTestProjectTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[108] if( model.getPluginBase() instanceof BundlePluginBase ) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[109] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[109] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundlePluginBase.getBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[109] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[111] String imports = bundle.getHeader(Constants.IMPORT_PACKAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.getHeader(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[113] imports = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[121] bundle.setHeader(Constants.IMPORT_PACKAGE, imports); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.setHeader(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[125] IFile f = project.getFile(new Path(project.getName() + ".launch")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[128] ByteArrayInputStream in = new ByteArrayInputStream(l.generate(createDef(project)).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[129] f.create(in, IFile.FORCE, monitor); ^^^^^ The static field IResource.FORCE should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[139] IPluginModelBase productBundle = PDECore.getDefault().getModelManager().findModel(getValue(KEY_TEST_PRODUCT_BUNDLE_ID)+""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[147] d.setJunitClassName(getValue(KEY_PACKAGE_NAME)+"." + getValue(KEY_TEST_SUITE_CLASS)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[148] d.setTestProductId(getValue(KEY_TEST_PRODUCT_BUNDLE_ID)+".product"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[158] d.getWorkbenchPlugins().add(new PluginLaunchDef(model.getPluginBase().getId())); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/JemmyJUnitTestProjectTemplate.java:[182] public boolean isDependentOnParentWizard() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isDependentOnParentWizard() of type JemmyJUnitTestProjectTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[19] public class JemmyLaunchDef extends BasicLaunchDef { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[23] public String getJunitClassName() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[24] return junitClassName; ^^^^^^^^^^^^^^ Unqualified access to the field JemmyLaunchDef.junitClassName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[27] public void setJunitClassName(String junitClassName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[31] public String getTestProductId() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[32] return testProductId; ^^^^^^^^^^^^^ Unqualified access to the field JemmyLaunchDef.testProductId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[35] public void setTestProductId(String testProductId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[39] public static Collection getTargetPluginsOSGi() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[41] l.add(new PluginLaunchDef("com.ibm.icu")); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[42] l.add(new PluginLaunchDef("org.apache.felix.gogo.command")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[43] l.add(new PluginLaunchDef("org.apache.felix.gogo.runtime")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[44] l.add(new PluginLaunchDef("org.apache.felix.gogo.shell")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[45] l.add(new PluginLaunchDef("org.eclipse.core.contenttype")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[46] l.add(new PluginLaunchDef("org.eclipse.core.databinding.observable")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[47] l.add(new PluginLaunchDef("org.eclipse.core.databinding.property")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[48] l.add(new PluginLaunchDef("org.eclipse.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[49] l.add(new PluginLaunchDef("org.eclipse.core.jobs")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[50] l.add(new PluginLaunchDef("org.eclipse.core.runtime","default","true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[50] l.add(new PluginLaunchDef("org.eclipse.core.runtime","default","true")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[50] l.add(new PluginLaunchDef("org.eclipse.core.runtime","default","true")); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[51] l.add(new PluginLaunchDef("org.eclipse.equinox.app")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[52] l.add(new PluginLaunchDef("org.eclipse.equinox.common","2","true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[52] l.add(new PluginLaunchDef("org.eclipse.equinox.common","2","true")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[52] l.add(new PluginLaunchDef("org.eclipse.equinox.common","2","true")); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[53] l.add(new PluginLaunchDef("org.eclipse.equinox.console")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[54] l.add(new PluginLaunchDef("org.eclipse.equinox.ds","1","true")); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[54] l.add(new PluginLaunchDef("org.eclipse.equinox.ds","1","true")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[54] l.add(new PluginLaunchDef("org.eclipse.equinox.ds","1","true")); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[55] l.add(new PluginLaunchDef("org.eclipse.equinox.event")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[56] l.add(new PluginLaunchDef("org.eclipse.equinox.preferences")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[57] l.add(new PluginLaunchDef("org.eclipse.equinox.registry")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[58] l.add(new PluginLaunchDef("org.eclipse.equinox.util")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[59] l.add(new PluginLaunchDef("org.eclipse.jdt.junit.runtime")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[60] l.add(new PluginLaunchDef("org.eclipse.jdt.junit4.runtime")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[61] l.add(new PluginLaunchDef("org.eclipse.osgi.services")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[62] l.add(new PluginLaunchDef("org.eclipse.pde.junit.runtime")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[63] l.add(new PluginLaunchDef("org.hamcrest.core")); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[64] l.add(new PluginLaunchDef("org.jemmy.fx.repackaged")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[65] l.add(new PluginLaunchDef("org.junit*4.10.0.v4_10_0_v20120426-0900")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[66] l.add(new PluginLaunchDef("org.junit4")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[71] public static Collection getTargetPluginsE4() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[74] l.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.e4")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[75] l.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.generic")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[76] l.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[77] l.add(new PluginLaunchDef("org.eclipse.fx.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[78] l.add(new PluginLaunchDef("org.eclipse.fx.ui.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[79] l.add(new PluginLaunchDef("org.eclipse.fx.ui.di")); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[80] l.add(new PluginLaunchDef("org.eclipse.fx.ui.dialogs")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[81] l.add(new PluginLaunchDef("org.eclipse.fx.javafx")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[82] l.add(new PluginLaunchDef("at.bestsolution.efxclipse.jemmy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[83] l.add(new PluginLaunchDef("org.eclipse.fx.osgi.util")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[84] l.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[84] l.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[84] l.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[85] l.add(new PluginLaunchDef("org.eclipse.fx.ui.panes")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[86] l.add(new PluginLaunchDef("org.eclipse.fx.ui.services")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[87] l.add(new PluginLaunchDef("org.eclipse.fx.ui.theme")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[88] l.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[89] l.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[90] l.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.fx.controls")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[91] l.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/templates/JemmyLaunchDef.java:[92] l.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[22] import org.eclipse.pde.internal.core.bundle.BundlePluginBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[23] import org.eclipse.pde.internal.core.ibundle.IBundle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[27] public class FXOSGiBundleTemplate extends FXPDETemplateSection { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[29] public FXOSGiBundleTemplate() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[33] public void addPages(Wizard wizard) { ^^^^^^^^^^^^^^^^^^^^^^^ The method addPages(Wizard) of type FXOSGiBundleTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[35] page.setTitle("JavaFX Bundle"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[36] page.setDescription("Template to create JavaFX application"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[41] public int getNumberOfWorkUnits() { ^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfWorkUnits() of type FXOSGiBundleTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[52] return "javaFXBundle"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[60] public IPluginReference[] getDependencies(String schemaVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDependencies(String) of type FXOSGiBundleTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[75] if( model.getPluginBase() instanceof BundlePluginBase ) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[76] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^ Discouraged access: The type 'IBundle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[76] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundlePluginBase.getBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[76] IBundle bundle = ((BundlePluginBase) model.getPluginBase()).getBundle(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlePluginBase' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[78] String imports = bundle.getHeader(Constants.IMPORT_PACKAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.getHeader(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[80] imports = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiBundleTemplate.java:[85] bundle.setHeader(Constants.IMPORT_PACKAGE, imports); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IBundle.setHeader(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[33] public class NewJavaFXProductFileWizard extends BasicNewResourceWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[37] public void addPages() { ^^^^^^^^^^ The method addPages() of type NewJavaFXProductFileWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[38] fMainPage = new ProductFileWizardPage("product", getSelection()); //$NON-NLS-1$ ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[39] addPage(fMainPage); ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[42] public boolean performFinish() { ^^^^^^^^^^^^^^^ The method performFinish() of type NewJavaFXProductFileWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[55] IFile file = fMainPage.createNewFile(); ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[56] int option = fMainPage.getInitializationOption(); ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[58] return new ProductFromConfigOperation(file, fMainPage.getSelectedLaunchConfiguration()) { ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[65] addPlugins(factory, product, new String[] {"org.eclipse.fx.osgi"}); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[71] return new ProductFromExtensionOperation(file, fMainPage.getSelectedProduct()) { ^^^^^^^^^ Unqualified access to the field NewJavaFXProductFileWizard.fMainPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[78] addPlugins(factory, product, new String[] {"org.eclipse.fx.osgi"}); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[90] addPlugins(factory, product, new String[] {"org.eclipse.fx.osgi"}); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[95] public void init(IWorkbench workbench, IStructuredSelection currentSelection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method init(IWorkbench, IStructuredSelection) of type NewJavaFXProductFileWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[97] setWindowTitle("New JavaFX Product"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[101] protected void initializeDefaultPageImageDescriptor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeDefaultPageImageDescriptor() of type NewJavaFXProductFileWizard should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[108] args = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/NewJavaFXProductFileWizard.java:[110] args = "-Dosgi.framework.extensions=org.eclipse.fx.osgi"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[35] public class JavaFXClassPathExtender implements IClasspathContributor { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[62] if( i.getName().startsWith("javafx") ) { ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[63] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_ACCESSIBLE)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[64] } else if( i.getName().startsWith("com.sun.browser") ) { ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[65] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[66] } else if( i.getName().startsWith("com.sun.deploy") ) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[67] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[68] } else if( i.getName().startsWith("com.sun.glass") ) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[69] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[70] } else if( i.getName().startsWith("com.sun.javafx") ) { ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[71] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[72] } else if( i.getName().startsWith("com.sun.media") ) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[73] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[74] } else if( i.getName().startsWith("com.sun.openpisces") ) { ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[75] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[76] } else if( i.getName().startsWith("com.sun.prism") ) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[77] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[78] } else if( i.getName().startsWith("com.sun.scenario") ) { ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[79] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[80] } else if( i.getName().startsWith("com.sun.t2k") ) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[81] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[82] } else if( i.getName().startsWith("com.sun.webpane") ) { ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[83] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[84] } else if( i.getName().startsWith("netscape.javascript") ) { ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/classpath/JavaFXClassPathExtender.java:[85] l.add(JavaCore.newAccessRule(new Path(i.getName().replace('.', '/')+"/*"),IAccessRule.K_DISCOURAGED)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[16] public class BundleProjectData { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[29] public String getSymbolicname() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[30] return symbolicname; ^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.symbolicname [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[32] public void setSymbolicname(String symbolicname) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[35] public String getVersion() { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[36] return version; ^^^^^^^ Unqualified access to the field BundleProjectData.version [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[38] public void setVersion(String version) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[41] public String getVendor() { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[42] return vendor; ^^^^^^ Unqualified access to the field BundleProjectData.vendor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[44] public void setVendor(String vendor) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[47] public String getEEnv() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[48] return EEnv; ^^^^ Unqualified access to the field BundleProjectData.EEnv [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[50] public void setEEnv(String eEnv) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[51] EEnv = eEnv; ^^^^ Unqualified access to the field BundleProjectData.EEnv [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[53] public void setBundleDescription(String bundleDescription) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[56] public String getBundleDescription() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[57] return bundleDescription; ^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.bundleDescription [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[60] public boolean isTychoIntegration() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[61] return tychoIntegration; ^^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[63] public void setTychoIntegration(boolean tychoIntegration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[66] public String getTychoGroupId() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[67] return tychoGroupId; ^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.tychoGroupId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[69] public void setTychoGroupId(String tychoGroupId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[72] public String getTychoRelengArtifactId() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[73] return tychoRelengArtifactId; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.tychoRelengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[75] public void setTychoRelengArtifactId(String tychoRelengArtifactId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[78] public String getTychoRelengArtifactVersion() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[79] return tychoRelengArtifactVersion; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.tychoRelengArtifactVersion [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[81] public void setTychoRelengArtifactVersion(String tychoRelengArtifactVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[84] public String getTychoRelengArtifactPath() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[85] return tychoRelengArtifactPath; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field BundleProjectData.tychoRelengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/model/BundleProjectData.java:[87] public void setTychoRelengArtifactPath(String tychoRelengArtifactPath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[33] public class TychoConfigurationPage extends WizardPage { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[38] public void modifyText(ModifyEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method modifyText(ModifyEvent) of type new ModifyListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[39] if( working ) { ^^^^^^^ Unqualified access to the field new ModifyListener(){}.working [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[43] working = true; ^^^^^^^ Unqualified access to the field new ModifyListener(){}.working [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[44] if( e.widget == relengArtifactPath ) { ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[44] if( e.widget == relengArtifactPath ) { ^^^^^^^^^^^^^^^^^^ Read access to enclosing field TychoConfigurationPage.relengArtifactPath is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[45] relengArtifactPathModified = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPathModified [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[45] relengArtifactPathModified = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Write access to enclosing field TychoConfigurationPage.relengArtifactPathModified is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[49] working = false; ^^^^^^^ Unqualified access to the field new ModifyListener(){}.working [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[74] public TychoConfigurationPage(BundleProjectData data, String pageName, String title, ImageDescriptor titleImage) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[81] if( tychoIntegration.getSelection() ) { ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[84] if( ! checkEmpty(groupId, "You need to set a Group-Id") ) { ^^^^^^^ Unqualified access to the field TychoConfigurationPage.groupId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[84] if( ! checkEmpty(groupId, "You need to set a Group-Id") ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[87] if( ! checkEmpty(relengArtifactId, "You need to set a Releng-Artifact-Id") ) { ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[87] if( ! checkEmpty(relengArtifactId, "You need to set a Releng-Artifact-Id") ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[91] if( ! relengArtifactPathModified ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPathModified [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[92] relengArtifactPath.setText("../"+relengArtifactId.getText().trim()); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[92] relengArtifactPath.setText("../"+relengArtifactId.getText().trim()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[92] relengArtifactPath.setText("../"+relengArtifactId.getText().trim()); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[98] if( ! checkEmpty(relengArtifactPath, "You need to set a Releng-Artifact-Path") ) { ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[98] if( ! checkEmpty(relengArtifactPath, "You need to set a Releng-Artifact-Path") ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[101] data.setTychoGroupId(groupId.getText().trim()); ^^^^ Unqualified access to the field TychoConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[101] data.setTychoGroupId(groupId.getText().trim()); ^^^^^^^ Unqualified access to the field TychoConfigurationPage.groupId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[102] data.setTychoRelengArtifactId(relengArtifactId.getText().trim()); ^^^^ Unqualified access to the field TychoConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[102] data.setTychoRelengArtifactId(relengArtifactId.getText().trim()); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[104] data.setTychoRelengArtifactPath(relengArtifactPath.getText().trim()); ^^^^ Unqualified access to the field TychoConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[104] data.setTychoRelengArtifactPath(relengArtifactPath.getText().trim()); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[121] groupId.setEnabled(enabled); ^^^^^^^ Unqualified access to the field TychoConfigurationPage.groupId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[122] relengArtifactId.setEnabled(enabled); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[124] relengArtifactPath.setEnabled(enabled); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[133] group.setText("Maven Properties"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[138] tychoIntegration = new Button(group, SWT.CHECK); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[139] tychoIntegration.setText("Maven Tycho Integration"); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[139] tychoIntegration.setText("Maven Tycho Integration"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[140] tychoIntegration.setSelection(data.isTychoIntegration()); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[140] tychoIntegration.setSelection(data.isTychoIntegration()); ^^^^ Unqualified access to the field TychoConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[141] tychoIntegration.addSelectionListener(listener); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[141] tychoIntegration.addSelectionListener(listener); ^^^^^^^^ Unqualified access to the field TychoConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[142] tychoIntegration.setLayoutData(new GridData(GridData.BEGINNING,GridData.CENTER,false,false,2,1)); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.tychoIntegration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[146] createLabel(group, "Group-Id"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[147] groupId = createText(group, propertiesListener, 1); ^^^^^^^ Unqualified access to the field TychoConfigurationPage.groupId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[147] groupId = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[151] createLabel(group, "Releng-Artifact-Id"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[152] relengArtifactId = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactId [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[152] relengArtifactId = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[161] createLabel(group, "Releng-Artifact-Path"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[162] relengArtifactPath = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.relengArtifactPath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[162] relengArtifactPath = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field TychoConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[168] protected Text createText(Composite parent, ModifyListener listener, int horizSpan) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createText(Composite, ModifyListener, int) from the type TychoConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/TychoConfigurationPage.java:[177] private Label createLabel(Composite container, String text) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLabel(Composite, String) from the type TychoConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[49] public class FXOSGiAppTemplate extends FXPDETemplateSection { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[50] public static final String KEY_APPLICATION_CLASS = "applicationClass"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[51] public static final String KEY_WINDOW_TITLE = "windowTitle"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[53] public FXOSGiAppTemplate() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[59] addOption(KEY_WINDOW_TITLE, "Title", "Hello JavaFX", 0); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[60] addOption(KEY_PACKAGE_NAME, "Package", (String) null, 0); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[61] addOption(KEY_APPLICATION_CLASS, "Application class", "Application", 0); //$NON-NLS-1$ ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[66] public void addPages(Wizard wizard) { ^^^^^^^^^^^^^^^^^^^^^^^ The method addPages(Wizard) of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[68] page.setTitle("JavaFX Application"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[69] page.setDescription("Template to create JavaFX application"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[74] protected void initializeFields(IFieldData data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IFieldData) of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[81] public void initializeFields(IPluginModelBase model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeFields(IPluginModelBase) of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[107] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[112] IPluginElement element = model.getPluginFactory().createElement(extension); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[116] IPluginElement run = model.getPluginFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[126] IPluginBase plugin = model.getPluginBase(); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[130] IPluginElement element = model.getFactory().createElement(extension); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[135] IPluginElement property = model.getFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[137] property = model.getFactory().createElement(element); ^^^^^ Unqualified access to the field AbstractTemplateSection.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[157] imports = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[167] IFile f = project.getFile(new Path(project.getName() + ".product.launch")); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[173] ByteArrayInputStream in = new ByteArrayInputStream(new OSGiAppLaunchGenerator().generate(def).toString().getBytes()); ^^ Resource 'in' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[185] IFile file = project.getFile(new org.eclipse.core.runtime.Path(model.getPluginBase().getId() + ".product")); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[196] args = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[198] args += "-Dosgi.framework.extensions=org.eclipse.fx.osgi"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[205] args = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[207] args += "-nosplash"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[213] product.getLauncherArguments().setVMArguments("", IArgumentsInfo.L_ARGS_MACOS); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[217] product.setProductId(model.getPluginBase().getId() + "." + VALUE_PRODUCT_ID); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[218] product.setApplication(model.getPluginBase().getId() + "." + VALUE_APPLICATION_ID); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[219] product.setName("product"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[223] "org.eclipse.fx.osgi", ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[224] "org.eclipse.fx.javafx", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[225] "org.eclipse.fx.core.databinding", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[226] "org.eclipse.fx.ui.databinding", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[227] "org.eclipse.core.databinding", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[228] "org.eclipse.core.databinding.observable", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[229] "org.eclipse.core.databinding.property", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[230] "org.eclipse.equinox.app", ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[231] "org.eclipse.osgi", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[232] "org.eclipse.equinox.common", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[233] "org.eclipse.equinox.registry", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[234] "org.eclipse.equinox.ds", ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[235] "org.eclipse.equinox.event", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[236] "org.eclipse.equinox.util", ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[237] "org.eclipse.osgi.services", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[238] "com.ibm.icu", //TODO Can we replace this please??? ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[240] "org.eclipse.core.runtime", //TODO Should be removed! ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[241] "org.eclipse.core.jobs", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[242] "org.eclipse.equinox.preferences", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[243] "org.eclipse.core.contenttype" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[259] public IPluginReference[] getDependencies(String schemaVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDependencies(String) of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[267] public boolean isDependentOnParentWizard() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isDependentOnParentWizard() of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[271] public int getNumberOfWorkUnits() { ^^^^^^^^^^^^^^^^^^^^^^ The method getNumberOfWorkUnits() of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXOSGiAppTemplate.java:[275] public String[] getNewFiles() { ^^^^^^^^^^^^^ The method getNewFiles() of type FXOSGiAppTemplate should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[25] import org.eclipse.fx.ide.rrobot.dsl.FileLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[36] import org.eclipse.fx.ide.rrobot.RRobot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[37] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[39] public class NewBundleWizard extends Wizard implements INewWizard { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[44] data = new BundleProjectData(); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[45] data.setTychoIntegration(true); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[46] data.setVersion("1.0.0.qualifier"); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[46] data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[52] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi Bundle")); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[52] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi Bundle")); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[52] addPage(new BundleConfigurationPage(data,"bundle.page","New FX-OSGi Bundle")); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[53] addPage(new TychoConfigurationPage(data,"bundle.page","New FX-OSGi Bundle",null)); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[53] addPage(new TychoConfigurationPage(data,"bundle.page","New FX-OSGi Bundle",null)); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[53] addPage(new TychoConfigurationPage(data,"bundle.page","New FX-OSGi Bundle",null)); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[60] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[60] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[61] final RRobot r = ctx.getService(ref); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[63] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[63] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[63] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.createLoader()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[64] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-bundle.rtask", true)); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[64] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-bundle.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.loadTask(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[64] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui/generator-tasks/osgi-bundle.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[67] additionalData.put("Maven_GroupId", data.getTychoGroupId()); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[67] additionalData.put("Maven_GroupId", data.getTychoGroupId()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[68] additionalData.put("Maven_RelengArtifactId", data.getTychoRelengArtifactId()); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[68] additionalData.put("Maven_RelengArtifactId", data.getTychoRelengArtifactId()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[69] additionalData.put("Maven_RelengArtifactVersion", data.getTychoRelengArtifactVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[69] additionalData.put("Maven_RelengArtifactVersion", data.getTychoRelengArtifactVersion()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[70] additionalData.put("Maven_RelengArtifactPath", data.getTychoRelengArtifactPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[70] additionalData.put("Maven_RelengArtifactPath", data.getTychoRelengArtifactPath()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[71] additionalData.put("BundleProject_bundleId",data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[71] additionalData.put("BundleProject_bundleId",data.getSymbolicname()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[72] additionalData.put("BundleProject_projectName",data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[72] additionalData.put("BundleProject_projectName",data.getSymbolicname()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[73] additionalData.put("BundleProject_bundleName",data.getBundleDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[73] additionalData.put("BundleProject_bundleName",data.getBundleDescription()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[74] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[74] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[75] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[75] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[76] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[76] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[77] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[77] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^ Unqualified access to the field NewBundleWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[77] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/wizard/bundle/NewBundleWizard.java:[83] r.executeTask(monitor, task, additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RRobot.executeTask(IProgressMonitor, RobotTask, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[27] public abstract class FXPDETemplateSection extends OptionTemplateSection { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[29] public static final String KEY_PRODUCT_BRANDING = "productBranding"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[30] public static final String KEY_PRODUCT_NAME = "productName"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[32] public static final String VALUE_PRODUCT_ID = "product"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[33] public static final String VALUE_PRODUCT_NAME = "RCP Product"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[34] public static final String VALUE_PERSPECTIVE_NAME = "RCP Perspective"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[35] public static final String VALUE_APPLICATION_ID = "application"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[37] protected ResourceBundle getPluginResourceBundle() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPluginResourceBundle() of type FXPDETemplateSection should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[42] protected URL getInstallURL() { ^^^^^^^^^^^^^^^ The method getInstallURL() of type FXPDETemplateSection should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[46] public URL getTemplateLocation() { ^^^^^^^^^^^^^^^^^^^^^ The method getTemplateLocation() of type FXPDETemplateSection should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[80] public String[] getNewFiles() { ^^^^^^^^^^^^^ The method getNewFiles() of type FXPDETemplateSection should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[84] protected String getFormattedPackageName(String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFormattedPackageName(String) from the type FXPDETemplateSection can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[99] protected void generateFiles(IProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method generateFiles(IProgressMonitor) of type FXPDETemplateSection should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/FXPDETemplateSection.java:[112] addOption(KEY_PRODUCT_BRANDING, "Product Branding", true, 0); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/org/eclipse/fx/ide/pde/ui/E3PluginWizard.java:[18] public class E3PluginWizard extends NewPluginTemplateWizard { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration 801 problems (801 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.pde.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.pde.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.pde.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.pde.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.pde.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.pde.ui --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.pde.ui.e4 >----------- [INFO] Building e(fx)clipse - IDE - PDE e4 - UI 3.10.0-SNAPSHOT [10/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.pde.ui.e4 --- [WARNING] WARNING: NativeLaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/NativeLaunchGenerator.xtend 28: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: NativeLaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/NativeLaunchGenerator.xtend 77: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: LaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/LaunchGenerator.xtend 36: Unnecessary cast from RobotTask to RobotTask [WARNING] WARNING: LaunchGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/LaunchGenerator.xtend 45: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[32] import org.eclipse.fx.ide.pde.ui.wizard.BundleConfigurationPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleConfigurationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[33] import org.eclipse.fx.ide.pde.ui.wizard.model.BundleProjectData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProjectData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[34] import org.eclipse.fx.ide.rrobot.RRobot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[35] import org.eclipse.fx.ide.rrobot.dsl.FileLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[36] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[38] public class NewMediaProjectWizard extends Wizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[39] private BundleProjectData data; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProjectData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[41] public NewMediaProjectWizard() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[42] this.data = new BundleProjectData(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BundleProjectData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[42] this.data = new BundleProjectData(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProjectData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[43] this.data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.setVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[43] this.data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[47] public void init(IWorkbench workbench, IStructuredSelection selection) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[54] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { @Override protected boolean withBundleDescription() { return false; } @Override protected boolean withBundleVersion() { return false; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BundleConfigurationPage(BundleProjectData, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[54] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleConfigurationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[54] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[54] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[54] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[71] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[71] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[72] final RRobot r = ctx.getService(ref); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[74] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[74] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[74] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.createLoader()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[75] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/mediaSample.rtask", true)); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[75] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/mediaSample.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.loadTask(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[75] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/mediaSample.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[78] additionalData.put("BundleProject_projectName", data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[78] additionalData.put("BundleProject_projectName", data.getSymbolicname()); ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[78] additionalData.put("BundleProject_projectName", data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getSymbolicname()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[79] additionalData.put("BundleProject_bundleId", data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[79] additionalData.put("BundleProject_bundleId", data.getSymbolicname()); ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[79] additionalData.put("BundleProject_bundleId", data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getSymbolicname()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getVendor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getVendor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor() != null ? data.getVendor() : ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[82] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[82] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^ Unqualified access to the field NewMediaProjectWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[82] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getEEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/media/NewMediaProjectWizard.java:[88] r.executeTask(monitor, task, additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RRobot.executeTask(IProgressMonitor, RobotTask, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[31] import org.eclipse.swt.widgets.Combo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Combo is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[45] public void modifyText(ModifyEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method modifyText(ModifyEvent) of type new ModifyListener(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[78] p2UpdateSite.setEnabled(p2Update.getSelection()); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2UpdateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[78] p2UpdateSite.setEnabled(p2Update.getSelection()); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2Update [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[79] if( productName.getText().trim().isEmpty() ) { ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[80] setErrorMessage("You need to enter a product name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[84] data.setProductName(productName.getText()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[84] data.setProductName(productName.getText()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[86] data.setP2Update(p2Update.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[86] data.setP2Update(p2Update.getSelection()); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2Update [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[87] data.setUpdateSite(p2UpdateSite.getText()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[87] data.setUpdateSite(p2UpdateSite.getText()); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2UpdateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[88] data.setTychoIntegration(tychoButton.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[88] data.setTychoIntegration(tychoButton.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.setTychoIntegration(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[88] data.setTychoIntegration(tychoButton.getSelection()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[89] data.setNativeExport(nativePackaging.getSelection()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[89] data.setNativeExport(nativePackaging.getSelection()); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[90] data.setClassloadingStrategy(classloading.getStructuredSelection().getFirstElement().toString()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[90] data.setClassloadingStrategy(classloading.getStructuredSelection().getFirstElement().toString()); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.classloading [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[102] group.setText("Customizations"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[106] createLabel(group, "Product Name:"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[107] productName = createText(group, propertiesListener, 1); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[107] productName = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[108] productName.setMessage("Enter a product name"); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[108] productName.setMessage("Enter a product name"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[112] createLabel(group, "Classloading:"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[113] classloading = createCombo(group); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.classloading [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.classloading [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[114] classloading.setInput(new String[] { "default", "ext", "boot", "app", "fwk", "ccl" }); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[115] classloading.setSelection(new StructuredSelection(data.getClassloadingStrategy())); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.classloading [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[115] classloading.setSelection(new StructuredSelection(data.getClassloadingStrategy())); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[116] classloading.addSelectionChangedListener(this.sListener); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.classloading [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[127] createLabel(group, "Tycho Build Stubs:"); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[128] tychoButton = createCheckbox(group, listener); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[128] tychoButton = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[129] tychoButton.setSelection(data.isTychoIntegration()); ^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.tychoButton [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[129] tychoButton.setSelection(data.isTychoIntegration()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[129] tychoButton.setSelection(data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.isTychoIntegration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[133] createLabel(group, "Native packaging:"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[134] nativePackaging = createCheckbox(group, listener); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[134] nativePackaging = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[135] nativePackaging.setSelection(data.isNativeExport()); ^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.nativePackaging [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[135] nativePackaging.setSelection(data.isNativeExport()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[139] createLabel(group, "Enable p2 updates"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[140] p2Update = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2Update [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[140] p2Update = createCheckbox(group, listener); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[141] p2Update.setSelection(data.isP2Update()); ^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2Update [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[141] p2Update.setSelection(data.isP2Update()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[145] createLabel(group, "p2 Update-URL"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[146] p2UpdateSite = createText(group, propertiesListener, 1); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2UpdateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[146] p2UpdateSite = createText(group, propertiesListener, 1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.propertiesListener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[147] p2UpdateSite.setText(data.getUpdateSite()); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2UpdateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[147] p2UpdateSite.setText(data.getUpdateSite()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[148] p2UpdateSite.setEnabled(data.isP2Update()); ^^^^^^^^^^^^ Unqualified access to the field GeneratorConfigurationPage.p2UpdateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[148] p2UpdateSite.setEnabled(data.isP2Update()); ^^^^ Unqualified access to the field GeneratorConfigurationPage.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[154] protected Text createText(Composite parent, ModifyListener listener, int horizSpan) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createText(Composite, ModifyListener, int) from the type GeneratorConfigurationPage can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[163] private Button createCheckbox(Composite container, SelectionListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCheckbox(Composite, SelectionListener) from the type GeneratorConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[169] private ComboViewer createCombo(Composite container) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCombo(Composite) from the type GeneratorConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/GeneratorConfigurationPage.java:[176] private Label createLabel(Composite container, String text) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLabel(Composite, String) from the type GeneratorConfigurationPage can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/Activator.java:[24] public static final String PLUGIN_ID = "org.eclipse.fx.ide.pde.ui.e4"; //$NON-NLS-1$ ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/Activator.java:[39] public void start(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/Activator.java:[48] public void stop(BundleContext context) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[24] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[24] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.pde.internal.core.PDECore is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[32] import org.eclipse.fx.ide.pde.ui.wizard.BundleConfigurationPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleConfigurationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[33] import org.eclipse.fx.ide.rrobot.RRobot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[34] import org.eclipse.fx.ide.rrobot.dsl.FileLoader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[35] import org.eclipse.fx.ide.rrobot.model.task.RobotTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[37] public class NewProjectStructureWizard extends Wizard implements INewWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[44] this.data.setTychoIntegration(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.setTychoIntegration(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[46] this.data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.setVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[46] this.data.setVersion("1.0.0.qualifier"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[48] this.data.setUpdateSite("http://p2.my.comp/updatesite"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[49] this.data.setClassloadingStrategy("ext"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[59] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { @Override protected String getBundleIdLabel() { return "Bundle-ID-Prefix"; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BundleConfigurationPage(BundleProjectData, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[59] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleConfigurationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[59] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[59] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[59] addPage(new BundleConfigurationPage(data,"bundle.page","New e4 FX application") { ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[62] return "Bundle-ID-Prefix"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[65] addPage(new GeneratorConfigurationPage(data, "generator.page","New e4 FX application")); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[65] addPage(new GeneratorConfigurationPage(data, "generator.page","New e4 FX application")); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[65] addPage(new GeneratorConfigurationPage(data, "generator.page","New e4 FX application")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[72] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[72] ServiceReference ref = ctx.getServiceReference(RRobot.class); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[73] final RRobot r = ctx.getService(ref); ^^^^^^ Discouraged access: The type 'RRobot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[75] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[75] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^ Discouraged access: The type 'FileLoader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[75] FileLoader loader = FileLoader.createLoader(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.createLoader()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[76] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/e4App.rtask", true)); ^^^^^^^^^ Discouraged access: The type 'RobotTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.model/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[76] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/e4App.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileLoader.loadTask(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot.dsl/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[76] final RobotTask task = loader.loadTask(URI.createPlatformPluginURI("/org.eclipse.fx.ide.pde.ui.e4/generator-tasks/e4App.rtask", true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[79] additionalData.put("Maven_GroupId", data.getSymbolicname()); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[79] additionalData.put("Maven_GroupId", data.getSymbolicname()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[79] additionalData.put("Maven_GroupId", data.getSymbolicname()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getSymbolicname()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[80] additionalData.put("BundleProject_bundleVendor", data.getVendor()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getVendor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[81] additionalData.put("BundleProject_productName", data.getProductName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[81] additionalData.put("BundleProject_productName", data.getProductName()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[82] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[82] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[82] additionalData.put("BundleProject_bundleVersion", data.getVersion()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[83] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[83] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[83] additionalData.put("BundleProject_EE", data.getEEnv()); ^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.getEEnv()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[84] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[84] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[84] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BundleProjectData.isTychoIntegration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[84] additionalData.put("TychoIntegration", data.isTychoIntegration()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[85] additionalData.put("NativeExport", data.isNativeExport()); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[85] additionalData.put("NativeExport", data.isNativeExport()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[85] additionalData.put("NativeExport", data.isNativeExport()); ^^^^^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[86] additionalData.put("p2Update", data.isP2Update()); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[86] additionalData.put("p2Update", data.isP2Update()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[86] additionalData.put("p2Update", data.isP2Update()); ^^^^^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[87] additionalData.put("p2Location", data.getUpdateSite().replace(":", "$${#58}")); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[87] additionalData.put("p2Location", data.getUpdateSite().replace(":", "$${#58}")); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[87] additionalData.put("p2Location", data.getUpdateSite().replace(":", "$${#58}")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[87] additionalData.put("p2Location", data.getUpdateSite().replace(":", "$${#58}")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[88] additionalData.put("classloaderStrategy", data.getClassloadingStrategy()); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[88] additionalData.put("classloaderStrategy", data.getClassloadingStrategy()); ^^^^ Unqualified access to the field NewProjectStructureWizard.data [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/NewProjectStructureWizard.java:[95] r.executeTask(monitor, task, additionalData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RRobot.executeTask(IProgressMonitor, RobotTask, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.rrobot/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[15] import org.eclipse.fx.ide.pde.ui.wizard.model.BundleProjectData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProjectData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[17] class AppBundleProjectData extends BundleProjectData { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundleProjectData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[26] return p2Update; ^^^^^^^^ Unqualified access to the field AppBundleProjectData.p2Update [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[34] return updateSite; ^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.updateSite [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[48] return nativeExport; ^^^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.nativeExport [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[56] return productName; ^^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.productName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/boot/AppBundleProjectData.java:[64] return classloadingStrategy; ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field AppBundleProjectData.classloadingStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[18] import org.eclipse.fx.ide.pde.ui.templates.BasicLaunchDef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[19] import org.eclipse.fx.ide.pde.ui.templates.PluginLaunchDef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[21] public class E4LaunchDef extends BasicLaunchDef { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[21] public class E4LaunchDef extends BasicLaunchDef { ^^^^^^^^^^^^^^ Discouraged access: The type 'BasicLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[23] public static Set getE4TargetPlugins() { ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[23] public static Set getE4TargetPlugins() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[24] Set set = new HashSet(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[24] Set set = new HashSet(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[25] set.add(new PluginLaunchDef("org.eclipse.fx.ui.application")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[25] set.add(new PluginLaunchDef("org.eclipse.fx.ui.application")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[25] set.add(new PluginLaunchDef("org.eclipse.fx.ui.application")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[26] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.e4")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[26] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.e4")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[26] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.e4")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[27] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.generic")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[27] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.generic")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[27] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings.generic")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[28] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[28] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[28] set.add(new PluginLaunchDef("org.eclipse.fx.ui.keybindings")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[29] set.add(new PluginLaunchDef("org.eclipse.fx.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[29] set.add(new PluginLaunchDef("org.eclipse.fx.core.databinding")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[29] set.add(new PluginLaunchDef("org.eclipse.fx.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[30] set.add(new PluginLaunchDef("org.eclipse.fx.ui.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[30] set.add(new PluginLaunchDef("org.eclipse.fx.ui.databinding")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[30] set.add(new PluginLaunchDef("org.eclipse.fx.ui.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[31] set.add(new PluginLaunchDef("org.eclipse.fx.ui.di")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[31] set.add(new PluginLaunchDef("org.eclipse.fx.ui.di")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[31] set.add(new PluginLaunchDef("org.eclipse.fx.ui.di")); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[32] set.add(new PluginLaunchDef("org.eclipse.fx.ui.dialogs")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[32] set.add(new PluginLaunchDef("org.eclipse.fx.ui.dialogs")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[32] set.add(new PluginLaunchDef("org.eclipse.fx.ui.dialogs")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[33] set.add(new PluginLaunchDef("org.eclipse.fx.javafx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[33] set.add(new PluginLaunchDef("org.eclipse.fx.javafx")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[33] set.add(new PluginLaunchDef("org.eclipse.fx.javafx")); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[34] set.add(new PluginLaunchDef("org.eclipse.fx.osgi.util")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[34] set.add(new PluginLaunchDef("org.eclipse.fx.osgi.util")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[34] set.add(new PluginLaunchDef("org.eclipse.fx.osgi.util")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[35] set.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[35] set.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[35] set.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[35] set.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[35] set.add(new PluginLaunchDef("org.eclipse.fx.osgi","default","false")); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[36] set.add(new PluginLaunchDef("org.eclipse.fx.ui.panes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[36] set.add(new PluginLaunchDef("org.eclipse.fx.ui.panes")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[36] set.add(new PluginLaunchDef("org.eclipse.fx.ui.panes")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[37] set.add(new PluginLaunchDef("org.eclipse.fx.ui.services")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[37] set.add(new PluginLaunchDef("org.eclipse.fx.ui.services")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[37] set.add(new PluginLaunchDef("org.eclipse.fx.ui.services")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[38] set.add(new PluginLaunchDef("org.eclipse.fx.ui.theme")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[38] set.add(new PluginLaunchDef("org.eclipse.fx.ui.theme")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[38] set.add(new PluginLaunchDef("org.eclipse.fx.ui.theme")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[39] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[39] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.base")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[39] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[40] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[40] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.fx")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[40] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[41] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[41] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.base")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[41] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.base")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[42] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[42] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.fx")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[42] set.add(new PluginLaunchDef("org.eclipse.fx.ui.workbench.renderers.fx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[43] set.add(new PluginLaunchDef("com.ibm.icu")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[43] set.add(new PluginLaunchDef("com.ibm.icu")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[43] set.add(new PluginLaunchDef("com.ibm.icu")); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[44] set.add(new PluginLaunchDef("javax.annotation")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[44] set.add(new PluginLaunchDef("javax.annotation")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[44] set.add(new PluginLaunchDef("javax.annotation")); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[45] set.add(new PluginLaunchDef("javax.inject")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[45] set.add(new PluginLaunchDef("javax.inject")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[45] set.add(new PluginLaunchDef("javax.inject")); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[46] set.add(new PluginLaunchDef("javax.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[46] set.add(new PluginLaunchDef("javax.xml")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[46] set.add(new PluginLaunchDef("javax.xml")); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[47] set.add(new PluginLaunchDef("org.apache.commons.logging")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[47] set.add(new PluginLaunchDef("org.apache.commons.logging")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[47] set.add(new PluginLaunchDef("org.apache.commons.logging")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[48] set.add(new PluginLaunchDef("org.eclipse.core.commands")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[48] set.add(new PluginLaunchDef("org.eclipse.core.commands")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[48] set.add(new PluginLaunchDef("org.eclipse.core.commands")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[49] set.add(new PluginLaunchDef("org.eclipse.core.contenttype")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[49] set.add(new PluginLaunchDef("org.eclipse.core.contenttype")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[49] set.add(new PluginLaunchDef("org.eclipse.core.contenttype")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[50] set.add(new PluginLaunchDef("org.eclipse.core.databinding.observable")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[50] set.add(new PluginLaunchDef("org.eclipse.core.databinding.observable")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[50] set.add(new PluginLaunchDef("org.eclipse.core.databinding.observable")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[51] set.add(new PluginLaunchDef("org.eclipse.core.databinding.property")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[51] set.add(new PluginLaunchDef("org.eclipse.core.databinding.property")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[51] set.add(new PluginLaunchDef("org.eclipse.core.databinding.property")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[52] set.add(new PluginLaunchDef("org.eclipse.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[52] set.add(new PluginLaunchDef("org.eclipse.core.databinding")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[52] set.add(new PluginLaunchDef("org.eclipse.core.databinding")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[53] set.add(new PluginLaunchDef("org.eclipse.core.expressions")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[53] set.add(new PluginLaunchDef("org.eclipse.core.expressions")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[53] set.add(new PluginLaunchDef("org.eclipse.core.expressions")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[55] set.add(new PluginLaunchDef("org.eclipse.core.filesystem")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PluginLaunchDef(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[55] set.add(new PluginLaunchDef("org.eclipse.core.filesystem")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PluginLaunchDef' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/org/eclipse/fx/ide/pde/ui/e4/project/template/E4LaunchDef.java:[55] set.add(new PluginLaunchDef("org.eclipse.core.filesystem")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 278 problems (278 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar_unpacked_2876389153710264700/build_bin/org.eclipse.fx.ide.ant-0.9.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar_unpacked_2876389153710264700/build_bin/org.eclipse.fx.ide.ant-0.9.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.ui.e4/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.ui.e4/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.ui.e4-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.pde.ui.e4 --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.pde.core >----------- [INFO] Building e(fx)clipse - IDE - PDE Classpath Enhancer 3.10.0-SNAPSHOT [11/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.pde.core --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.pde.core --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.pde.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.pde.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.pde.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.pde.core --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.pde.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.core/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.core-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.pde.core --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.ui.preview >---------- [INFO] Building e(fx)clipse - IDE - FXML Preview Tooling 3.10.0-SNAPSHOT [12/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.ui.preview --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.ui.preview --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLScanner.java:[18] public class XMLScanner extends RuleBasedScanner { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLScanner.java:[20] public XMLScanner(ColorManager manager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLScanner.java:[28] rules[0] = new SingleLineRule("", procInstr); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLScanner.java:[28] rules[0] = new SingleLineRule("", procInstr); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/LivePreviewModule.java:[18] public class LivePreviewModule implements Module { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/LivePreviewModule.java:[21] public void configure(Binder binder) { } ^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLWhitespaceDetector.java:[17] public class XMLWhitespaceDetector implements IWhitespaceDetector { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLWhitespaceDetector.java:[19] public boolean isWhitespace(char c) { ^^^^^^^^^^^^^^^^^^^^ The method isWhitespace(char) of type XMLWhitespaceDetector should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/LivePreviewViewExecutableExtensionRegistry.java:[20] public class LivePreviewViewExecutableExtensionRegistry extends AbstractGuiceAwareExecutableExtensionFactory { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/SwitchUpdatePreferenceHandler.java:[21] public class SwitchUpdatePreferenceHandler extends AbstractHandler { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/TagRule.java:[17] public class TagRule extends MultiLineRule { ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/TagRule.java:[19] public TagRule(IToken token) { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/TagRule.java:[20] super("<", ">", token); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/TagRule.java:[20] super("<", ">", token); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/TagRule.java:[22] protected boolean sequenceDetected( ICharacterScanner scanner, char[] sequence, boolean eofAllowed) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method sequenceDetected(ICharacterScanner, char[], boolean) of type TagRule should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[22] public class Activator extends AbstractUIPlugin { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[28] public static final String PLUGIN_ID = "org.eclipse.fx.ide.ui.preview"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[28] public static final String PLUGIN_ID = "org.eclipse.fx.ide.ui.preview"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[34] public void start(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[35] injector = Guice.createInjector(new LivePreviewModule(), new SharedStateModule()); ^^^^^^^^ Unqualified access to the field Activator.injector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[40] public static Activator getDefault() { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[48] public void stop(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type Activator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[53] public Injector getInjector() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/bundle/Activator.java:[54] return injector; ^^^^^^^^ Unqualified access to the field Activator.injector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[17] public class XMLPartitionScanner extends RuleBasedPartitionScanner { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[18] public final static String XML_COMMENT = "__xml_comment"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[18] public final static String XML_COMMENT = "__xml_comment"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[19] public final static String XML_TAG = "__xml_tag"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[19] public final static String XML_TAG = "__xml_tag"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[21] public XMLPartitionScanner() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[28] rules[0] = new MultiLineRule("", xmlComment); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLPartitionScanner.java:[28] rules[0] = new MultiLineRule("", xmlComment); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[20] public class ReflectiveInvoke { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[22] public static void onStyleManagerClass(Scene s) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[26] Class cl = Class.forName("com.sun.javafx.css.StyleManager"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[27] Method m1 = cl.getMethod("getInstance"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[30] Method m2 = cl.getMethod("reloadStylesheets", Scene.class); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[34] public static void setStaticLoad(FXMLLoader loader, boolean value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[36] Method m = loader.getClass().getMethod("impl_setStaticLoad", boolean.class); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[37] m.invoke(loader, value); ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[40] Method m = loader.getClass().getDeclaredMethod("setStaticLoad", boolean.class); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[42] m.invoke(loader, value); ^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/ReflectiveInvoke.java:[43] } catch(Throwable e2) { } ^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[46] import javafx.scene.PerspectiveCamera; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import javafx.scene.PerspectiveCamera is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[99] public class LivePreviewPart extends ViewPart { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[100] public enum SCREEN_SIZE { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[101] DEFAULT("",-1,-1, false), ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[101] DEFAULT("",-1,-1, false), ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[103] IPHONE_4_RETINA("iPhone4 640×960 - Retina",640,960, true), ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[103] IPHONE_4_RETINA("iPhone4 640×960 - Retina",640,960, true), ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[104] IPHONE_5("iPhone5 640×1136",640,1136, true), ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[104] IPHONE_5("iPhone5 640×1136",640,1136, true), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[105] IPAD_DEFAULT("iPad 768×1024",768,1024, true), ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[105] IPAD_DEFAULT("iPad 768×1024",768,1024, true), ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[106] IPAD_RETINA("iPad 1536×2048 - Retina",1536,2048,true), ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[106] IPAD_RETINA("iPad 1536×2048 - Retina",1536,2048,true), ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[107] ANDROID_PHONE_600_1024("Android 600x1024",600,1024,true), ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[107] ANDROID_PHONE_600_1024("Android 600x1024",600,1024,true), ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[108] ANDROID_PHONE_720_1280("Galaxy S III 720x1280",720,1280,true), ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[108] ANDROID_PHONE_720_1280("Galaxy S III 720x1280",720,1280,true), ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[109] ANDROID_480_800("Galaxy Note II 480x800",480,800,true), ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[109] ANDROID_480_800("Galaxy Note II 480x800",480,800,true), ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[110] ANDROID_720_1280("Galaxy Note II 720x1280",720,1280,true), ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[110] ANDROID_720_1280("Galaxy Note II 720x1280",720,1280,true), ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[111] ANDROID_800_1280("Galaxy Note II 800x1280",800,1280,true), ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[111] ANDROID_800_1280("Galaxy Note II 800x1280",800,1280,true), ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[120] private int width; ^^^^^ The value of the field LivePreviewPart.SCREEN_SIZE.width is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[121] private int height; ^^^^^^ The value of the field LivePreviewPart.SCREEN_SIZE.height is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[122] private boolean supportsHorizontal; ^^^^^^^^^^^^^^^^^^ The value of the field LivePreviewPart.SCREEN_SIZE.supportsHorizontal is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[136] super(size.name, IAction.AS_RADIO_BUTTON); ^^^^ Read access to enclosing field LivePreviewPart.SCREEN_SIZE.name is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[142] screenSize.setText(size.name); ^^^^^^^^^^ Read access to enclosing field LivePreviewPart.screenSize is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[142] screenSize.setText(size.name); ^^^^^^^^^^ Unqualified access to the field LivePreviewPart.screenSize [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[142] screenSize.setText(size.name); ^^^^ Unqualified access to the field LivePreviewPart.ScreenAction.size [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[142] screenSize.setText(size.name); ^^^^ Read access to enclosing field LivePreviewPart.SCREEN_SIZE.name is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[143] updateResolution(size,currentHorizontal); ^^^^ Unqualified access to the field LivePreviewPart.ScreenAction.size [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[143] updateResolution(size,currentHorizontal); ^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.currentHorizontal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[143] updateResolution(size,currentHorizontal); ^^^^^^^^^^^^^^^^^ Read access to enclosing field LivePreviewPart.currentHorizontal is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[147] public static final String PREF_LOAD_CONTROLLER = "PREF_LOAD_CONTROLLER"; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[147] public static final String PREF_LOAD_CONTROLLER = "PREF_LOAD_CONTROLLER"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[157] private static final String IMAGE_OK = LivePreviewPart.class.getName() + ".IMAGE_OK"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[158] private static final String IMAGE_WARNING = LivePreviewPart.class.getName() + ".IMAGE_WARNING"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[159] private static final String IMAGE_ERROR = LivePreviewPart.class.getName() + ".IMAGE_ERROR"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[160] private static final String IMAGE_PREVIEW = LivePreviewPart.class.getName() + ".IMAGE_PREVIEW"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[162] private static final String IMAGE_TAB_ERROR = LivePreviewPart.class.getName() + ".IMAGE_TAB_ERROR"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[163] private static final String IMAGE_TAB_WARNING = LivePreviewPart.class.getName() + ".IMAGE_TAB_WARNING"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[164] private static final String IMAGE_TAB_NORMAL = LivePreviewPart.class.getName() + ".IMAGE_TAB_NORMAL"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[166] private static final String IMAGE_STATUS_ERROR = LivePreviewPart.class.getName() + ".IMAGE_STATUS_ERROR"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[167] private static final String IMAGE_STATUS_WARNING = LivePreviewPart.class.getName() + ".IMAGE_STATUS_WARNING"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[168] private static final String IMAGE_STATUS_OK = LivePreviewPart.class.getName() + ".IMAGE_STATUS_OK"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[169] private static final String IMAGE_STATUS_NOPREVIEW = LivePreviewPart.class.getName() + ".IMAGE_STATUS_NOPREVIEW"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[171] private static final String IMAGE_LOAD_CONTROLLER = LivePreviewPart.class.getName() + ".IMAGE_LOAD_CONTROLLER"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[172] private static final String IMAGE_REFRESH = LivePreviewPart.class.getName() + ".IMAGE_REFRESH"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[174] private static final String IMAGE_FXML_CONTENT = LivePreviewPart.class.getName() + ".IMAGE_FXML_CONTENT"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[176] private static final String NO_PREVIEW_TEXT = "No preview available"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[211] JFaceResources.getImageRegistry().put(IMAGE_OK, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-high.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[211] JFaceResources.getImageRegistry().put(IMAGE_OK, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-high.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[212] JFaceResources.getImageRegistry().put(IMAGE_WARNING, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-medium.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[212] JFaceResources.getImageRegistry().put(IMAGE_WARNING, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-medium.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[213] JFaceResources.getImageRegistry().put(IMAGE_ERROR, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-low.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[213] JFaceResources.getImageRegistry().put(IMAGE_ERROR, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/security-low.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[214] JFaceResources.getImageRegistry().put(IMAGE_PREVIEW, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/view-preview.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[214] JFaceResources.getImageRegistry().put(IMAGE_PREVIEW, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/view-preview.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[216] JFaceResources.getImageRegistry().put(IMAGE_TAB_NORMAL, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/view-preview.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[216] JFaceResources.getImageRegistry().put(IMAGE_TAB_NORMAL, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/view-preview.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[217] JFaceResources.getImageRegistry().put(IMAGE_TAB_ERROR, new DecorationOverlayIcon(JFaceResources.getImage(IMAGE_TAB_NORMAL), Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/ovr/error_co.gif"), IDecoration.BOTTOM_LEFT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[217] JFaceResources.getImageRegistry().put(IMAGE_TAB_ERROR, new DecorationOverlayIcon(JFaceResources.getImage(IMAGE_TAB_NORMAL), Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/ovr/error_co.gif"), IDecoration.BOTTOM_LEFT)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[218] JFaceResources.getImageRegistry().put(IMAGE_TAB_WARNING, new DecorationOverlayIcon(JFaceResources.getImage(IMAGE_TAB_NORMAL), Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/ovr/warning_co.gif"), IDecoration.BOTTOM_LEFT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[218] JFaceResources.getImageRegistry().put(IMAGE_TAB_WARNING, new DecorationOverlayIcon(JFaceResources.getImage(IMAGE_TAB_NORMAL), Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/ovr/warning_co.gif"), IDecoration.BOTTOM_LEFT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[220] JFaceResources.getImageRegistry().put(IMAGE_STATUS_ERROR, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-error.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[220] JFaceResources.getImageRegistry().put(IMAGE_STATUS_ERROR, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-error.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[221] JFaceResources.getImageRegistry().put(IMAGE_STATUS_WARNING, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-warning.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[221] JFaceResources.getImageRegistry().put(IMAGE_STATUS_WARNING, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-warning.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[222] JFaceResources.getImageRegistry().put(IMAGE_STATUS_OK, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-ok-apply.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[222] JFaceResources.getImageRegistry().put(IMAGE_STATUS_OK, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-ok-apply.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[223] JFaceResources.getImageRegistry().put(IMAGE_STATUS_NOPREVIEW, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-information.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[223] JFaceResources.getImageRegistry().put(IMAGE_STATUS_NOPREVIEW, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/dialog-information.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[225] JFaceResources.getImageRegistry().put(IMAGE_LOAD_CONTROLLER, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/system-switch-user.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[225] JFaceResources.getImageRegistry().put(IMAGE_LOAD_CONTROLLER, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/system-switch-user.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[226] JFaceResources.getImageRegistry().put(IMAGE_REFRESH, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/edit-clear.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[226] JFaceResources.getImageRegistry().put(IMAGE_REFRESH, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/edit-clear.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[228] JFaceResources.getImageRegistry().put(IMAGE_FXML_CONTENT, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/page_white_code_red.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin should be accessed directly [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[228] JFaceResources.getImageRegistry().put(IMAGE_FXML_CONTENT, Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "/icons/16_16/page_white_code_red.png")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[236] listener = new IPartListener() { ^^^^^^^^ Unqualified access to the field LivePreviewPart.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[246] if (part == LivePreviewPart.this && swtFXContainer != null) { ^^^^^^^^^^^^^^ Read access to enclosing field LivePreviewPart.swtFXContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[246] if (part == LivePreviewPart.this && swtFXContainer != null) { ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[247] swtFXContainer.setEnabled(false); ^^^^^^^^^^^^^^ Read access to enclosing field LivePreviewPart.swtFXContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[247] swtFXContainer.setEnabled(false); ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[265] if (part == LivePreviewPart.this && swtFXContainer != null) { ^^^^^^^^^^^^^^ Read access to enclosing field LivePreviewPart.swtFXContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[265] if (part == LivePreviewPart.this && swtFXContainer != null) { ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[266] swtFXContainer.setEnabled(true); ^^^^^^^^^^^^^^ Read access to enclosing field LivePreviewPart.swtFXContainer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[266] swtFXContainer.setEnabled(true); ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[271] site.getWorkbenchWindow().getPartService().addPartListener(synchronizer); ^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.synchronizer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[272] site.getWorkbenchWindow().getPartService().addPartListener(listener); ^^^^^^^^ Unqualified access to the field LivePreviewPart.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[280] folder = new CTabFolder(container, SWT.BOTTOM | SWT.BORDER); ^^^^^^ Unqualified access to the field LivePreviewPart.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[281] folder.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true, 3, 1)); ^^^^^^ Unqualified access to the field LivePreviewPart.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[283] document = new Document(); ^^^^^^^^ Unqualified access to the field LivePreviewPart.document [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[291] CTabItem item = new CTabItem(folder, SWT.NONE); ^^^^^^ Unqualified access to the field LivePreviewPart.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[293] item.setText("Preview"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[296] swtFXContainer = new FXCanvas(folder, SWT.NONE); ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[296] swtFXContainer = new FXCanvas(folder, SWT.NONE); ^^^^^^ Unqualified access to the field LivePreviewPart.folder [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[297] swtFXContainer.setEnabled(false); ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[299] item.setControl(swtFXContainer); ^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.swtFXContainer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewPart.java:[301] rootPane_new = new BorderPane(); ^^^^^^^^^^^^ Unqualified access to the field LivePreviewPart.rootPane_new [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[17] public interface IXMLColorConstants { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[18] RGB XML_COMMENT = new RGB(128, 0, 0); ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[19] RGB PROC_INSTR = new RGB(128, 128, 128); ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[20] RGB STRING = new RGB(0, 128, 0); ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[21] RGB DEFAULT = new RGB(0, 0, 0); ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/IXMLColorConstants.java:[22] RGB TAG = new RGB(0, 0, 128); ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[15] import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[40] import org.eclipse.fx.ide.ui.editor.IFXMLProviderAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[41] import org.eclipse.fx.ide.ui.editor.IFXPreviewAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[45] public class LivePreviewSynchronizer implements IPartListener, IPropertyListener { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[49] private IFXPreviewAdapter currentEditor; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[50] private IFXMLProviderAdapter currentContentProvider; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[52] public void partActivated(IWorkbenchPart part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method partActivated(IWorkbenchPart) of type LivePreviewSynchronizer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[57] IFXPreviewAdapter adapted; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[58] if( part instanceof IFXPreviewAdapter ) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[59] adapted = (IFXPreviewAdapter) part; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[61] adapted = (IFXPreviewAdapter) part.getAdapter(IFXPreviewAdapter.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[61] adapted = (IFXPreviewAdapter) part.getAdapter(IFXPreviewAdapter.class); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[65] if( currentEditor == null || ! currentEditor.getEditorPart().equals(adapted.getEditorPart()) ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[65] if( currentEditor == null || ! currentEditor.getEditorPart().equals(adapted.getEditorPart()) ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[65] if( currentEditor == null || ! currentEditor.getEditorPart().equals(adapted.getEditorPart()) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[65] if( currentEditor == null || ! currentEditor.getEditorPart().equals(adapted.getEditorPart()) ) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[66] if( currentEditor != null ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[67] currentEditor.getEditorPart().removePropertyListener(this); ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[67] currentEditor.getEditorPart().removePropertyListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[69] currentEditor = (IFXPreviewAdapter) adapted; ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[69] currentEditor = (IFXPreviewAdapter) adapted; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXPreviewAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[71] if( currentEditor != null ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[71] if( currentEditor != null ) { ^^^^^^^^^^^^^ Redundant null check: The field currentEditor cannot be null at this location (ignoring concurrency) [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[72] currentEditor.getEditorPart().addPropertyListener(this); ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[72] currentEditor.getEditorPart().addPropertyListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[75] if( currentEditor instanceof IFXMLProviderAdapter && ( currentContentProvider == null || ! currentContentProvider.getEditorPart().equals(currentEditor.getEditorPart()) ) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[76] currentContentProvider = (IFXMLProviderAdapter) currentEditor; ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[76] currentContentProvider = (IFXMLProviderAdapter) currentEditor; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[76] currentContentProvider = (IFXMLProviderAdapter) currentEditor; ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[77] view.setContents(createContentData(currentContentProvider)); ^^^^ Unqualified access to the field LivePreviewSynchronizer.view [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[77] view.setContents(createContentData(currentContentProvider)); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[81] if( currentEditor != null ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[82] currentEditor.getEditorPart().removePropertyListener(this); ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[82] currentEditor.getEditorPart().removePropertyListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[85] currentContentProvider = null; ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[86] currentEditor = null; ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[87] view.setContents(null); ^^^^ Unqualified access to the field LivePreviewSynchronizer.view [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[94] if( currentEditor != null && ! currentEditor.getEditorPart().isDirty() && currentContentProvider != null ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[94] if( currentEditor != null && ! currentEditor.getEditorPart().isDirty() && currentContentProvider != null ) { ^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentEditor [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[94] if( currentEditor != null && ! currentEditor.getEditorPart().isDirty() && currentContentProvider != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXPreviewAdapter.getEditorPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[94] if( currentEditor != null && ! currentEditor.getEditorPart().isDirty() && currentContentProvider != null ) { ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[95] view.setContents(createContentData(currentContentProvider)); ^^^^ Unqualified access to the field LivePreviewSynchronizer.view [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[95] view.setContents(createContentData(currentContentProvider)); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[100] public void refreshPreview() { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[101] if( currentContentProvider != null ) { ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[102] view.setContents(createContentData(currentContentProvider)); ^^^^ Unqualified access to the field LivePreviewSynchronizer.view [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[102] view.setContents(createContentData(currentContentProvider)); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field LivePreviewSynchronizer.currentContentProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[108] private ContentData createContentData(IFXMLProviderAdapter contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[109] String contents = contentProvider.getPreviewFXML(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getPreviewFXML()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[110] String previewSceneSetup = contentProvider.getPreviewSceneFXML(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getPreviewSceneFXML()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[111] List cssFiles = contentProvider.getPreviewCSSFiles(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getPreviewCSSFiles()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[112] String resourceBundle = contentProvider.getPreviewResourceBundle(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getPreviewResourceBundle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[113] List previewUrls = contentProvider.getPreviewClasspath(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getPreviewClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[114] IFile file = contentProvider.getFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.getFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[125] return new ContentData(contents, previewSceneSetup, cssFiles, resourceBundle, extraJarPath, file, contentProvider::renderedRootNode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IFXMLProviderAdapter.renderedRootNode(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[144] } else if( "org.eclipse.pde.core.requiredPlugins".equals(e.getPath().toString()) ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[158] if( ! e.getPath().toString().startsWith("org.eclipse.jdt.launching.JRE_CONTAINER") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[159] && ! e.getPath().toString().startsWith("org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER")) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[228] public void partBroughtToTop(IWorkbenchPart part) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[232] public void partClosed(IWorkbenchPart part) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[236] public void partDeactivated(IWorkbenchPart part) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/LivePreviewSynchronizer.java:[240] public void partOpened(IWorkbenchPart part) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[28] public class NonRuleBasedDamagerRepairer ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[39] public NonRuleBasedDamagerRepairer(TextAttribute defaultTextAttribute) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultTextAttribute [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[42] fDefaultTextAttribute = defaultTextAttribute; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDefaultTextAttribute [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[48] public void setDocument(IDocument document) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDocument(IDocument) of type NonRuleBasedDamagerRepairer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[49] fDocument = document; ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[62] IRegion info = fDocument.getLineInformationOfOffset(offset); ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[66] int line = fDocument.getLineOfOffset(offset); ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[68] info = fDocument.getLineInformation(line + 1); ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[71] return fDocument.getLength(); ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[78] public IRegion getDamageRegion( ITypedRegion partition, DocumentEvent event, boolean documentPartitioningChanged) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDamageRegion(ITypedRegion, DocumentEvent, boolean) of type NonRuleBasedDamagerRepairer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[86] fDocument.getLineInformationOfOffset(event.getOffset()); ^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDocument [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[108] } catch (BadLocationException x) { } ^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[118] public void createPresentation( TextPresentation presentation, ITypedRegion region) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPresentation(TextPresentation, ITypedRegion) of type NonRuleBasedDamagerRepairer should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[125] fDefaultTextAttribute); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field NonRuleBasedDamagerRepairer.fDefaultTextAttribute [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/NonRuleBasedDamagerRepairer.java:[136] protected void addRange( TextPresentation presentation, int offset, int length, TextAttribute attr) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addRange(TextPresentation, int, int, TextAttribute) from the type NonRuleBasedDamagerRepairer can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[22] public class AnnotationAccess implements IAnnotationAccess, IAnnotationAccessExtension { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[24] public AnnotationAccess() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[27] public String getTypeLabel(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTypeLabel(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[31] public int getLayer(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLayer(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[35] public void paint(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method paint(Annotation, GC, Canvas, Rectangle) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[35] public void paint(Annotation annotation, GC gc, Canvas canvas, Rectangle bounds) { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[38] public boolean isPaintable(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isPaintable(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[43] public boolean isSubtype(Object annotationType, Object potentialSupertype) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSubtype(Object, Object) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[48] public Object[] getSupertypes(Object annotationType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSupertypes(Object) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[53] public Object getType(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getType(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[58] public boolean isMultiLine(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isMultiLine(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/AnnotationAccess.java:[63] public boolean isTemporary(Annotation annotation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isTemporary(Annotation) of type AnnotationAccess should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDocumentProvider.java:[21] public class XMLDocumentProvider extends FileDocumentProvider { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDocumentProvider.java:[23] protected IDocument createDocument(Object element) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDocument(Object) of type XMLDocumentProvider should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[18] public class XMLTagScanner extends RuleBasedScanner { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[20] public XMLTagScanner(ColorManager manager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[28] rules[0] = new SingleLineRule("\"", "\"", string, '\\'); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[28] rules[0] = new SingleLineRule("\"", "\"", string, '\\'); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[30] rules[1] = new SingleLineRule("'", "'", string, '\\'); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLTagScanner.java:[30] rules[1] = new SingleLineRule("'", "'", string, '\\'); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[25] public class XMLConfiguration extends SourceViewerConfiguration { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[31] public XMLConfiguration(ColorManager colorManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[34] public String[] getConfiguredContentTypes(ISourceViewer sourceViewer) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getConfiguredContentTypes(ISourceViewer) of type XMLConfiguration should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[40] public ITextDoubleClickStrategy getDoubleClickStrategy( ISourceViewer sourceViewer, String contentType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDoubleClickStrategy(ISourceViewer, String) of type XMLConfiguration should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[43] if (doubleClickStrategy == null) ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.doubleClickStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[44] doubleClickStrategy = new XMLDoubleClickStrategy(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.doubleClickStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[45] return doubleClickStrategy; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.doubleClickStrategy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[49] if (scanner == null) { ^^^^^^^ Unqualified access to the field XMLConfiguration.scanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[50] scanner = new XMLScanner(colorManager); ^^^^^^^ Unqualified access to the field XMLConfiguration.scanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[50] scanner = new XMLScanner(colorManager); ^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.colorManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[51] scanner.setDefaultReturnToken( ^^^^^^^ Unqualified access to the field XMLConfiguration.scanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[54] colorManager.getColor(IXMLColorConstants.DEFAULT)))); ^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.colorManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[56] return scanner; ^^^^^^^ Unqualified access to the field XMLConfiguration.scanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[59] if (tagScanner == null) { ^^^^^^^^^^ Unqualified access to the field XMLConfiguration.tagScanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[60] tagScanner = new XMLTagScanner(colorManager); ^^^^^^^^^^ Unqualified access to the field XMLConfiguration.tagScanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[60] tagScanner = new XMLTagScanner(colorManager); ^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.colorManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[61] tagScanner.setDefaultReturnToken( ^^^^^^^^^^ Unqualified access to the field XMLConfiguration.tagScanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[64] colorManager.getColor(IXMLColorConstants.TAG)))); ^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.colorManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[66] return tagScanner; ^^^^^^^^^^ Unqualified access to the field XMLConfiguration.tagScanner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[69] public IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPresentationReconciler(ISourceViewer) of type XMLConfiguration should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLConfiguration.java:[84] colorManager.getColor(IXMLColorConstants.XML_COMMENT))); ^^^^^^^^^^^^ Unqualified access to the field XMLConfiguration.colorManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[23] public class ColorManager { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[25] protected Map fColorTable = new HashMap(10); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[25] protected Map fColorTable = new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[27] public void dispose() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[28] Iterator e = fColorTable.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[28] Iterator e = fColorTable.values().iterator(); ^^^^^^^^^^^ Unqualified access to the field ColorManager.fColorTable [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[32] public Color getColor(RGB rgb) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[33] Color color = (Color) fColorTable.get(rgb); ^^^^^^^^^^^ Unqualified access to the field ColorManager.fColorTable [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[36] fColorTable.put(rgb, color); ^^^^^^^^^^^ Unqualified access to the field ColorManager.fColorTable [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/ColorManager.java:[36] fColorTable.put(rgb, color); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[17] public class XMLDoubleClickStrategy implements ITextDoubleClickStrategy { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[20] public void doubleClicked(ITextViewer part) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doubleClicked(ITextViewer) of type XMLDoubleClickStrategy should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[26] fText = part; ^^^^^ Unqualified access to the field XMLDoubleClickStrategy.fText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[33] IDocument doc = fText.getDocument(); ^^^^^ Unqualified access to the field XMLDoubleClickStrategy.fText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[73] fText.setSelectedRange(offset, len); ^^^^^ Unqualified access to the field XMLDoubleClickStrategy.fText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[75] } catch (BadLocationException x) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[82] IDocument doc = fText.getDocument(); ^^^^^ Unqualified access to the field XMLDoubleClickStrategy.fText [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[113] } catch (BadLocationException x) { } ^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/org/eclipse/fx/ide/ui/preview/text/XMLDoubleClickStrategy.java:[122] fText.setSelectedRange(offset, length); ^^^^^ Unqualified access to the field XMLDoubleClickStrategy.fText 292 problems (292 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.ui.preview --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.ui.preview --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.ui.preview --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.ui.preview --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui.preview/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ui.preview/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ui.preview-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.ui.preview --- [INFO] [INFO] -------------< org.eclipse.fx.ide:org.eclipse.fx.ide.css >-------------- [INFO] Building e(fx)clipse - IDE - CSS Core 3.10.0-SNAPSHOT [13/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css --- [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[16] public interface Proposal { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[18] public static enum Type { ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[19] Value, ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[20] Property, ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[21] Selector; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[24] public Type getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[26] public Object getAdditionalInfo(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[28] public String getProposal(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[30] public String getImageUrl(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[32] public String getLabel(); ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/Proposal.java:[34] public int getPriority(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/MultiProposal.java:[15] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/MultiProposal.java:[23] public Proposal getPrevious(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[129] public String getName() ^^^^^^^^^ The method getName() of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[131] return name; ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[139] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[141] String oldName = name; ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[142] name = newName; ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[144] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.ATTRIBUTE_SELECTOR__NAME, oldName, name)); ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[152] public String getOp() ^^^^^^^ The method getOp() of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[154] return op; ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[162] public void setOp(String newOp) ^^^^^^^^^^^^^^^^^^^ The method setOp(String) of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[164] String oldOp = op; ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[165] op = newOp; ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[167] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.ATTRIBUTE_SELECTOR__OP, oldOp, op)); ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[175] public String getValue() ^^^^^^^^^^ The method getValue() of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[177] return value; ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[185] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type AttributeSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[187] String oldValue = value; ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[188] value = newValue; ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[190] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.ATTRIBUTE_SELECTOR__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[270] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[270] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[272] return OP_EDEFAULT == null ? op != null : !OP_EDEFAULT.equals(op); ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[272] return OP_EDEFAULT == null ? op != null : !OP_EDEFAULT.equals(op); ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[274] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[274] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[290] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[291] result.append(name); ^^^^ Unqualified access to the field AttributeSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[292] result.append(", op: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[293] result.append(op); ^^ Unqualified access to the field AttributeSelectorImpl.op [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[294] result.append(", value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/AttributeSelectorImpl.java:[295] result.append(value); ^^^^^ Unqualified access to the field AttributeSelectorImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslSwitch.java:[37] public class CssDslSwitch extends Switch ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/CssTok.java:[30] { } // CssTok ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[109] public String getMedialist() ^^^^^^^^^^^^^^ The method getMedialist() of type mediaImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[111] return medialist; ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[119] public void setMedialist(String newMedialist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMedialist(String) of type mediaImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[121] String oldMedialist = medialist; ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[122] medialist = newMedialist; ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[124] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.MEDIA__MEDIALIST, oldMedialist, medialist)); ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[132] public EList getRulesets() ^^^^^^^^^^^^^ The method getRulesets() of type mediaImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[134] if (rulesets == null) ^^^^^^^^ Unqualified access to the field mediaImpl.rulesets [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[136] rulesets = new EObjectContainmentEList(ruleset.class, this, CssDslPackage.MEDIA__RULESETS); ^^^^^^^^ Unqualified access to the field mediaImpl.rulesets [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[138] return rulesets; ^^^^^^^^ Unqualified access to the field mediaImpl.rulesets [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[228] return MEDIALIST_EDEFAULT == null ? medialist != null : !MEDIALIST_EDEFAULT.equals(medialist); ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[228] return MEDIALIST_EDEFAULT == null ? medialist != null : !MEDIALIST_EDEFAULT.equals(medialist); ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[230] return rulesets != null && !rulesets.isEmpty(); ^^^^^^^^ Unqualified access to the field mediaImpl.rulesets [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[230] return rulesets != null && !rulesets.isEmpty(); ^^^^^^^^ Unqualified access to the field mediaImpl.rulesets [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[246] result.append(" (medialist: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/mediaImpl.java:[247] result.append(medialist); ^^^^^^^^^ Unqualified access to the field mediaImpl.medialist [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/SimpleProposal.java:[23] public SimpleProposal(String proposal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/SimpleProposal.java:[39] return proposal; ^^^^^^^^ Unqualified access to the field SimpleProposal.proposal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/SimpleProposal.java:[49] return proposal; ^^^^^^^^ Unqualified access to the field SimpleProposal.proposal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[29] public class CssDslGrammarAccess extends AbstractGrammarElementFinder { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[32] public class StylesheetElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[33] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "stylesheet"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[34] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[35] private final Assignment cCharsetAssignment_0 = (Assignment)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[36] private final RuleCall cCharsetCharsetParserRuleCall_0_0 = (RuleCall)cCharsetAssignment_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cCharsetAssignment_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[37] private final Assignment cImportsAssignment_1 = (Assignment)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[38] private final RuleCall cImportsImportExpressionParserRuleCall_1_0 = (RuleCall)cImportsAssignment_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cImportsAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[39] private final Alternatives cAlternatives_2 = (Alternatives)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[40] private final Assignment cRulesetAssignment_2_0 = (Assignment)cAlternatives_2.eContents().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[41] private final RuleCall cRulesetRulesetParserRuleCall_2_0_0 = (RuleCall)cRulesetAssignment_2_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cRulesetAssignment_2_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[42] private final Assignment cMediaAssignment_2_1 = (Assignment)cAlternatives_2.eContents().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[43] private final RuleCall cMediaMediaParserRuleCall_2_1_0 = (RuleCall)cMediaAssignment_2_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cMediaAssignment_2_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[44] private final Assignment cPageAssignment_2_2 = (Assignment)cAlternatives_2.eContents().get(2); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[45] private final RuleCall cPagePageParserRuleCall_2_2_0 = (RuleCall)cPageAssignment_2_2.eContents().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cPageAssignment_2_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[46] private final Assignment cFont_faceAssignment_2_3 = (Assignment)cAlternatives_2.eContents().get(3); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[47] private final RuleCall cFont_faceFont_faceParserRuleCall_2_3_0 = (RuleCall)cFont_faceAssignment_2_3.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cFont_faceAssignment_2_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[48] private final Assignment cKeyframesAssignment_2_4 = (Assignment)cAlternatives_2.eContents().get(4); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[49] private final RuleCall cKeyframesKeyframesParserRuleCall_2_4_0 = (RuleCall)cKeyframesAssignment_2_4.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cKeyframesAssignment_2_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[54] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[58] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[58] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[61] public Assignment getCharsetAssignment_0() { return cCharsetAssignment_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[61] public Assignment getCharsetAssignment_0() { return cCharsetAssignment_0; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cCharsetAssignment_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[64] public RuleCall getCharsetCharsetParserRuleCall_0_0() { return cCharsetCharsetParserRuleCall_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[64] public RuleCall getCharsetCharsetParserRuleCall_0_0() { return cCharsetCharsetParserRuleCall_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cCharsetCharsetParserRuleCall_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[67] public Assignment getImportsAssignment_1() { return cImportsAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[67] public Assignment getImportsAssignment_1() { return cImportsAssignment_1; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cImportsAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[70] public RuleCall getImportsImportExpressionParserRuleCall_1_0() { return cImportsImportExpressionParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[70] public RuleCall getImportsImportExpressionParserRuleCall_1_0() { return cImportsImportExpressionParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cImportsImportExpressionParserRuleCall_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[73] public Alternatives getAlternatives_2() { return cAlternatives_2; } ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[73] public Alternatives getAlternatives_2() { return cAlternatives_2; } ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cAlternatives_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[76] public Assignment getRulesetAssignment_2_0() { return cRulesetAssignment_2_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[76] public Assignment getRulesetAssignment_2_0() { return cRulesetAssignment_2_0; } ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cRulesetAssignment_2_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[79] public RuleCall getRulesetRulesetParserRuleCall_2_0_0() { return cRulesetRulesetParserRuleCall_2_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[79] public RuleCall getRulesetRulesetParserRuleCall_2_0_0() { return cRulesetRulesetParserRuleCall_2_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cRulesetRulesetParserRuleCall_2_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[82] public Assignment getMediaAssignment_2_1() { return cMediaAssignment_2_1; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[82] public Assignment getMediaAssignment_2_1() { return cMediaAssignment_2_1; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cMediaAssignment_2_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[85] public RuleCall getMediaMediaParserRuleCall_2_1_0() { return cMediaMediaParserRuleCall_2_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[85] public RuleCall getMediaMediaParserRuleCall_2_1_0() { return cMediaMediaParserRuleCall_2_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cMediaMediaParserRuleCall_2_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[88] public Assignment getPageAssignment_2_2() { return cPageAssignment_2_2; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[88] public Assignment getPageAssignment_2_2() { return cPageAssignment_2_2; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cPageAssignment_2_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[91] public RuleCall getPagePageParserRuleCall_2_2_0() { return cPagePageParserRuleCall_2_2_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[91] public RuleCall getPagePageParserRuleCall_2_2_0() { return cPagePageParserRuleCall_2_2_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cPagePageParserRuleCall_2_2_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[94] public Assignment getFont_faceAssignment_2_3() { return cFont_faceAssignment_2_3; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[94] public Assignment getFont_faceAssignment_2_3() { return cFont_faceAssignment_2_3; } ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cFont_faceAssignment_2_3 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[97] public RuleCall getFont_faceFont_faceParserRuleCall_2_3_0() { return cFont_faceFont_faceParserRuleCall_2_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[97] public RuleCall getFont_faceFont_faceParserRuleCall_2_3_0() { return cFont_faceFont_faceParserRuleCall_2_3_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cFont_faceFont_faceParserRuleCall_2_3_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[100] public Assignment getKeyframesAssignment_2_4() { return cKeyframesAssignment_2_4; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[100] public Assignment getKeyframesAssignment_2_4() { return cKeyframesAssignment_2_4; } ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cKeyframesAssignment_2_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[103] public RuleCall getKeyframesKeyframesParserRuleCall_2_4_0() { return cKeyframesKeyframesParserRuleCall_2_4_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[103] public RuleCall getKeyframesKeyframesParserRuleCall_2_4_0() { return cKeyframesKeyframesParserRuleCall_2_4_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.StylesheetElements.cKeyframesKeyframesParserRuleCall_2_4_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[106] public class CharsetElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[107] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "charset"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[108] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[109] private final Alternatives cAlternatives_0 = (Alternatives)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[110] private final Keyword cCharsetKeyword_0_0 = (Keyword)cAlternatives_0.eContents().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[111] private final Keyword cCHARSETKeyword_0_1 = (Keyword)cAlternatives_0.eContents().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[112] private final Assignment cCharsetAssignment_1 = (Assignment)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[113] private final RuleCall cCharsetCSSSTRINGTerminalRuleCall_1_0 = (RuleCall)cCharsetAssignment_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cCharsetAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[114] private final Keyword cSemicolonKeyword_2 = (Keyword)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[118] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[121] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[121] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[124] public Alternatives getAlternatives_0() { return cAlternatives_0; } ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[124] public Alternatives getAlternatives_0() { return cAlternatives_0; } ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[127] public Keyword getCharsetKeyword_0_0() { return cCharsetKeyword_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[127] public Keyword getCharsetKeyword_0_0() { return cCharsetKeyword_0_0; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cCharsetKeyword_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[130] public Keyword getCHARSETKeyword_0_1() { return cCHARSETKeyword_0_1; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[130] public Keyword getCHARSETKeyword_0_1() { return cCHARSETKeyword_0_1; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cCHARSETKeyword_0_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[133] public Assignment getCharsetAssignment_1() { return cCharsetAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[133] public Assignment getCharsetAssignment_1() { return cCharsetAssignment_1; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cCharsetAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[136] public RuleCall getCharsetCSSSTRINGTerminalRuleCall_1_0() { return cCharsetCSSSTRINGTerminalRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[136] public RuleCall getCharsetCSSSTRINGTerminalRuleCall_1_0() { return cCharsetCSSSTRINGTerminalRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cCharsetCSSSTRINGTerminalRuleCall_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[139] public Keyword getSemicolonKeyword_2() { return cSemicolonKeyword_2; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[139] public Keyword getSemicolonKeyword_2() { return cSemicolonKeyword_2; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.CharsetElements.cSemicolonKeyword_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[142] public class ImportExpressionElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[143] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "importExpression"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[144] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[145] private final Alternatives cAlternatives_0 = (Alternatives)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[146] private final Keyword cImportKeyword_0_0 = (Keyword)cAlternatives_0.eContents().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[147] private final Keyword cIMPORTKeyword_0_1 = (Keyword)cAlternatives_0.eContents().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[148] private final Alternatives cAlternatives_1 = (Alternatives)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[149] private final Assignment cValueAssignment_1_0 = (Assignment)cAlternatives_1.eContents().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cAlternatives_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[150] private final RuleCall cValueCSSSTRINGTerminalRuleCall_1_0_0 = (RuleCall)cValueAssignment_1_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cValueAssignment_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[151] private final Group cGroup_1_1 = (Group)cAlternatives_1.eContents().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cAlternatives_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[152] private final RuleCall cURLTypeParserRuleCall_1_1_0 = (RuleCall)cGroup_1_1.eContents().get(0); ^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup_1_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[153] private final Assignment cMediaListAssignment_1_1_1 = (Assignment)cGroup_1_1.eContents().get(1); ^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup_1_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[154] private final RuleCall cMediaListMedia_listParserRuleCall_1_1_1_0 = (RuleCall)cMediaListAssignment_1_1_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cMediaListAssignment_1_1_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[155] private final Keyword cSemicolonKeyword_2 = (Keyword)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[159] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[162] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[162] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[165] public Alternatives getAlternatives_0() { return cAlternatives_0; } ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[165] public Alternatives getAlternatives_0() { return cAlternatives_0; } ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cAlternatives_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[168] public Keyword getImportKeyword_0_0() { return cImportKeyword_0_0; } ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[168] public Keyword getImportKeyword_0_0() { return cImportKeyword_0_0; } ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cImportKeyword_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[171] public Keyword getIMPORTKeyword_0_1() { return cIMPORTKeyword_0_1; } ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[171] public Keyword getIMPORTKeyword_0_1() { return cIMPORTKeyword_0_1; } ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslGrammarAccess.ImportExpressionElements.cIMPORTKeyword_0_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/services/CssDslGrammarAccess.java:[174] public Alternatives getAlternatives_1() { return cAlternatives_1; } ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[130] public String getType() ^^^^^^^^^ The method getType() of type keyframe_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[132] return type; ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[140] public void setType(String newType) ^^^^^^^^^^^^^^^^^^^^^^^ The method setType(String) of type keyframe_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[142] String oldType = type; ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[143] type = newType; ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[145] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.KEYFRAME_SELECTOR__TYPE, oldType, type)); ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[153] public double getPercentage() ^^^^^^^^^^^^^^^ The method getPercentage() of type keyframe_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[155] return percentage; ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[163] public void setPercentage(double newPercentage) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPercentage(double) of type keyframe_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[165] double oldPercentage = percentage; ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[166] percentage = newPercentage; ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[168] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.KEYFRAME_SELECTOR__PERCENTAGE, oldPercentage, percentage)); ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[176] public EList getDeclarations() ^^^^^^^^^^^^^^^^^ The method getDeclarations() of type keyframe_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[178] if (declarations == null) ^^^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[180] declarations = new EObjectContainmentEList(css_declaration.class, this, CssDslPackage.KEYFRAME_SELECTOR__DECLARATIONS); ^^^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[182] return declarations; ^^^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[214] return getPercentage(); ^^^^^^^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[236] setPercentage((Double)newValue); ^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[280] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[280] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[282] return percentage != PERCENTAGE_EDEFAULT; ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[284] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[284] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[300] result.append(" (type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[301] result.append(type); ^^^^ Unqualified access to the field keyframe_selectorImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[302] result.append(", percentage: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/keyframe_selectorImpl.java:[303] result.append(percentage); ^^^^^^^^^^ Unqualified access to the field keyframe_selectorImpl.percentage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/scoping/CssDslScopeProvider.java:[24] public class CssDslScopeProvider extends AbstractDeclarativeScopeProvider { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/serializer/CssDslSyntacticSequencer.java:[16] public class CssDslSyntacticSequencer extends AbstractCssDslSyntacticSequencer { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/serializer/CssDslSyntacticSequencer.java:[16] public class CssDslSyntacticSequencer extends AbstractCssDslSyntacticSequencer { } ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[41] public static CssDslFactory init() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[114] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[114] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[123] public stylesheet createstylesheet() ^^^^^^^^^^^^^^^^^^ The method createstylesheet() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[134] public charset createcharset() ^^^^^^^^^^^^^^^ The method createcharset() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[145] public importExpression createimportExpression() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createimportExpression() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[156] public page createpage() ^^^^^^^^^^^^ The method createpage() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[167] public media createmedia() ^^^^^^^^^^^^^ The method createmedia() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[178] public font_face createfont_face() ^^^^^^^^^^^^^^^^^ The method createfont_face() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[189] public keyframes createkeyframes() ^^^^^^^^^^^^^^^^^ The method createkeyframes() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[200] public keyframe_selector createkeyframe_selector() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createkeyframe_selector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[211] public ruleset createruleset() ^^^^^^^^^^^^^^^ The method createruleset() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[222] public selector createselector() ^^^^^^^^^^^^^^^^ The method createselector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[233] public SimpleSelectorForNegation createSimpleSelectorForNegation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSimpleSelectorForNegation() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[244] public CssSelector createCssSelector() ^^^^^^^^^^^^^^^^^^^ The method createCssSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[255] public simple_selector createsimple_selector() ^^^^^^^^^^^^^^^^^^^^^^^ The method createsimple_selector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[266] public ClassSelector createClassSelector() ^^^^^^^^^^^^^^^^^^^^^ The method createClassSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[277] public ElementSelector createElementSelector() ^^^^^^^^^^^^^^^^^^^^^^^ The method createElementSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[288] public UniversalSelector createUniversalSelector() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUniversalSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[299] public IdSelector createIdSelector() ^^^^^^^^^^^^^^^^^^ The method createIdSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[310] public css_declaration createcss_declaration() ^^^^^^^^^^^^^^^^^^^^^^^ The method createcss_declaration() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[321] public css_property createcss_property() ^^^^^^^^^^^^^^^^^^^^ The method createcss_property() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[332] public PseudoClassOrFunc createPseudoClassOrFunc() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassOrFunc() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[343] public PseudoClass createPseudoClass() ^^^^^^^^^^^^^^^^^^^ The method createPseudoClass() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[354] public PseudoClassName createPseudoClassName() ^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassName() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[365] public PseudoClassFunction createPseudoClassFunction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassFunction() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[376] public CssTok createCssTok() ^^^^^^^^^^^^^^ The method createCssTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[387] public URLType createURLType() ^^^^^^^^^^^^^^^ The method createURLType() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[398] public AttributeSelector createAttributeSelector() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAttributeSelector() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[409] public SymbolTok createSymbolTok() ^^^^^^^^^^^^^^^^^ The method createSymbolTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[420] public WSTok createWSTok() ^^^^^^^^^^^^^ The method createWSTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[431] public StringTok createStringTok() ^^^^^^^^^^^^^^^^^ The method createStringTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[442] public NumberTok createNumberTok() ^^^^^^^^^^^^^^^^^ The method createNumberTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[453] public UrlTok createUrlTok() ^^^^^^^^^^^^^^ The method createUrlTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[464] public ColorTok createColorTok() ^^^^^^^^^^^^^^^^ The method createColorTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[475] public IdentifierTok createIdentifierTok() ^^^^^^^^^^^^^^^^^^^^^ The method createIdentifierTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[486] public FuncTok createFuncTok() ^^^^^^^^^^^^^^^ The method createFuncTok() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[497] public CssDslPackage getCssDslPackage() ^^^^^^^^^^^^^^^^^^ The method getCssDslPackage() of type CssDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslFactoryImpl.java:[509] public static CssDslPackage getPackage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/validation/AbstractCssDslJavaValidator.java:[25] public class AbstractCssDslJavaValidator extends org.eclipse.xtext.validation.AbstractDeclarativeValidator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[160] public charset getCharset() ^^^^^^^^^^^^ The method getCharset() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[162] return charset; ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[170] public NotificationChain basicSetCharset(charset newCharset, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[170] public NotificationChain basicSetCharset(charset newCharset, NotificationChain msgs) ^^^^^^^^^^ Javadoc: Missing tag for parameter newCharset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[170] public NotificationChain basicSetCharset(charset newCharset, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[172] charset oldCharset = charset; ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[173] charset = newCharset; ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[177] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[187] public void setCharset(charset newCharset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCharset(charset) of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[189] if (newCharset != charset) ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[192] if (charset != null) ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[193] msgs = ((InternalEObject)charset).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.STYLESHEET__CHARSET, null, msgs); ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[208] public EList getImports() ^^^^^^^^^^^^ The method getImports() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[210] if (imports == null) ^^^^^^^ Unqualified access to the field stylesheetImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[212] imports = new EObjectContainmentEList(importExpression.class, this, CssDslPackage.STYLESHEET__IMPORTS); ^^^^^^^ Unqualified access to the field stylesheetImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[214] return imports; ^^^^^^^ Unqualified access to the field stylesheetImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[222] public EList getRuleset() ^^^^^^^^^^^^ The method getRuleset() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[224] if (ruleset == null) ^^^^^^^ Unqualified access to the field stylesheetImpl.ruleset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[226] ruleset = new EObjectContainmentEList(ruleset.class, this, CssDslPackage.STYLESHEET__RULESET); ^^^^^^^ Unqualified access to the field stylesheetImpl.ruleset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[228] return ruleset; ^^^^^^^ Unqualified access to the field stylesheetImpl.ruleset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[236] public EList getMedia() ^^^^^^^^^^ The method getMedia() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[238] if (media == null) ^^^^^ Unqualified access to the field stylesheetImpl.media [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[240] media = new EObjectContainmentEList(media.class, this, CssDslPackage.STYLESHEET__MEDIA); ^^^^^ Unqualified access to the field stylesheetImpl.media [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[242] return media; ^^^^^ Unqualified access to the field stylesheetImpl.media [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[250] public EList getPage() ^^^^^^^^^ The method getPage() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[252] if (page == null) ^^^^ Unqualified access to the field stylesheetImpl.page [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[254] page = new EObjectContainmentEList(page.class, this, CssDslPackage.STYLESHEET__PAGE); ^^^^ Unqualified access to the field stylesheetImpl.page [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[256] return page; ^^^^ Unqualified access to the field stylesheetImpl.page [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[264] public EList getFont_face() ^^^^^^^^^^^^^^ The method getFont_face() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[266] if (font_face == null) ^^^^^^^^^ Unqualified access to the field stylesheetImpl.font_face [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[268] font_face = new EObjectContainmentEList(font_face.class, this, CssDslPackage.STYLESHEET__FONT_FACE); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.font_face [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[270] return font_face; ^^^^^^^^^ Unqualified access to the field stylesheetImpl.font_face [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[278] public EList getKeyframes() ^^^^^^^^^^^^^^ The method getKeyframes() of type stylesheetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[280] if (keyframes == null) ^^^^^^^^^ Unqualified access to the field stylesheetImpl.keyframes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[282] keyframes = new EObjectContainmentEList(keyframes.class, this, CssDslPackage.STYLESHEET__KEYFRAMES); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.keyframes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[284] return keyframes; ^^^^^^^^^ Unqualified access to the field stylesheetImpl.keyframes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[431] return charset != null; ^^^^^^^ Unqualified access to the field stylesheetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[433] return imports != null && !imports.isEmpty(); ^^^^^^^ Unqualified access to the field stylesheetImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[433] return imports != null && !imports.isEmpty(); ^^^^^^^ Unqualified access to the field stylesheetImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[435] return ruleset != null && !ruleset.isEmpty(); ^^^^^^^ Unqualified access to the field stylesheetImpl.ruleset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[435] return ruleset != null && !ruleset.isEmpty(); ^^^^^^^ Unqualified access to the field stylesheetImpl.ruleset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[437] return media != null && !media.isEmpty(); ^^^^^ Unqualified access to the field stylesheetImpl.media [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[437] return media != null && !media.isEmpty(); ^^^^^ Unqualified access to the field stylesheetImpl.media [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[439] return page != null && !page.isEmpty(); ^^^^ Unqualified access to the field stylesheetImpl.page [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[439] return page != null && !page.isEmpty(); ^^^^ Unqualified access to the field stylesheetImpl.page [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[441] return font_face != null && !font_face.isEmpty(); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.font_face [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[441] return font_face != null && !font_face.isEmpty(); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.font_face [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[443] return keyframes != null && !keyframes.isEmpty(); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.keyframes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/stylesheetImpl.java:[443] return keyframes != null && !keyframes.isEmpty(); ^^^^^^^^^ Unqualified access to the field stylesheetImpl.keyframes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/PseudoClassOrFunc.java:[29] { } // PseudoClassOrFunc ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[88] public String getNamespace() ^^^^^^^^^^^^^^ The method getNamespace() of type UniversalSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[90] return namespace; ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[98] public void setNamespace(String newNamespace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setNamespace(String) of type UniversalSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[100] String oldNamespace = namespace; ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[101] namespace = newNamespace; ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.UNIVERSAL_SELECTOR__NAMESPACE, oldNamespace, namespace)); ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[167] return NAMESPACE_EDEFAULT == null ? namespace != null : !NAMESPACE_EDEFAULT.equals(namespace); ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[167] return NAMESPACE_EDEFAULT == null ? namespace != null : !NAMESPACE_EDEFAULT.equals(namespace); ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[183] result.append(" (namespace: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UniversalSelectorImpl.java:[184] result.append(namespace); ^^^^^^^^^ Unqualified access to the field UniversalSelectorImpl.namespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[80] public URLType getUrl() ^^^^^^^^ The method getUrl() of type UrlTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[82] return url; ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[90] public NotificationChain basicSetUrl(URLType newUrl, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[90] public NotificationChain basicSetUrl(URLType newUrl, NotificationChain msgs) ^^^^^^ Javadoc: Missing tag for parameter newUrl [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[90] public NotificationChain basicSetUrl(URLType newUrl, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[92] URLType oldUrl = url; ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[93] url = newUrl; ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[97] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[107] public void setUrl(URLType newUrl) ^^^^^^^^^^^^^^^^^^^^^^ The method setUrl(URLType) of type UrlTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[109] if (newUrl != url) ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[112] if (url != null) ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[113] msgs = ((InternalEObject)url).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.URL_TOK__URL, null, msgs); ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/UrlTokImpl.java:[200] return url != null; ^^^ Unqualified access to the field UrlTokImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/CssDslPackage.java:[45] String eNAME = "cssDsl"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/CssDslPackage.java:[53] String eNS_URI = "http://www.eclipse.org/efxclipse/ide/css/CssDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/CssDslPackage.java:[61] String eNS_PREFIX = "cssDsl"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslAntlrTokenFileProvider.java:[21] public class CssDslAntlrTokenFileProvider implements IAntlrTokenFileProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslAntlrTokenFileProvider.java:[26] return classLoader.getResourceAsStream("org/eclipse/fx/ide/css/parser/antlr/internal/InternalCssDsl.tokens"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/keyframes.java:[30] { } // keyframes ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[98] public EList getSelectors() ^^^^^^^^^^^^^^ The method getSelectors() of type rulesetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[100] if (selectors == null) ^^^^^^^^^ Unqualified access to the field rulesetImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[102] selectors = new EObjectContainmentEList(selector.class, this, CssDslPackage.RULESET__SELECTORS); ^^^^^^^^^ Unqualified access to the field rulesetImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[104] return selectors; ^^^^^^^^^ Unqualified access to the field rulesetImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[112] public EList getDeclarations() ^^^^^^^^^^^^^^^^^ The method getDeclarations() of type rulesetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[114] if (declarations == null) ^^^^^^^^^^^^ Unqualified access to the field rulesetImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[116] declarations = new EObjectContainmentEList(css_declaration.class, this, CssDslPackage.RULESET__DECLARATIONS); ^^^^^^^^^^^^ Unqualified access to the field rulesetImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[118] return declarations; ^^^^^^^^^^^^ Unqualified access to the field rulesetImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[211] return selectors != null && !selectors.isEmpty(); ^^^^^^^^^ Unqualified access to the field rulesetImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[211] return selectors != null && !selectors.isEmpty(); ^^^^^^^^^ Unqualified access to the field rulesetImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[213] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field rulesetImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/rulesetImpl.java:[213] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field rulesetImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CssTerminalConverters.java:[28] public IValueConverter CSSSTRING() { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CssTerminalConverters.java:[29] return cssStringValueConverter; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssTerminalConverters.cssStringValueConverter [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[346] public static CssDslPackage init() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[375] public EClass getstylesheet() ^^^^^^^^^^^^^^^ The method getstylesheet() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[377] return stylesheetEClass; ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[385] public EReference getstylesheet_Charset() ^^^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Charset() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[387] return (EReference)stylesheetEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[395] public EReference getstylesheet_Imports() ^^^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Imports() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[397] return (EReference)stylesheetEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[405] public EReference getstylesheet_Ruleset() ^^^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Ruleset() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[407] return (EReference)stylesheetEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[415] public EReference getstylesheet_Media() ^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Media() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[417] return (EReference)stylesheetEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[425] public EReference getstylesheet_Page() ^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Page() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[427] return (EReference)stylesheetEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[435] public EReference getstylesheet_Font_face() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Font_face() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[437] return (EReference)stylesheetEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[445] public EReference getstylesheet_Keyframes() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getstylesheet_Keyframes() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[447] return (EReference)stylesheetEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.stylesheetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[455] public EClass getcharset() ^^^^^^^^^^^^ The method getcharset() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[457] return charsetEClass; ^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.charsetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[465] public EAttribute getcharset_Charset() ^^^^^^^^^^^^^^^^^^^^ The method getcharset_Charset() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[467] return (EAttribute)charsetEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.charsetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[475] public EClass getimportExpression() ^^^^^^^^^^^^^^^^^^^^^ The method getimportExpression() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[477] return importExpressionEClass; ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.importExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[485] public EAttribute getimportExpression_Value() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getimportExpression_Value() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[487] return (EAttribute)importExpressionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.importExpressionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[495] public EClass getpage() ^^^^^^^^^ The method getpage() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[497] return pageEClass; ^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.pageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[505] public EAttribute getpage_PseudoPage() ^^^^^^^^^^^^^^^^^^^^ The method getpage_PseudoPage() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[507] return (EAttribute)pageEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.pageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[515] public EReference getpage_Declarations() ^^^^^^^^^^^^^^^^^^^^^^ The method getpage_Declarations() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[517] return (EReference)pageEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.pageEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[525] public EClass getmedia() ^^^^^^^^^^ The method getmedia() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[527] return mediaEClass; ^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.mediaEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[535] public EAttribute getmedia_Medialist() ^^^^^^^^^^^^^^^^^^^^ The method getmedia_Medialist() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[537] return (EAttribute)mediaEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.mediaEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[545] public EReference getmedia_Rulesets() ^^^^^^^^^^^^^^^^^^^ The method getmedia_Rulesets() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[547] return (EReference)mediaEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.mediaEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[555] public EClass getfont_face() ^^^^^^^^^^^^^^ The method getfont_face() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[557] return font_faceEClass; ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.font_faceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[565] public EReference getfont_face_Declarations() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getfont_face_Declarations() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[567] return (EReference)font_faceEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.font_faceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[575] public EAttribute getfont_face_Name() ^^^^^^^^^^^^^^^^^^^ The method getfont_face_Name() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[577] return (EAttribute)font_faceEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.font_faceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[585] public EReference getfont_face_Keyframeselectors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getfont_face_Keyframeselectors() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[587] return (EReference)font_faceEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.font_faceEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[595] public EClass getkeyframes() ^^^^^^^^^^^^^^ The method getkeyframes() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[597] return keyframesEClass; ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.keyframesEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[605] public EClass getkeyframe_selector() ^^^^^^^^^^^^^^^^^^^^^^ The method getkeyframe_selector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[607] return keyframe_selectorEClass; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.keyframe_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[615] public EAttribute getkeyframe_selector_Type() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getkeyframe_selector_Type() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[617] return (EAttribute)keyframe_selectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.keyframe_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[625] public EAttribute getkeyframe_selector_Percentage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getkeyframe_selector_Percentage() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[627] return (EAttribute)keyframe_selectorEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.keyframe_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[635] public EReference getkeyframe_selector_Declarations() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getkeyframe_selector_Declarations() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[637] return (EReference)keyframe_selectorEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.keyframe_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[645] public EClass getruleset() ^^^^^^^^^^^^ The method getruleset() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[647] return rulesetEClass; ^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.rulesetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[655] public EReference getruleset_Selectors() ^^^^^^^^^^^^^^^^^^^^^^ The method getruleset_Selectors() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[657] return (EReference)rulesetEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.rulesetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[665] public EReference getruleset_Declarations() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getruleset_Declarations() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[667] return (EReference)rulesetEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.rulesetEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[675] public EClass getselector() ^^^^^^^^^^^^^ The method getselector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[677] return selectorEClass; ^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[685] public EReference getselector_Simpleselectors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getselector_Simpleselectors() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[687] return (EReference)selectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[695] public EAttribute getselector_Combinator() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getselector_Combinator() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[697] return (EAttribute)selectorEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[705] public EReference getselector_Selector() ^^^^^^^^^^^^^^^^^^^^^^ The method getselector_Selector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[707] return (EReference)selectorEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[715] public EClass getSimpleSelectorForNegation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSimpleSelectorForNegation() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[717] return simpleSelectorForNegationEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simpleSelectorForNegationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[725] public EReference getSimpleSelectorForNegation_Element() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSimpleSelectorForNegation_Element() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[727] return (EReference)simpleSelectorForNegationEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simpleSelectorForNegationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[735] public EReference getSimpleSelectorForNegation_Universal() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSimpleSelectorForNegation_Universal() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[737] return (EReference)simpleSelectorForNegationEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simpleSelectorForNegationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[745] public EReference getSimpleSelectorForNegation_SubSelectors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSimpleSelectorForNegation_SubSelectors() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[747] return (EReference)simpleSelectorForNegationEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simpleSelectorForNegationEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[755] public EClass getCssSelector() ^^^^^^^^^^^^^^^^ The method getCssSelector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[757] return cssSelectorEClass; ^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.cssSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[765] public EClass getsimple_selector() ^^^^^^^^^^^^^^^^^^^^ The method getsimple_selector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[767] return simple_selectorEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simple_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[775] public EReference getsimple_selector_Element() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getsimple_selector_Element() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[777] return (EReference)simple_selectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simple_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[785] public EReference getsimple_selector_Universal() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getsimple_selector_Universal() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[787] return (EReference)simple_selectorEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simple_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[795] public EReference getsimple_selector_SubSelectors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getsimple_selector_SubSelectors() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[797] return (EReference)simple_selectorEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.simple_selectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[805] public EClass getClassSelector() ^^^^^^^^^^^^^^^^^^ The method getClassSelector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[807] return classSelectorEClass; ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.classSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[815] public EAttribute getClassSelector_Name() ^^^^^^^^^^^^^^^^^^^^^^^ The method getClassSelector_Name() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[817] return (EAttribute)classSelectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.classSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[825] public EClass getElementSelector() ^^^^^^^^^^^^^^^^^^^^ The method getElementSelector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[827] return elementSelectorEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.elementSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[835] public EAttribute getElementSelector_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementSelector_Name() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[837] return (EAttribute)elementSelectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.elementSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[845] public EClass getUniversalSelector() ^^^^^^^^^^^^^^^^^^^^^^ The method getUniversalSelector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[847] return universalSelectorEClass; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.universalSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[855] public EAttribute getUniversalSelector_Namespace() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getUniversalSelector_Namespace() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[857] return (EAttribute)universalSelectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslPackageImpl.universalSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/CssDslPackageImpl.java:[865] public EClass getIdSelector() ^^^^^^^^^^^^^^^ The method getIdSelector() of type CssDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[88] public String getCharset() ^^^^^^^^^^^^ The method getCharset() of type charsetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[90] return charset; ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[98] public void setCharset(String newCharset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCharset(String) of type charsetImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[100] String oldCharset = charset; ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[101] charset = newCharset; ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.CHARSET__CHARSET, oldCharset, charset)); ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[167] return CHARSET_EDEFAULT == null ? charset != null : !CHARSET_EDEFAULT.equals(charset); ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[167] return CHARSET_EDEFAULT == null ? charset != null : !CHARSET_EDEFAULT.equals(charset); ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[183] result.append(" (charset: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/charsetImpl.java:[184] result.append(charset); ^^^^^^^ Unqualified access to the field charsetImpl.charset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[87] public String getName() ^^^^^^^^^ The method getName() of type IdentifierTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[89] return name; ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[97] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type IdentifierTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[99] String oldName = name; ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[100] name = newName; ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.IDENTIFIER_TOK__NAME, oldName, name)); ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[182] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdentifierTokImpl.java:[183] result.append(name); ^^^^ Unqualified access to the field IdentifierTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/serializer/CssDslSemanticSequencer.java:[16] public class CssDslSemanticSequencer extends AbstractCssDslSemanticSequencer { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/serializer/CssDslSemanticSequencer.java:[16] public class CssDslSemanticSequencer extends AbstractCssDslSemanticSequencer { } ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[112] public ElementSelector getElement() ^^^^^^^^^^^^ The method getElement() of type SimpleSelectorForNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[114] return element; ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^^^^^^^ Javadoc: Missing tag for parameter newElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[124] ElementSelector oldElement = element; ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[125] element = newElement; ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[129] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[139] public void setElement(ElementSelector newElement) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setElement(ElementSelector) of type SimpleSelectorForNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[141] if (newElement != element) ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[144] if (element != null) ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[145] msgs = ((InternalEObject)element).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.SIMPLE_SELECTOR_FOR_NEGATION__ELEMENT, null, msgs); ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[160] public UniversalSelector getUniversal() ^^^^^^^^^^^^^^ The method getUniversal() of type SimpleSelectorForNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[162] return universal; ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newUniversal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[172] UniversalSelector oldUniversal = universal; ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[173] universal = newUniversal; ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[177] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[187] public void setUniversal(UniversalSelector newUniversal) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUniversal(UniversalSelector) of type SimpleSelectorForNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[189] if (newUniversal != universal) ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[192] if (universal != null) ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[193] msgs = ((InternalEObject)universal).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.SIMPLE_SELECTOR_FOR_NEGATION__UNIVERSAL, null, msgs); ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[208] public EList getSubSelectors() ^^^^^^^^^^^^^^^^^ The method getSubSelectors() of type SimpleSelectorForNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[210] if (subSelectors == null) ^^^^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[212] subSelectors = new EObjectContainmentEList(CssSelector.class, this, CssDslPackage.SIMPLE_SELECTOR_FOR_NEGATION__SUB_SELECTORS); ^^^^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[214] return subSelectors; ^^^^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[316] return element != null; ^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[318] return universal != null; ^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[320] return subSelectors != null && !subSelectors.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SimpleSelectorForNegationImpl.java:[320] return subSelectors != null && !subSelectors.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field SimpleSelectorForNegationImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[108] public String getMediaList() ^^^^^^^^^^^^^^ The method getMediaList() of type URLTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[110] return mediaList; ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[118] public void setMediaList(String newMediaList) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMediaList(String) of type URLTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[120] String oldMediaList = mediaList; ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[121] mediaList = newMediaList; ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[123] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.URL_TYPE__MEDIA_LIST, oldMediaList, mediaList)); ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[131] public String getUrl() ^^^^^^^^ The method getUrl() of type URLTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[133] return url; ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[141] public void setUrl(String newUrl) ^^^^^^^^^^^^^^^^^^^^^ The method setUrl(String) of type URLTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[143] String oldUrl = url; ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[144] url = newUrl; ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[146] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.URL_TYPE__URL, oldUrl, url)); ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[218] return MEDIA_LIST_EDEFAULT == null ? mediaList != null : !MEDIA_LIST_EDEFAULT.equals(mediaList); ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[218] return MEDIA_LIST_EDEFAULT == null ? mediaList != null : !MEDIA_LIST_EDEFAULT.equals(mediaList); ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[220] return URL_EDEFAULT == null ? url != null : !URL_EDEFAULT.equals(url); ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[220] return URL_EDEFAULT == null ? url != null : !URL_EDEFAULT.equals(url); ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[236] result.append(" (mediaList: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[237] result.append(mediaList); ^^^^^^^^^ Unqualified access to the field URLTypeImpl.mediaList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[238] result.append(", url: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/URLTypeImpl.java:[239] result.append(url); ^^^ Unqualified access to the field URLTypeImpl.url [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[120] public EList getSimpleselectors() ^^^^^^^^^^^^^^^^^^^^ The method getSimpleselectors() of type selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[122] if (simpleselectors == null) ^^^^^^^^^^^^^^^ Unqualified access to the field selectorImpl.simpleselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[124] simpleselectors = new EObjectContainmentEList(simple_selector.class, this, CssDslPackage.SELECTOR__SIMPLESELECTORS); ^^^^^^^^^^^^^^^ Unqualified access to the field selectorImpl.simpleselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[126] return simpleselectors; ^^^^^^^^^^^^^^^ Unqualified access to the field selectorImpl.simpleselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[134] public String getCombinator() ^^^^^^^^^^^^^^^ The method getCombinator() of type selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[136] return combinator; ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[144] public void setCombinator(String newCombinator) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCombinator(String) of type selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[146] String oldCombinator = combinator; ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[147] combinator = newCombinator; ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[149] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.SELECTOR__COMBINATOR, oldCombinator, combinator)); ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[157] public selector getSelector() ^^^^^^^^^^^^^ The method getSelector() of type selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[159] return selector; ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[167] public NotificationChain basicSetSelector(selector newSelector, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[167] public NotificationChain basicSetSelector(selector newSelector, NotificationChain msgs) ^^^^^^^^^^^ Javadoc: Missing tag for parameter newSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[167] public NotificationChain basicSetSelector(selector newSelector, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[169] selector oldSelector = selector; ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[170] selector = newSelector; ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[174] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[184] public void setSelector(selector newSelector) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelector(selector) of type selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[186] if (newSelector != selector) ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[189] if (selector != null) ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[190] msgs = ((InternalEObject)selector).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.SELECTOR__SELECTOR, null, msgs); ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[297] return simpleselectors != null && !simpleselectors.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field selectorImpl.simpleselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[297] return simpleselectors != null && !simpleselectors.isEmpty(); ^^^^^^^^^^^^^^^ Unqualified access to the field selectorImpl.simpleselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[299] return COMBINATOR_EDEFAULT == null ? combinator != null : !COMBINATOR_EDEFAULT.equals(combinator); ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[299] return COMBINATOR_EDEFAULT == null ? combinator != null : !COMBINATOR_EDEFAULT.equals(combinator); ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[301] return selector != null; ^^^^^^^^ Unqualified access to the field selectorImpl.selector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[317] result.append(" (combinator: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/selectorImpl.java:[318] result.append(combinator); ^^^^^^^^^^ Unqualified access to the field selectorImpl.combinator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[120] public EList getDeclarations() ^^^^^^^^^^^^^^^^^ The method getDeclarations() of type font_faceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[122] if (declarations == null) ^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[124] declarations = new EObjectContainmentEList(css_declaration.class, this, CssDslPackage.FONT_FACE__DECLARATIONS); ^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[126] return declarations; ^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[134] public String getName() ^^^^^^^^^ The method getName() of type font_faceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[136] return name; ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[144] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type font_faceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[146] String oldName = name; ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[147] name = newName; ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[149] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.FONT_FACE__NAME, oldName, name)); ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[157] public EList getKeyframeselectors() ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyframeselectors() of type font_faceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[159] if (keyframeselectors == null) ^^^^^^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.keyframeselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[161] keyframeselectors = new EObjectContainmentEList(keyframe_selector.class, this, CssDslPackage.FONT_FACE__KEYFRAMESELECTORS); ^^^^^^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.keyframeselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[163] return keyframeselectors; ^^^^^^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.keyframeselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[264] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[264] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[266] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[266] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[268] return keyframeselectors != null && !keyframeselectors.isEmpty(); ^^^^^^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.keyframeselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[268] return keyframeselectors != null && !keyframeselectors.isEmpty(); ^^^^^^^^^^^^^^^^^ Unqualified access to the field font_faceImpl.keyframeselectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[284] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/font_faceImpl.java:[285] result.append(name); ^^^^ Unqualified access to the field font_faceImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[277] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field CssDslAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[291] public Adapter createstylesheetAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createstylesheetAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[306] public Adapter createcharsetAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createcharsetAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[321] public Adapter createimportExpressionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createimportExpressionAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[336] public Adapter createpageAdapter() ^^^^^^^^^^^^^^^^^^^ The method createpageAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[351] public Adapter createmediaAdapter() ^^^^^^^^^^^^^^^^^^^^ The method createmediaAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[366] public Adapter createfont_faceAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createfont_faceAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[381] public Adapter createkeyframesAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createkeyframesAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[396] public Adapter createkeyframe_selectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createkeyframe_selectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[411] public Adapter createrulesetAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createrulesetAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[426] public Adapter createselectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^ The method createselectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[441] public Adapter createSimpleSelectorForNegationAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSimpleSelectorForNegationAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[456] public Adapter createCssSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCssSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[471] public Adapter createsimple_selectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsimple_selectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[486] public Adapter createClassSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createClassSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[501] public Adapter createElementSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createElementSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[516] public Adapter createUniversalSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUniversalSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[531] public Adapter createIdSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createIdSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[546] public Adapter createcss_declarationAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createcss_declarationAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[561] public Adapter createcss_propertyAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createcss_propertyAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[576] public Adapter createPseudoClassOrFuncAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassOrFuncAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[591] public Adapter createPseudoClassAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[606] public Adapter createPseudoClassNameAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassNameAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[621] public Adapter createPseudoClassFunctionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassFunctionAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[636] public Adapter createCssTokAdapter() ^^^^^^^^^^^^^^^^^^^^^ The method createCssTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[651] public Adapter createURLTypeAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createURLTypeAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[666] public Adapter createAttributeSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAttributeSelectorAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[681] public Adapter createSymbolTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createSymbolTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[696] public Adapter createWSTokAdapter() ^^^^^^^^^^^^^^^^^^^^ The method createWSTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[711] public Adapter createStringTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createStringTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[726] public Adapter createNumberTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createNumberTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[741] public Adapter createUrlTokAdapter() ^^^^^^^^^^^^^^^^^^^^^ The method createUrlTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[756] public Adapter createColorTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^^ The method createColorTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[771] public Adapter createIdentifierTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createIdentifierTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[786] public Adapter createFuncTokAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createFuncTokAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/util/CssDslAdapterFactory.java:[799] public Adapter createEObjectAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type CssDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/CssDslStandaloneSetup.java:[22] public static void doSetup() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[87] public String getName() ^^^^^^^^^ The method getName() of type ClassSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[89] return name; ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[97] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ClassSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[99] String oldName = name; ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[100] name = newName; ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.CLASS_SELECTOR__NAME, oldName, name)); ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[182] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ClassSelectorImpl.java:[183] result.append(name); ^^^^ Unqualified access to the field ClassSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[109] public String getPseudoPage() ^^^^^^^^^^^^^^^ The method getPseudoPage() of type pageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[111] return pseudoPage; ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[119] public void setPseudoPage(String newPseudoPage) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPseudoPage(String) of type pageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[121] String oldPseudoPage = pseudoPage; ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[122] pseudoPage = newPseudoPage; ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[124] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.PAGE__PSEUDO_PAGE, oldPseudoPage, pseudoPage)); ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[132] public EList getDeclarations() ^^^^^^^^^^^^^^^^^ The method getDeclarations() of type pageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[134] if (declarations == null) ^^^^^^^^^^^^ Unqualified access to the field pageImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[136] declarations = new EObjectContainmentEList(css_declaration.class, this, CssDslPackage.PAGE__DECLARATIONS); ^^^^^^^^^^^^ Unqualified access to the field pageImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[138] return declarations; ^^^^^^^^^^^^ Unqualified access to the field pageImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[228] return PSEUDO_PAGE_EDEFAULT == null ? pseudoPage != null : !PSEUDO_PAGE_EDEFAULT.equals(pseudoPage); ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[228] return PSEUDO_PAGE_EDEFAULT == null ? pseudoPage != null : !PSEUDO_PAGE_EDEFAULT.equals(pseudoPage); ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[230] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field pageImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[230] return declarations != null && !declarations.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field pageImpl.declarations [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[246] result.append(" (pseudoPage: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/pageImpl.java:[247] result.append(pseudoPage); ^^^^^^^^^^ Unqualified access to the field pageImpl.pseudoPage [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/CssSelector.java:[30] { } // CssSelector ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[87] public String getName() ^^^^^^^^^ The method getName() of type PseudoClassNameImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[89] return name; ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[97] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type PseudoClassNameImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[99] String oldName = name; ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[100] name = newName; ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.PSEUDO_CLASS_NAME__NAME, oldName, name)); ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[182] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassNameImpl.java:[183] result.append(name); ^^^^ Unqualified access to the field PseudoClassNameImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[87] public String getName() ^^^^^^^^^ The method getName() of type IdSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[89] return name; ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[97] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type IdSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[99] String oldName = name; ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[100] name = newName; ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.ID_SELECTOR__NAME, oldName, name)); ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[166] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[182] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/IdSelectorImpl.java:[183] result.append(name); ^^^^ Unqualified access to the field IdSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[88] public String getName() ^^^^^^^^^ The method getName() of type ElementSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[90] return name; ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[98] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ElementSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[100] String oldName = name; ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[101] name = newName; ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.ELEMENT_SELECTOR__NAME, oldName, name)); ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[167] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[167] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[183] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ElementSelectorImpl.java:[184] result.append(name); ^^^^ Unqualified access to the field ElementSelectorImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[112] public ElementSelector getElement() ^^^^^^^^^^^^ The method getElement() of type simple_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[114] return element; ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^^^^^^^ Javadoc: Missing tag for parameter newElement [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[122] public NotificationChain basicSetElement(ElementSelector newElement, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[124] ElementSelector oldElement = element; ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[125] element = newElement; ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[129] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[139] public void setElement(ElementSelector newElement) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setElement(ElementSelector) of type simple_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[141] if (newElement != element) ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[144] if (element != null) ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[145] msgs = ((InternalEObject)element).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.SIMPLE_SELECTOR__ELEMENT, null, msgs); ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[160] public UniversalSelector getUniversal() ^^^^^^^^^^^^^^ The method getUniversal() of type simple_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[162] return universal; ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newUniversal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[170] public NotificationChain basicSetUniversal(UniversalSelector newUniversal, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[172] UniversalSelector oldUniversal = universal; ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[173] universal = newUniversal; ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[177] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[187] public void setUniversal(UniversalSelector newUniversal) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUniversal(UniversalSelector) of type simple_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[189] if (newUniversal != universal) ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[192] if (universal != null) ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[193] msgs = ((InternalEObject)universal).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.SIMPLE_SELECTOR__UNIVERSAL, null, msgs); ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[208] public EList getSubSelectors() ^^^^^^^^^^^^^^^^^ The method getSubSelectors() of type simple_selectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[210] if (subSelectors == null) ^^^^^^^^^^^^ Unqualified access to the field simple_selectorImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[212] subSelectors = new EObjectContainmentEList(CssSelector.class, this, CssDslPackage.SIMPLE_SELECTOR__SUB_SELECTORS); ^^^^^^^^^^^^ Unqualified access to the field simple_selectorImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[214] return subSelectors; ^^^^^^^^^^^^ Unqualified access to the field simple_selectorImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[316] return element != null; ^^^^^^^ Unqualified access to the field simple_selectorImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[318] return universal != null; ^^^^^^^^^ Unqualified access to the field simple_selectorImpl.universal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[320] return subSelectors != null && !subSelectors.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field simple_selectorImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/simple_selectorImpl.java:[320] return subSelectors != null && !subSelectors.isEmpty(); ^^^^^^^^^^^^ Unqualified access to the field simple_selectorImpl.subSelectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[121] public css_property getProperty() ^^^^^^^^^^^^^ The method getProperty() of type css_declarationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[123] return property; ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[131] public NotificationChain basicSetProperty(css_property newProperty, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[131] public NotificationChain basicSetProperty(css_property newProperty, NotificationChain msgs) ^^^^^^^^^^^ Javadoc: Missing tag for parameter newProperty [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[131] public NotificationChain basicSetProperty(css_property newProperty, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[133] css_property oldProperty = property; ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[134] property = newProperty; ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[138] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[148] public void setProperty(css_property newProperty) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setProperty(css_property) of type css_declarationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[150] if (newProperty != property) ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[153] if (property != null) ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[154] msgs = ((InternalEObject)property).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.CSS_DECLARATION__PROPERTY, null, msgs); ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[169] public EList getValueTokens() ^^^^^^^^^^^^^^^^ The method getValueTokens() of type css_declarationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[171] if (valueTokens == null) ^^^^^^^^^^^ Unqualified access to the field css_declarationImpl.valueTokens [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[173] valueTokens = new EObjectContainmentEList(CssTok.class, this, CssDslPackage.CSS_DECLARATION__VALUE_TOKENS); ^^^^^^^^^^^ Unqualified access to the field css_declarationImpl.valueTokens [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[175] return valueTokens; ^^^^^^^^^^^ Unqualified access to the field css_declarationImpl.valueTokens [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[183] public boolean isImportant() ^^^^^^^^^^^^^ The method isImportant() of type css_declarationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[185] return important; ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[193] public void setImportant(boolean newImportant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setImportant(boolean) of type css_declarationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[195] boolean oldImportant = important; ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[196] important = newImportant; ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[198] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.CSS_DECLARATION__IMPORTANT, oldImportant, important)); ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[234] return isImportant(); ^^^^^^^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[258] setImportant((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[298] return property != null; ^^^^^^^^ Unqualified access to the field css_declarationImpl.property [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[300] return valueTokens != null && !valueTokens.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field css_declarationImpl.valueTokens [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[300] return valueTokens != null && !valueTokens.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field css_declarationImpl.valueTokens [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[302] return important != IMPORTANT_EDEFAULT; ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[318] result.append(" (important: "); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_declarationImpl.java:[319] result.append(important); ^^^^^^^^^ Unqualified access to the field css_declarationImpl.important [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[141] public boolean isNot() ^^^^^^^ The method isNot() of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[143] return not; ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[151] public void setNot(boolean newNot) ^^^^^^^^^^^^^^^^^^^^^^ The method setNot(boolean) of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[153] boolean oldNot = not; ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[154] not = newNot; ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[156] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.PSEUDO_CLASS_FUNCTION__NOT, oldNot, not)); ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[164] public SimpleSelectorForNegation getParamSelector() ^^^^^^^^^^^^^^^^^^ The method getParamSelector() of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[166] return paramSelector; ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[174] public NotificationChain basicSetParamSelector(SimpleSelectorForNegation newParamSelector, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[174] public NotificationChain basicSetParamSelector(SimpleSelectorForNegation newParamSelector, NotificationChain msgs) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newParamSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[174] public NotificationChain basicSetParamSelector(SimpleSelectorForNegation newParamSelector, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[176] SimpleSelectorForNegation oldParamSelector = paramSelector; ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[177] paramSelector = newParamSelector; ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[181] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[191] public void setParamSelector(SimpleSelectorForNegation newParamSelector) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setParamSelector(SimpleSelectorForNegation) of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[193] if (newParamSelector != paramSelector) ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[196] if (paramSelector != null) ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[197] msgs = ((InternalEObject)paramSelector).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.PSEUDO_CLASS_FUNCTION__PARAM_SELECTOR, null, msgs); ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[212] public String getName() ^^^^^^^^^ The method getName() of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[214] return name; ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[222] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[224] String oldName = name; ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[225] name = newName; ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[227] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.PSEUDO_CLASS_FUNCTION__NAME, oldName, name)); ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[235] public EList getParams() ^^^^^^^^^^^ The method getParams() of type PseudoClassFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[237] if (params == null) ^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[239] params = new EObjectContainmentEList(CssTok.class, this, CssDslPackage.PSEUDO_CLASS_FUNCTION__PARAMS); ^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[241] return params; ^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[273] return isNot(); ^^^^^^^ The expression of type boolean is boxed into Boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[296] setNot((Boolean)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Boolean is unboxed into boolean [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[349] return not != NOT_EDEFAULT; ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[351] return paramSelector != null; ^^^^^^^^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.paramSelector [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[353] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[353] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[355] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[355] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field PseudoClassFunctionImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[371] result.append(" (not: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[372] result.append(not); ^^^ Unqualified access to the field PseudoClassFunctionImpl.not [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[373] result.append(", name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/PseudoClassFunctionImpl.java:[374] result.append(name); ^^^^ Unqualified access to the field PseudoClassFunctionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/PseudoClass.java:[29] { } // PseudoClass ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[18] public class ValidationResult { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[19] public final ValidationStatus status; ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[20] public final String message; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[21] public final EObject object; ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[22] public final EStructuralFeature feature; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[23] public final int index; ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[25] public ValidationResult(ValidationStatus status, String message, EObject object, EStructuralFeature feature, int index) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[35] return status.name() + " - " + message; ^^^^^^ Unqualified access to the field ValidationResult.status [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[35] return status.name() + " - " + message; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationResult.java:[35] return status.name() + " - " + message; ^^^^^^^ Unqualified access to the field ValidationResult.message [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[34] public List getPropertyProposalsForSelector(IFile f, EObject context, List selector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[35] public List getValueProposalsForProperty(IFile f, EObject context, List selector, css_property property, List prefixTok, String prefixString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[37] public String getDocumentationHeader(IFile f, EObject context, EObject obj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[38] public String getDocumentation(IFile f, EObject context, EObject obj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[41] public static class OsgiCssExtServiceProvider implements Provider { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[47] if (instance == null) { ^^^^^^^^ Unqualified access to the field CssExt.OsgiCssExtServiceProvider.instance [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[50] instance = context.getService(ref); ^^^^^^^^ Unqualified access to the field CssExt.OsgiCssExtServiceProvider.instance [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/CssExt.java:[52] return instance; ^^^^^^^^ Unqualified access to the field CssExt.OsgiCssExtServiceProvider.instance [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[87] public String getValue() ^^^^^^^^^^ The method getValue() of type ColorTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[89] return value; ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[97] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type ColorTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[99] String oldValue = value; ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[100] value = newValue; ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.COLOR_TOK__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[166] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[166] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[182] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/ColorTokImpl.java:[183] result.append(value); ^^^^^ Unqualified access to the field ColorTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[23] public class CssDslParser extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[40] return "stylesheet"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[43] public CssDslGrammarAccess getGrammarAccess() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/parser/antlr/CssDslParser.java:[47] public void setGrammarAccess(CssDslGrammarAccess grammarAccess) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[23] public class CSSSTRINGValueConverter extends AbstractLexerBasedConverter { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[26] final Pattern unicodePattern = Pattern.compile("\\\\([0-9a-fA-F]{1,6})"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[30] final Matcher matcher = unicodePattern.matcher(input); ^^^^^^^^^^^^^^ Unqualified access to the field CSSSTRINGValueConverter.unicodePattern [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[44] private String convertToJava(String cssUnicode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertToJava(String) from the type CSSSTRINGValueConverter can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[52] value = cssUnicodeToJavaUnicode(value); ^^^^^ The parameter value should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[56] public String toValue(String string, INode node) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toValue(String, INode) of type CSSSTRINGValueConverter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/conversion/CSSSTRINGValueConverter.java:[60] string = cssUnicodeToJavaUnicode(string); ^^^^^^ The parameter string should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[18] import org.eclipse.fx.ide.css.cssDsl.CssDslPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssDsl.CssDslPackage is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[31] import org.w3c.dom.css.CSSRuleList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.w3c.dom.css.CSSRuleList is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[42] * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.xtext.xtext.XtextFormattingTokenSerializer cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[59] c.setSpace(" ").after(f.getCss_propertyRule()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[66] c.setSpace(" ").around(f.getSymbolTokRule()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[68] for (Keyword semicolon : f.findKeywords(";")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[73] for (Keyword colon : f.findKeywords(":")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[75] c.setSpace(" ").after(colon); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[80] for (Pair braces : f.findKeywordPairs("{", "}")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[80] for (Pair braces : f.findKeywordPairs("{", "}")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[97] return new SemanticWSEaterFormattingConfigBasedStream(out, indent, getConfig(), createMatcher(), hiddenTokenHelper, preserveWhitespaces); ^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslFormatter.hiddenTokenHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[103] return new SemanticWSEaterFormattingConfigBasedStream(out, indent, getConfig(), createMatcher(), hiddenTokenHelper, preserveWhitespaces); ^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslFormatter.hiddenTokenHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[106] public static class SemanticWSEaterFormattingConfigBasedStream extends FormattingConfigBasedStream { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[108] public SemanticWSEaterFormattingConfigBasedStream(ITokenStream out, String initialIndentation, FormattingConfig cfg, IElementMatcher matcher, IHiddenTokenHelper hiddenTokenHelper, boolean preserveSpaces) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[117] System.err.println("writeSemantic " + grammarElement + " v:'" + value + "'" ); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[117] System.err.println("writeSemantic " + grammarElement + " v:'" + value + "'" ); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[117] System.err.println("writeSemantic " + grammarElement + " v:'" + value + "'" ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[120] if ("WS".equals(rule.getName())) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[131] System.err.println("writeHidden " + grammarElement + " v:'" + value + "'"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[131] System.err.println("writeHidden " + grammarElement + " v:'" + value + "'"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[131] System.err.println("writeHidden " + grammarElement + " v:'" + value + "'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[135] if (rule.getName().equals("WS")) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[136] System.err.println("eating " + grammarElement + " for hidden ws"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[136] System.err.println("eating " + grammarElement + " for hidden ws"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[137] if (preservedWS == null) { ^^^^^^^^^^^ Unqualified access to the field FormattingConfigBasedStream.preservedWS [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[138] preservedWS = value; ^^^^^^^^^^^ Unqualified access to the field FormattingConfigBasedStream.preservedWS [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/formatting/CssDslFormatter.java:[141] preservedWS += value; ^^^^^^^^^^^ Unqualified access to the field FormattingConfigBasedStream.preservedWS [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[24] import org.eclipse.emf.common.util.URI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.URI is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[42] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[42] import org.eclipse.pde.internal.core.PDECore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.pde.internal.core.PDECore is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[43] import org.eclipse.pde.internal.core.project.PDEProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PDEProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.16.0.v20221119-0340/org.eclipse.pde.core-3.16.0.v20221119-0340.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[44] import org.eclipse.xtext.nodemodel.BidiTreeIterator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.nodemodel.BidiTreeIterator is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[46] import org.eclipse.xtext.nodemodel.INode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.nodemodel.INode is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[53] public class CssDslJavaValidator extends AbstractCssDslJavaValidator { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[92] public void checkProperty(css_property property) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[92] public void checkProperty(css_property property) { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[97] public void checkDeclaration(css_declaration dec) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[153] if( "font-family".equals(property.getName()) ) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[155] error("Font family has to define a name", dec, CssDslPackage.Literals.CSS_DECLARATION__VALUE_TOKENS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[159] error("Invalid font family name", dec, CssDslPackage.Literals.CSS_DECLARATION__VALUE_TOKENS, dec.getValueTokens().indexOf(tok)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[162] } else if( "src".equals(property.getName()) ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[164] error("At least one URL is required", dec, CssDslPackage.Literals.CSS_DECLARATION__VALUE_TOKENS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[168] error("Only url-values are allowed", dec, CssDslPackage.Literals.CSS_DECLARATION__VALUE_TOKENS,dec.getValueTokens().indexOf(t)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[172] } else if( "font-stretch".equals(property.getName()) ) { ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[172] } else if( "font-stretch".equals(property.getName()) ) { } else if( "font-style".equals(property.getName()) ) { ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[174] } else if( "font-style".equals(property.getName()) ) { ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[174] } else if( "font-style".equals(property.getName()) ) { } else if( "font-weight".equals(property.getName()) ) { ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[176] } else if( "font-weight".equals(property.getName()) ) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[176] } else if( "font-weight".equals(property.getName()) ) { } else if( "unicode-range".equals(property.getName()) ) { ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[178] } else if( "unicode-range".equals(property.getName()) ) { ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[178] } else if( "unicode-range".equals(property.getName()) ) { } else { ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[181] warning("Unknown property: \""+property.getName()+"\"", property, CssDslPackage.Literals.CSS_PROPERTY__NAME); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[181] warning("Unknown property: \""+property.getName()+"\"", property, CssDslPackage.Literals.CSS_PROPERTY__NAME); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[188] List properties = ext.getPropertyProposalsForSelector(file,dec,null); ^^^ Unqualified access to the field CssDslJavaValidator.ext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[202] boolean suppress = node.getText().contains("@SuppressWarning"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[204] warning("Unknown property: \""+property.getName()+"\"", property, CssDslPackage.Literals.CSS_PROPERTY__NAME); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[204] warning("Unknown property: \""+property.getName()+"\"", property, CssDslPackage.Literals.CSS_PROPERTY__NAME); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[216] List selectorProps = ext.getPropertyProposalsForSelector(Utils.getFile(dec.eResource()),dec,selectors); ^^^ Unqualified access to the field CssDslJavaValidator.ext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[230] boolean suppress = node.getText().contains("@SuppressWarning"); //$NON-NLS-1$ ^^^^^^^^ The value of the local variable suppress is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[232] if( ! PREDEFINED_VAR_PROPS.contains(property.getName()) && !property.getName().startsWith("-var") ) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[233] warning("\""+property.getName()+"\" is not supported by the given selectors", CssDslPackage.Literals.CSS_DECLARATION__PROPERTY); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/validation/CssDslJavaValidator.java:[233] warning("\""+property.getName()+"\" is not supported by the given selectors", CssDslPackage.Literals.CSS_DECLARATION__PROPERTY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/Utils.java:[23] public class Utils { ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/Utils.java:[24] public static IFile getFile(Resource resource) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[34] public static String toString(CssTok token) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[36] return ""; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[39] case CssDslPackage.IDENTIFIER_TOK: return "'" + ((IdentifierTok)token).getName() + "'"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[39] case CssDslPackage.IDENTIFIER_TOK: return "'" + ((IdentifierTok)token).getName() + "'"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[40] case CssDslPackage.WS_TOK: return "WS"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[41] case CssDslPackage.NUMBER_TOK: return "" + ((NumberTok)token).getVal() + ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[41] case CssDslPackage.NUMBER_TOK: return "" + ((NumberTok)token).getVal() + ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[42] case CssDslPackage.COLOR_TOK: return "color(" + ((ColorTok)token).getValue() + ")"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[42] case CssDslPackage.COLOR_TOK: return "color(" + ((ColorTok)token).getValue() + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[43] case CssDslPackage.URL_TOK: return "url(" + ((UrlTok)token).getUrl().getUrl() + ")"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[43] case CssDslPackage.URL_TOK: return "url(" + ((UrlTok)token).getUrl().getUrl() + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[44] case CssDslPackage.SYMBOL_TOK: return "[" + ((SymbolTok)token).getSymbol() + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[44] case CssDslPackage.SYMBOL_TOK: return "[" + ((SymbolTok)token).getSymbol() + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[45] case CssDslPackage.FUNC_TOK: return "f(" + ((FuncTok)token).getName().getName() /*+ "("+toString(((FuncTok)token).getParams(), ", ")+")"*/+ ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[45] case CssDslPackage.FUNC_TOK: return "f(" + ((FuncTok)token).getName().getName() /*+ "("+toString(((FuncTok)token).getParams(), ", ")+")"*/+ ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/util/TokUtil.java:[50] public static String toString(List token, String join) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[87] public String getSymbol() ^^^^^^^^^^^ The method getSymbol() of type SymbolTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[89] return symbol; ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[97] public void setSymbol(String newSymbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSymbol(String) of type SymbolTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[99] String oldSymbol = symbol; ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[100] symbol = newSymbol; ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.SYMBOL_TOK__SYMBOL, oldSymbol, symbol)); ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[166] return SYMBOL_EDEFAULT == null ? symbol != null : !SYMBOL_EDEFAULT.equals(symbol); ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[166] return SYMBOL_EDEFAULT == null ? symbol != null : !SYMBOL_EDEFAULT.equals(symbol); ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[182] result.append(" (symbol: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/SymbolTokImpl.java:[183] result.append(symbol); ^^^^^^ Unqualified access to the field SymbolTokImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[88] public String getValue() ^^^^^^^^^^ The method getValue() of type importExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[90] return value; ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[98] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type importExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[100] String oldValue = value; ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[101] value = newValue; ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.IMPORT_EXPRESSION__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[167] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[167] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[183] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/importExpressionImpl.java:[184] result.append(value); ^^^^^ Unqualified access to the field importExpressionImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[87] public double getVal() ^^^^^^^^ The method getVal() of type NumberTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[89] return val; ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[97] public void setVal(double newVal) ^^^^^^^^^^^^^^^^^^^^^ The method setVal(double) of type NumberTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[99] double oldVal = val; ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[100] val = newVal; ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.NUMBER_TOK__VAL, oldVal, val)); ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[116] return getVal(); ^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[132] setVal((Double)newValue); ^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[166] return val != VAL_EDEFAULT; ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[182] result.append(" (val: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/NumberTokImpl.java:[183] result.append(val); ^^^ Unqualified access to the field NumberTokImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[88] public String getName() ^^^^^^^^^ The method getName() of type css_propertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[90] return name; ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[98] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type css_propertyImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[100] String oldName = name; ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[101] name = newName; ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.CSS_PROPERTY__NAME, oldName, name)); ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[167] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[167] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[183] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/css_propertyImpl.java:[184] result.append(name); ^^^^ Unqualified access to the field css_propertyImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[87] public String getValue() ^^^^^^^^^^ The method getValue() of type StringTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[89] return value; ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[97] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type StringTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[99] String oldValue = value; ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[100] value = newValue; ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssDslPackage.STRING_TOK__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[166] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[166] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[182] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/StringTokImpl.java:[183] result.append(value); ^^^^^ Unqualified access to the field StringTokImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[99] public IdentifierTok getName() ^^^^^^^^^ The method getName() of type FuncTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[101] return name; ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[109] public NotificationChain basicSetName(IdentifierTok newName, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[109] public NotificationChain basicSetName(IdentifierTok newName, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[109] public NotificationChain basicSetName(IdentifierTok newName, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[111] IdentifierTok oldName = name; ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[112] name = newName; ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[116] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[126] public void setName(IdentifierTok newName) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(IdentifierTok) of type FuncTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[128] if (newName != name) ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[131] if (name != null) ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[132] msgs = ((InternalEObject)name).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssDslPackage.FUNC_TOK__NAME, null, msgs); ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[147] public EList getParams() ^^^^^^^^^^^ The method getParams() of type FuncTokImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[149] if (params == null) ^^^^^^ Unqualified access to the field FuncTokImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[151] params = new EObjectContainmentEList(CssTok.class, this, CssDslPackage.FUNC_TOK__PARAMS); ^^^^^^ Unqualified access to the field FuncTokImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[153] return params; ^^^^^^ Unqualified access to the field FuncTokImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[245] return name != null; ^^^^ Unqualified access to the field FuncTokImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[247] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field FuncTokImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/impl/FuncTokImpl.java:[247] return params != null && !params.isEmpty(); ^^^^^^ Unqualified access to the field FuncTokImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationStatus.java:[14] public enum ValidationStatus { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationStatus.java:[15] OK, ^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationStatus.java:[16] WARNING, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/extapi/ValidationStatus.java:[17] ERROR ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src-gen/org/eclipse/fx/ide/css/cssDsl/WSTok.java:[29] { } // WSTok ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/CSSEditorNature.java:[25] public static final String NATURE_ID = "org.eclipse.fx.ide.css.nature"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/CSSEditorNature.java:[25] public static final String NATURE_ID = "org.eclipse.fx.ide.css.nature"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/org/eclipse/fx/ide/css/CSSEditorNature.java:[52] return project; ^^^^^^^ Unqualified access to the field CSSEditorNature.project 948 problems (948 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.ui >------------ [INFO] Building e(fx)clipse - IDE - CSS UI 3.10.0-SNAPSHOT [14/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.ui --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/commands/RemoveCssEditorNature.java:[30] public class RemoveCssEditorNature extends AbstractHandler implements IHandler { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/commands/RemoveCssEditorNature.java:[80] public static IProject getProject(final ExecutionEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/internal/PreviewAdapterFactory.java:[21] public class PreviewAdapterFactory implements IAdapterFactory { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/internal/PreviewAdapterFactory.java:[43] return (T) null; ^^^^^^^^ Null type safety: Unchecked cast from null to T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/ExtApiDelegatingDocumentationProvider.java:[33] String doku = ext.getDocumentation(Utils.getFile(o.eResource()),o,o); ^^^ Unqualified access to the field ExtApiDelegatingDocumentationProvider.ext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/ExtApiDelegatingDocumentationProvider.java:[36] return "no docu support for this element :/"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/extapi/UIProposal.java:[23] public boolean show(); ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/extapi/UIProposal.java:[24] public boolean hide(); ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[57] protected Pair getXtextElementAt(XtextResource resource, final int offset) { ^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[57] protected Pair getXtextElementAt(XtextResource resource, final int offset) { ^^^^^^^^ Javadoc: Missing tag for parameter resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[57] protected Pair getXtextElementAt(XtextResource resource, final int offset) { ^^^^^^ Javadoc: Missing tag for parameter offset [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[59] EObject crossLinkedEObject = eObjectAtOffsetHelper.resolveCrossReferencedElementAt(resource, offset); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssGrammarAwareStrategy.eObjectAtOffsetHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[74] EObject o = eObjectAtOffsetHelper.resolveElementAt(resource, offset); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssGrammarAwareStrategy.eObjectAtOffsetHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[80] ITextRegion r1 = locationInFileProvider.getFullTextRegion(o, CssDslPackage.Literals.URL_TYPE__URL, 0); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssGrammarAwareStrategy.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[82] if (urlType.getUrl().startsWith("\"") || urlType.getUrl().startsWith("'")) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[82] if (urlType.getUrl().startsWith("\"") || urlType.getUrl().startsWith("'")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/doubleclicking/CssGrammarAwareStrategy.java:[90] ITextRegion region = locationInFileProvider.getSignificantTextRegion(o); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssGrammarAwareStrategy.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/CSSEditorScope.java:[18] public class CSSEditorScope implements IScope { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/quickfix/CssDslQuickfixProvider.java:[17] public class CssDslQuickfixProvider extends DefaultQuickfixProvider { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/TokenMapper.java:[29] private static final Pattern PUNCTUATION = Pattern.compile("\\p{Punct}*"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/TokenMapper.java:[36] if("RULE_STRING".equals(tokenName)) { ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/TokenMapper.java:[39] if("RULE_INT".equals(tokenName)) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/TokenMapper.java:[42] if("RULE_ML_COMMENT".equals(tokenName) || "RULE_SL_COMMENT".equals(tokenName)) { ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/TokenMapper.java:[42] if("RULE_ML_COMMENT".equals(tokenName) || "RULE_SL_COMMENT".equals(tokenName)) { ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[21] public class CssDslHighlightingConfiguration extends DefaultHighlightingConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[22] public final static String DECLARATIONNAME = "DeclarationName"; ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[22] public final static String DECLARATIONNAME = "DeclarationName"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[23] public final static String SELECTOR = "Selector"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[23] public final static String SELECTOR = "Selector"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[24] public final static String ELEMENT = "ELEMENT"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[24] public final static String ELEMENT = "ELEMENT"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[25] public final static String URL = "Url"; ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[25] public final static String URL = "Url"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[26] public final static String FUNCTION = "Function"; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[26] public final static String FUNCTION = "Function"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[31] acceptor.acceptDefaultHighlighting(PUNCTUATION_ID, "Punctuation character", punctuationTextStyle()); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[32] acceptor.acceptDefaultHighlighting(COMMENT_ID, "Comment", commentTextStyle()); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[33] acceptor.acceptDefaultHighlighting(STRING_ID, "String", stringTextStyle()); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[34] acceptor.acceptDefaultHighlighting(NUMBER_ID, "Number", numberTextStyle()); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[35] acceptor.acceptDefaultHighlighting(DEFAULT_ID, "Default", defaultTextStyle()); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[36] acceptor.acceptDefaultHighlighting(INVALID_TOKEN_ID, "Invalid Symbol", errorTextStyle()); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[38] acceptor.acceptDefaultHighlighting(DECLARATIONNAME, "Declaration", crossDeclarationTextStyle()); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[39] acceptor.acceptDefaultHighlighting(SELECTOR, "Selector", crossSelectorTextStyle()); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[40] acceptor.acceptDefaultHighlighting(URL, "Url", urlTextStyle()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[41] acceptor.acceptDefaultHighlighting(FUNCTION, "Function", functionTextStyle()); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[42] acceptor.acceptDefaultHighlighting(ELEMENT, "Element", elementTextStyle()); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[45] public TextStyle crossDeclarationTextStyle() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[51] public TextStyle elementTextStyle() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[58] public TextStyle crossSelectorTextStyle() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[64] public TextStyle urlTextStyle() { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingConfiguration.java:[69] public TextStyle functionTextStyle() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/internal/FXCSSContentDescriber.java:[25] public class FXCSSContentDescriber implements ITextContentDescriber { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[22] import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.30.0.v20230227-1159/org.eclipse.xtext.ui.codetemplates.ui-2.30.0.v20230227-1159.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[30] public class PartialCssDslContentAssistParser extends CssDslParser implements IPartialContentAssistParser { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[30] public class PartialCssDslContentAssistParser extends CssDslParser implements IPartialContentAssistParser { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.30.0.v20230227-1159/org.eclipse.xtext.ui.codetemplates.ui-2.30.0.v20230227-1159.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[41] if (rule == null || rule.eIsProxy()) ^^^^ Unqualified access to the field PartialCssDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[41] if (rule == null || rule.eIsProxy()) ^^^^ Unqualified access to the field PartialCssDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[43] String methodName = "entryRule" + rule.getName(); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/PartialCssDslContentAssistParser.java:[43] String methodName = "entryRule" + rule.getName(); ^^^^ Unqualified access to the field PartialCssDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[40] EObjectNode node = createEObjectNode(parentNode, ruleset, labelProvider.getImage(s), labelProvider.getText(s), isLeaf); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[40] EObjectNode node = createEObjectNode(parentNode, ruleset, labelProvider.getImage(s), labelProvider.getText(s), isLeaf); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[41] node.setShortTextRegion(locationInFileProvider.getSignificantTextRegion(s)); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[56] valueBuilder.append(labelProvider.getText(next)); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[58] EObjectNode node = createEObjectNode(parentNode, d, labelProvider.getImage(d.getProperty()), labelProvider.getText(d.getProperty()) + ": " +valueBuilder.toString().trim() + (d.isImportant()?" !important":""), true); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[58] EObjectNode node = createEObjectNode(parentNode, d, labelProvider.getImage(d.getProperty()), labelProvider.getText(d.getProperty()) + ": " +valueBuilder.toString().trim() + (d.isImportant()?" !important":""), true); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[58] EObjectNode node = createEObjectNode(parentNode, d, labelProvider.getImage(d.getProperty()), labelProvider.getText(d.getProperty()) + ": " +valueBuilder.toString().trim() + (d.isImportant()?" !important":""), true); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[58] EObjectNode node = createEObjectNode(parentNode, d, labelProvider.getImage(d.getProperty()), labelProvider.getText(d.getProperty()) + ": " +valueBuilder.toString().trim() + (d.isImportant()?" !important":""), true); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[58] EObjectNode node = createEObjectNode(parentNode, d, labelProvider.getImage(d.getProperty()), labelProvider.getText(d.getProperty()) + ": " +valueBuilder.toString().trim() + (d.isImportant()?" !important":""), true); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[59] node.setShortTextRegion(locationInFileProvider.getSignificantTextRegion(d.getProperty())); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[64] return labelProvider.getImage(ruleset); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[68] return labelProvider.getImage(property); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[71] protected boolean _isLeaf(css_property property) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _isLeaf(css_property) from the type CssDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/outline/CssDslOutlineTreeProvider.java:[75] protected boolean _isLeaf(ruleset ruleset) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method _isLeaf(ruleset) from the type CssDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[79] final Image img = labelProvider.getImage(CssDslFactory.eINSTANCE.createcss_property()); ^^^^^^^^^^^^^ Unqualified access to the field CssDslProposalProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[88] public String getActualReplacementString(ConfigurableCompletionProposal proposal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActualReplacementString(ConfigurableCompletionProposal) of type new ReplacementTextApplier(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[92] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[104] cp.setHover(hoverDispatcher); ^^^^^^^^^^^^^^^ Unqualified access to the field CssDslProposalProvider.hoverDispatcher [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[114] document.replace(proposal.getReplacementOffset(), proposal.getReplacementLength(), proposal.getReplacementString() + ": "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[131] Pattern spaces = Pattern.compile("(.*)[ ]+$"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[141] if (proposal.getReplacementString().equals(";")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[147] else if (proposal.getReplacementString().equals(",")) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[150] document.replace(proposal.getReplacementOffset()-wsCount, proposal.getReplacementLength()+wsCount, proposal.getReplacementString() + " "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[155] document.replace(proposal.getReplacementOffset(), proposal.getReplacementLength(), proposal.getReplacementString() + " "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[174] private List findPrefixTokens(ContentAssistContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findPrefixTokens(ContentAssistContext) from the type CssDslProposalProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[189] private List findSelectors(css_declaration decl) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findSelectors(css_declaration) from the type CssDslProposalProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[196] public void complete_CssTok(css_declaration model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[201] final List proposals = cssExt.getValueProposalsForProperty(Utils.getFile(model.eResource()),model,findSelectors(model), model.getProperty(), findPrefixTokens(context), context.getPrefix()); ^^^^^^ Unqualified access to the field CssDslProposalProvider.cssExt [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[206] private void filterDuplicates(ruleset model, List proposals) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method filterDuplicates(ruleset, List) from the type CssDslProposalProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[261] public void completeRuleset_Declarations(ruleset model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[263] final List proposals = cssExt.getPropertyProposalsForSelector(Utils.getFile(model.eResource()),model,model.getSelectors()); ^^^^^^ Unqualified access to the field CssDslProposalProvider.cssExt [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[271] public void completeRuleset_Declarations(stylesheet model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[275] final List proposals = cssExt.getPropertyProposalsForSelector(Utils.getFile(model.eResource()),model,ruleset.getSelectors()); ^^^^^^ Unqualified access to the field CssDslProposalProvider.cssExt [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/CssDslProposalProvider.java:[280] final List proposals = cssExt.getPropertyProposalsForSelector(Utils.getFile(model.eResource()),model,null); ^^^^^^ Unqualified access to the field CssDslProposalProvider.cssExt [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_CSS_CSSDSL = "org.eclipse.fx.ide.css.CssDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_CSS_CSSDSL = "org.eclipse.fx.ide.css.CssDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[54] injectors.clear(); ^^^^^^^^^ Unqualified access to the field CssDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[59] public static CssDslActivator getInstance() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[63] public Injector getInjector(String language) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[64] synchronized (injectors) { ^^^^^^^^^ Unqualified access to the field CssDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[65] Injector injector = injectors.get(language); ^^^^^^^^^ Unqualified access to the field CssDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[67] injectors.put(language, injector = createInjector(language)); ^^^^^^^^^ Unqualified access to the field CssDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[81] logger.error("Failed to create injector for " + language); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[83] throw new RuntimeException("Failed to create injector for " + language, e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[87] protected Module getRuntimeModule(String grammar) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuntimeModule(String) from the type CssDslActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/internal/CssDslActivator.java:[103] protected Module getSharedStateModule() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSharedStateModule() from the type CssDslActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[32] public class CssDslParser extends AbstractContentAssistParser { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[42] result.setGrammarAccess(grammarAccess); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[48] if (nameMappings == null) { ^^^^^^^^^^^^ Unqualified access to the field CssDslParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[49] nameMappings = new HashMap() { ^^^^^^^^^^^^ Unqualified access to the field CssDslParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[52] put(grammarAccess.getStylesheetAccess().getAlternatives_2(), "rule__Stylesheet__Alternatives_2"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[52] put(grammarAccess.getStylesheetAccess().getAlternatives_2(), "rule__Stylesheet__Alternatives_2"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[52] put(grammarAccess.getStylesheetAccess().getAlternatives_2(), "rule__Stylesheet__Alternatives_2"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[53] put(grammarAccess.getCharsetAccess().getAlternatives_0(), "rule__Charset__Alternatives_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[53] put(grammarAccess.getCharsetAccess().getAlternatives_0(), "rule__Charset__Alternatives_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[53] put(grammarAccess.getCharsetAccess().getAlternatives_0(), "rule__Charset__Alternatives_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[54] put(grammarAccess.getImportExpressionAccess().getAlternatives_0(), "rule__ImportExpression__Alternatives_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[54] put(grammarAccess.getImportExpressionAccess().getAlternatives_0(), "rule__ImportExpression__Alternatives_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[54] put(grammarAccess.getImportExpressionAccess().getAlternatives_0(), "rule__ImportExpression__Alternatives_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[55] put(grammarAccess.getImportExpressionAccess().getAlternatives_1(), "rule__ImportExpression__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[55] put(grammarAccess.getImportExpressionAccess().getAlternatives_1(), "rule__ImportExpression__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[55] put(grammarAccess.getImportExpressionAccess().getAlternatives_1(), "rule__ImportExpression__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[56] put(grammarAccess.getPageAccess().getAlternatives_1(), "rule__Page__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[56] put(grammarAccess.getPageAccess().getAlternatives_1(), "rule__Page__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[56] put(grammarAccess.getPageAccess().getAlternatives_1(), "rule__Page__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[57] put(grammarAccess.getMediaAccess().getAlternatives_0(), "rule__Media__Alternatives_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[57] put(grammarAccess.getMediaAccess().getAlternatives_0(), "rule__Media__Alternatives_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[57] put(grammarAccess.getMediaAccess().getAlternatives_0(), "rule__Media__Alternatives_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[58] put(grammarAccess.getFont_faceAccess().getAlternatives_1(), "rule__Font_face__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[58] put(grammarAccess.getFont_faceAccess().getAlternatives_1(), "rule__Font_face__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[58] put(grammarAccess.getFont_faceAccess().getAlternatives_1(), "rule__Font_face__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[59] put(grammarAccess.getKeyframesAccess().getAlternatives_1(), "rule__Keyframes__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[59] put(grammarAccess.getKeyframesAccess().getAlternatives_1(), "rule__Keyframes__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[59] put(grammarAccess.getKeyframesAccess().getAlternatives_1(), "rule__Keyframes__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[60] put(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0(), "rule__Keyframe_selector__Alternatives_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[60] put(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0(), "rule__Keyframe_selector__Alternatives_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[60] put(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0(), "rule__Keyframe_selector__Alternatives_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[61] put(grammarAccess.getSelectorAccess().getAlternatives_1(), "rule__Selector__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[61] put(grammarAccess.getSelectorAccess().getAlternatives_1(), "rule__Selector__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[61] put(grammarAccess.getSelectorAccess().getAlternatives_1(), "rule__Selector__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[62] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives(), "rule__SimpleSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[62] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives(), "rule__SimpleSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[62] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives(), "rule__SimpleSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[63] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0(), "rule__SimpleSelectorForNegation__Alternatives_0_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[63] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0(), "rule__SimpleSelectorForNegation__Alternatives_0_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[63] put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0(), "rule__SimpleSelectorForNegation__Alternatives_0_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[64] put(grammarAccess.getSubSelectorForNegationAccess().getAlternatives(), "rule__SubSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[64] put(grammarAccess.getSubSelectorForNegationAccess().getAlternatives(), "rule__SubSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[64] put(grammarAccess.getSubSelectorForNegationAccess().getAlternatives(), "rule__SubSelectorForNegation__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[65] put(grammarAccess.getSimple_selectorAccess().getAlternatives(), "rule__Simple_selector__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[65] put(grammarAccess.getSimple_selectorAccess().getAlternatives(), "rule__Simple_selector__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[65] put(grammarAccess.getSimple_selectorAccess().getAlternatives(), "rule__Simple_selector__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[66] put(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0(), "rule__Simple_selector__Alternatives_0_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[66] put(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0(), "rule__Simple_selector__Alternatives_0_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[66] put(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0(), "rule__Simple_selector__Alternatives_0_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[67] put(grammarAccess.getSubSelectorAccess().getAlternatives(), "rule__SubSelector__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[67] put(grammarAccess.getSubSelectorAccess().getAlternatives(), "rule__SubSelector__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[67] put(grammarAccess.getSubSelectorAccess().getAlternatives(), "rule__SubSelector__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[68] put(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0(), "rule__AttributeSelector__OpAlternatives_3_0_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[68] put(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0(), "rule__AttributeSelector__OpAlternatives_3_0_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[68] put(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0(), "rule__AttributeSelector__OpAlternatives_3_0_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[69] put(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0(), "rule__AttributeSelector__ValueAlternatives_3_1_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[69] put(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0(), "rule__AttributeSelector__ValueAlternatives_3_1_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[69] put(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0(), "rule__AttributeSelector__ValueAlternatives_3_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[70] put(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0(), "rule__Css_namespace_prefix__Alternatives_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[70] put(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0(), "rule__Css_namespace_prefix__Alternatives_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[70] put(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0(), "rule__Css_namespace_prefix__Alternatives_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[71] put(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives(), "rule__PseudoClassOrFunc__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[71] put(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives(), "rule__PseudoClassOrFunc__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[71] put(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives(), "rule__PseudoClassOrFunc__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[72] put(grammarAccess.getPseudoClassFunctionAccess().getAlternatives(), "rule__PseudoClassFunction__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[72] put(grammarAccess.getPseudoClassFunctionAccess().getAlternatives(), "rule__PseudoClassFunction__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[72] put(grammarAccess.getPseudoClassFunctionAccess().getAlternatives(), "rule__PseudoClassFunction__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[73] put(grammarAccess.getCombinatorAccess().getAlternatives(), "rule__Combinator__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[73] put(grammarAccess.getCombinatorAccess().getAlternatives(), "rule__Combinator__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[73] put(grammarAccess.getCombinatorAccess().getAlternatives(), "rule__Combinator__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[74] put(grammarAccess.getOperatorAccess().getAlternatives(), "rule__Operator__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[74] put(grammarAccess.getOperatorAccess().getAlternatives(), "rule__Operator__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[74] put(grammarAccess.getOperatorAccess().getAlternatives(), "rule__Operator__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[75] put(grammarAccess.getUnary_operatorAccess().getAlternatives(), "rule__Unary_operator__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[75] put(grammarAccess.getUnary_operatorAccess().getAlternatives(), "rule__Unary_operator__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[75] put(grammarAccess.getUnary_operatorAccess().getAlternatives(), "rule__Unary_operator__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[76] put(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0(), "rule__SymbolTok__SymbolAlternatives_1_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[76] put(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0(), "rule__SymbolTok__SymbolAlternatives_1_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[76] put(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0(), "rule__SymbolTok__SymbolAlternatives_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[77] put(grammarAccess.getCssTokAccess().getAlternatives(), "rule__CssTok__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[77] put(grammarAccess.getCssTokAccess().getAlternatives(), "rule__CssTok__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[77] put(grammarAccess.getCssTokAccess().getAlternatives(), "rule__CssTok__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[78] put(grammarAccess.getValidURLSymbolAccess().getAlternatives(), "rule__ValidURLSymbol__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[78] put(grammarAccess.getValidURLSymbolAccess().getAlternatives(), "rule__ValidURLSymbol__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[78] put(grammarAccess.getValidURLSymbolAccess().getAlternatives(), "rule__ValidURLSymbol__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[79] put(grammarAccess.getKeywordHackAccess().getAlternatives(), "rule__KeywordHack__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[79] put(grammarAccess.getKeywordHackAccess().getAlternatives(), "rule__KeywordHack__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[79] put(grammarAccess.getKeywordHackAccess().getAlternatives(), "rule__KeywordHack__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[80] put(grammarAccess.getValidURLAccess().getAlternatives(), "rule__ValidURL__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[80] put(grammarAccess.getValidURLAccess().getAlternatives(), "rule__ValidURL__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[80] put(grammarAccess.getValidURLAccess().getAlternatives(), "rule__ValidURL__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[81] put(grammarAccess.getValidURLAccess().getAlternatives_1(), "rule__ValidURL__Alternatives_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[81] put(grammarAccess.getValidURLAccess().getAlternatives_1(), "rule__ValidURL__Alternatives_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[81] put(grammarAccess.getValidURLAccess().getAlternatives_1(), "rule__ValidURL__Alternatives_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[82] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_1(), "rule__ValidURL__Alternatives_1_10_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[82] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_1(), "rule__ValidURL__Alternatives_1_10_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[82] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_1(), "rule__ValidURL__Alternatives_1_10_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[83] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_2(), "rule__ValidURL__Alternatives_1_10_2"); ^^^^^^^^^^^^^ Read access to enclosing field CssDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[83] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_2(), "rule__ValidURL__Alternatives_1_10_2"); ^^^^^^^^^^^^^ Unqualified access to the field CssDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src-gen/org/eclipse/fx/ide/css/ui/contentassist/antlr/CssDslParser.java:[83] put(grammarAccess.getValidURLAccess().getAlternatives_1_10_2(), "rule__ValidURL__Alternatives_1_10_2"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[22] import org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[23] import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[34] public class CssDslHighlightingCalculator implements ISemanticHighlightingCalculator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[34] public class CssDslHighlightingCalculator implements ISemanticHighlightingCalculator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[38] IHighlightedPositionAcceptor acceptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[51] acceptor.addPosition(n.getOffset(), n.getLength(), CssDslHighlightingConfiguration.ELEMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[57] acceptor.addPosition(n.getOffset(), n.getLength(), DefaultHighlightingConfiguration.DEFAULT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[66] acceptor.addPosition(n.getFirstChild().getOffset(), n.getFirstChild().getLength(), CssDslHighlightingConfiguration.DECLARATIONNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[74] acceptor.addPosition(n.getOffset(), n.getLength(), CssDslHighlightingConfiguration.SELECTOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[81] acceptor.addPosition(n.getOffset(), 4, CssDslHighlightingConfiguration.FUNCTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[82] acceptor.addPosition(n.getOffset()+4, n.getLength()-5, CssDslHighlightingConfiguration.URL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[83] acceptor.addPosition(n.getOffset() + n.getLength() - 1, 1, CssDslHighlightingConfiguration.FUNCTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[92] acceptor.addPosition(n.getOffset(), nameLength + 1, CssDslHighlightingConfiguration.FUNCTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[100] acceptor.addPosition(colonNode.getOffset(), colonNode.getLength(), CssDslHighlightingConfiguration.FUNCTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[107] acceptor.addPosition(n.getOffset() + n.getLength() - 1, 1, CssDslHighlightingConfiguration.FUNCTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/highlighting/CssDslHighlightingCalculator.java:[113] acceptor.addPosition(n.getOffset(), n.getLength(), DefaultHighlightingConfiguration.STRING_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[45] public class CssDslOccurenceComputer extends DefaultOccurrenceComputer { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[60] public Map exec(final XtextResource resource) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method exec(XtextResource) of type new IUnitOfWork,XtextResource>(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[64] EObject target = eObjectAtOffsetHelper.resolveElementAt(resource, (selection).getOffset()); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.eObjectAtOffsetHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[64] EObject target = eObjectAtOffsetHelper.resolveElementAt(resource, (selection).getOffset()); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.eObjectAtOffsetHelper is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[77] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(ss.getElement()); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[77] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(ss.getElement()); ^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.locationInFileProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[78] addOccurrenceAnnotation(DECLARATION_ANNOTATION_TYPE, document, declarationRegion, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method addOccurrenceAnnotation(String, IDocument, ITextRegion, Map) from the type DefaultOccurrenceComputer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[102] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(subSel); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[102] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(subSel); ^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.locationInFileProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[103] addOccurrenceAnnotation(DECLARATION_ANNOTATION_TYPE, document, declarationRegion, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method addOccurrenceAnnotation(String, IDocument, ITextRegion, Map) from the type DefaultOccurrenceComputer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[108] if (ss.getElement() != null) { } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[129] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(subSel); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[129] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(subSel); ^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.locationInFileProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[130] addOccurrenceAnnotation(DECLARATION_ANNOTATION_TYPE, document, declarationRegion, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method addOccurrenceAnnotation(String, IDocument, ITextRegion, Map) from the type DefaultOccurrenceComputer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[134] if (ss.getElement() != null) { } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[150] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(d.getProperty()); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[150] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(d.getProperty()); ^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.locationInFileProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/occurrences/CssDslOccurenceComputer.java:[151] addOccurrenceAnnotation(DECLARATION_ANNOTATION_TYPE, document, declarationRegion, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method addOccurrenceAnnotation(String, IDocument, ITextRegion, Map) from the type DefaultOccurrenceComputer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[28] import org.eclipse.jface.internal.text.html.HTMLPrinter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.22.0.v20221119-1047/org.eclipse.jface.text-3.22.0.v20221119-1047.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[36] public class CssHoverProvider extends DefaultEObjectHoverProvider { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[53] protected String getStyleSheet() { ^^^^^^^^^^^^^^^ The method getStyleSheet() of type CssHoverProvider should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[60] FontData fontData = JFaceResources.getFontRegistry().getFontData(fontSymbolicName)[0]; ^^^^^^^^^^^^^^^^ Unqualified access to the field CssHoverProvider.fontSymbolicName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[61] css = HTMLPrinter.convertTopLevelFont(css, fontData); ^^^^^^^^^^^ Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.22.0.v20221119-1047/org.eclipse.jface.text-3.22.0.v20221119-1047.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[61] css = HTMLPrinter.convertTopLevelFont(css, fontData); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'HTMLPrinter.convertTopLevelFont(String, FontData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.22.0.v20221119-1047/org.eclipse.jface.text-3.22.0.v20221119-1047.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[71] protected String loadStyleSheet() { ^^^^^^^^^^^^^^^^ The method loadStyleSheet() of type CssHoverProvider should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[72] URL styleSheetURL = Platform.getBundle("org.eclipse.fx.ide.css.ui").getEntry(styleSheetFileName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[72] URL styleSheetURL = Platform.getBundle("org.eclipse.fx.ide.css.ui").getEntry(styleSheetFileName); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssHoverProvider.styleSheetFileName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[91] } catch (IOException e) { } ^^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[98] private String getColorHoverForFunction(FuncTok f) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getColorHoverForFunction(FuncTok) from the type CssHoverProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[99] if( "rgb".equals(f.getName().getName()) ) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[100] String rgbHex = "#"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[105] rgbHex += hex.length() < 2 ? "0"+hex : hex; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[112] String rv = "
    "+rgbHex+"
    "; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[112] String rv = "
    "+rgbHex+"
    "; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[112] String rv = "
    "+rgbHex+"
    "; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[118] protected String getHoverInfoAsHtml(EObject o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHoverInfoAsHtml(EObject) of type CssHoverProvider should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[122] String rv = "
    "+t.getValue()+"
    "; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[122] String rv = "
    "+t.getValue()+"
    "; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[122] String rv = "
    "+t.getValue()+"
    "; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[166] String firstLine = ext.getDocumentationHeader(Utils.getFile(o.eResource()),o,o); ^^^ Unqualified access to the field CssHoverProvider.ext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[174] protected boolean hasHover(EObject o) { ^^^^^^^^^^^^^^^^^^^ The method hasHover(EObject) of type CssHoverProvider should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[176] System.err.println("Cannot show doc for element without eResource: " + o); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/hover/CssHoverProvider.java:[179] String firstLine = ext.getDocumentationHeader(Utils.getFile(o.eResource()),o,o); ^^^ Unqualified access to the field CssHoverProvider.ext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[15] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[40] public TemplateProposalProvider(TemplateStore templateStore, ContextTypeRegistry registry, ContextTypeIdHelper helper) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[41] ContextTypeRegistry registry, ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[57] String id=helper.getId(ga.getSubSelectorRule()); ^^^^^^ Unqualified access to the field TemplateProposalProvider.helper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[57] String id=helper.getId(ga.getSubSelectorRule()); ^^ Unqualified access to the field TemplateProposalProvider.ga [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[65] Template classSelectorTemplate = new Template("Class Selector", ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[66] "Class Selector Template", ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[67] "classSelectorTemplate", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[68] ".${classname} ", ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[70] Template idSelectorTemplate = new Template("Id Selector", ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[71] "Id Selector Template", ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[72] "classSelectorTemplate", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[73] "#${id} ", ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[76] Template elementSelectorTemplate = new Template("Element Selector", ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[77] "Element Selector Template", ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[78] "classSelectorTemplate", ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/contentassist/TemplateProposalProvider.java:[79] "${element} ", ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/CssDslUiModule.java:[32] import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/CssDslUiModule.java:[48] public CssDslUiModule(AbstractUIPlugin plugin) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/CssDslUiModule.java:[56] binder.bind(ISemanticHighlightingCalculator.class).to(CssDslHighlightingCalculator.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/CssDslUiModule.java:[68] binder.bind(String.class).annotatedWith(Names.named(XtextContentAssistProcessor.COMPLETION_AUTO_ACTIVATION_CHARS)).toInstance(": "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/commands/AddCssEditorNature.java:[30] public class AddCssEditorNature extends AbstractHandler implements IHandler { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/commands/AddCssEditorNature.java:[78] public static IProject getProject(final ExecutionEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslDescriptionLabelProvider.java:[27] String image(ruleset ele) { ^^^^^^^^^^^^^^^^^^ The method image(ruleset) from the type CssDslDescriptionLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslDescriptionLabelProvider.java:[28] return "icons/selector_16x16.png"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslDescriptionLabelProvider.java:[31] String image(css_property ele) { ^^^^^^^^^^^^^^^^^^^^^^^ The method image(css_property) from the type CssDslDescriptionLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslDescriptionLabelProvider.java:[32] return "icons/property_16x16.png"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[53] public CssDslLabelProvider(AdapterFactoryLabelProvider delegate) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[57] String text(StringTok strTok) { ^^^^^^^^^^^^^^^^^^^^^^ The method text(StringTok) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[59] return "\"" + strTok.getValue() + "\""; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[59] return "\"" + strTok.getValue() + "\""; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[62] return "null"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[71] b.append(", "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[88] b.append(" " + value.getCombinator()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[90] b.append(" " + text(value.getSelector())); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[98] String image(selector s) { ^^^^^^^^^^^^^^^^^ The method image(selector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[99] return "selector_16x16.png"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[102] String image(ruleset ele) { ^^^^^^^^^^^^^^^^^^ The method image(ruleset) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[103] return "selector_16x16.png"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[106] String image(css_property ele) { ^^^^^^^^^^^^^^^^^^^^^^^ The method image(css_property) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[107] return "property_16x16.png"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[110] String image(CssSelector cssSelector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method image(CssSelector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[111] return "selector_16x16.png"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[114] String text(IdentifierTok idTok) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(IdentifierTok) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[122] b.append("not("); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[124] b.append(")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[129] b.append("("); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[135] b.append(")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[151] return " "; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[164] return getText(funcTok.getName()) + "(" + func.toString().trim()+ ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[164] return getText(funcTok.getName()) + "(" + func.toString().trim()+ ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[167] return "url(" + ((UrlTok)cssTok).getUrl().getUrl() + ")"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[167] return "url(" + ((UrlTok)cssTok).getUrl().getUrl() + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[177] return "." + ((ClassSelector) cssSelector).getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[180] return "#" + ((IdSelector) cssSelector).getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[183] return ":" + ((PseudoClassName) cssSelector).getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[186] return ":" + text((PseudoClassFunction)cssSelector); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[189] return "[" + text((AttributeSelector)cssSelector) + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[189] return "[" + text((AttributeSelector)cssSelector) + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[195] String text(AttributeSelector s) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(AttributeSelector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[204] String text(ElementSelector elementSelector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(ElementSelector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[208] String text(ClassSelector classSelector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(ClassSelector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[209] return "." + classSelector.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[212] String text(IdSelector idSelector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(IdSelector) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[213] return "#" + idSelector.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[223] b.append("*"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[240] b.append("*"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[297] String text(stylesheet value) { ^^^^^^^^^^^^^^^^^^^^^^ The method text(stylesheet) from the type CssDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/org/eclipse/fx/ide/css/ui/labeling/CssDslLabelProvider.java:[298] return "stylesheet"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 333 problems (333 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.ui --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx2 >----------- [INFO] Building e(fx)clipse - IDE - CSS JavaFX2 Extensions 3.10.0-SNAPSHOT [15/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx2/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx2/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx2-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.jfx2 --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.jfx8 >----------- [INFO] Building e(fx)clipse - IDE - CSS JavaFX8 Extensions 3.10.0-SNAPSHOT [16/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.jfx8/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.jfx8/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.jfx8-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.jfx8 --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext >---------- [INFO] Building e(fx)clipse - IDE - CSS Ext Core 3.10.0-SNAPSHOT [17/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.cssext --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.cssext --- [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 109: Unnecessary cast from PackageDefinition to PackageDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 152: Unnecessary cast from PackageDefinition to PackageDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 182: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 183: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 257: Unnecessary cast from ElementDefinition to ElementDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 259: Unnecessary cast from ElementDefinition to ElementDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 259: Unnecessary cast from ElementDefinition to ElementDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 320: Unnecessary cast from ElementDefinition to ElementDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 320: Unnecessary cast from ElementDefinition to ElementDefinition [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 347: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 349: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 395: Unnecessary cast from CSSRuleOr to CSSRuleOr [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 404: Unnecessary cast from CSSRuleConcat to CSSRuleConcat [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 413: Unnecessary cast from CSSRuleConcatWithoutSpace to CSSRuleConcatWithoutSpace [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 422: Unnecessary cast from CSSRuleBracket to CSSRuleBracket [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 425: Unnecessary cast from CSSRuleXor to CSSRuleXor [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 434: Unnecessary cast from CSSRuleLiteral to CSSRuleLiteral [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 437: Unnecessary cast from CSSNumLiteral to CSSNumLiteral [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 440: Unnecessary cast from CSSRuleRef to CSSRuleRef [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 444: Unnecessary cast from CSSRulePostfix to CSSRulePostfix [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 444: Unnecessary cast from CSSRulePostfix to CSSRulePostfix [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 447: Unnecessary cast from CSSRuleRegex to CSSRuleRegex [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 450: Unnecessary cast from CSSRuleSymbol to CSSRuleSymbol [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 453: Unnecessary cast from CSSType to CSSType [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 456: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: HTMLDocGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLDocGenerator.xtend 465: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.cssext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.cssext --- [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[80] public CSSRule getInner() ^^^^^^^^^^ The method getInner() of type CSSRuleBracketImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[82] return inner; ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[90] public NotificationChain basicSetInner(CSSRule newInner, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[90] public NotificationChain basicSetInner(CSSRule newInner, NotificationChain msgs) ^^^^^^^^ Javadoc: Missing tag for parameter newInner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[90] public NotificationChain basicSetInner(CSSRule newInner, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[92] CSSRule oldInner = inner; ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[93] inner = newInner; ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[97] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[107] public void setInner(CSSRule newInner) ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setInner(CSSRule) of type CSSRuleBracketImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[109] if (newInner != inner) ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[112] if (inner != null) ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[113] msgs = ((InternalEObject)inner).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_BRACKET__INNER, null, msgs); ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleBracketImpl.java:[200] return inner != null; ^^^^^ Unqualified access to the field CSSRuleBracketImpl.inner [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[84] public EList getOrs() ^^^^^^^^ The method getOrs() of type CSSRuleOrImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[86] if (ors == null) ^^^ Unqualified access to the field CSSRuleOrImpl.ors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[88] ors = new EObjectContainmentEList(CSSRule.class, this, CssExtDslPackage.CSS_RULE_OR__ORS); ^^^ Unqualified access to the field CSSRuleOrImpl.ors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[90] return ors; ^^^ Unqualified access to the field CSSRuleOrImpl.ors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[172] return ors != null && !ors.isEmpty(); ^^^ Unqualified access to the field CSSRuleOrImpl.ors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleOrImpl.java:[172] return ors != null && !ors.isEmpty(); ^^^ Unqualified access to the field CSSRuleOrImpl.ors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[88] public String getImportedNamespace() ^^^^^^^^^^^^^^^^^^^^^^ The method getImportedNamespace() of type ImportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[90] return importedNamespace; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[98] public void setImportedNamespace(String newImportedNamespace) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setImportedNamespace(String) of type ImportImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[100] String oldImportedNamespace = importedNamespace; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[101] importedNamespace = newImportedNamespace; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.IMPORT__IMPORTED_NAMESPACE, oldImportedNamespace, importedNamespace)); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[167] return IMPORTED_NAMESPACE_EDEFAULT == null ? importedNamespace != null : !IMPORTED_NAMESPACE_EDEFAULT.equals(importedNamespace); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[167] return IMPORTED_NAMESPACE_EDEFAULT == null ? importedNamespace != null : !IMPORTED_NAMESPACE_EDEFAULT.equals(importedNamespace); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[183] result.append(" (importedNamespace: "); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ImportImpl.java:[184] result.append(importedNamespace); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ImportImpl.importedNamespace [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/CssExtDslStandaloneSetup.java:[22] public static void doSetup() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[88] public String getContent() ^^^^^^^^^^^^ The method getContent() of type DokuImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[90] return content; ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[98] public void setContent(String newContent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setContent(String) of type DokuImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[100] String oldContent = content; ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[101] content = newContent; ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[103] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.DOKU__CONTENT, oldContent, content)); ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[167] return CONTENT_EDEFAULT == null ? content != null : !CONTENT_EDEFAULT.equals(content); ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[167] return CONTENT_EDEFAULT == null ? content != null : !CONTENT_EDEFAULT.equals(content); ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[183] result.append(" (content: "); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DokuImpl.java:[184] result.append(content); ^^^^^^^ Unqualified access to the field DokuImpl.content [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[123] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[125] return doku; ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[133] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[133] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[133] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[135] Doku oldDoku = doku; ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[136] doku = newDoku; ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[140] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[150] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[152] if (newDoku != doku) ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[155] if (doku != null) ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[156] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.SUBSTRUCTURE_STYLECLASS__DOKU, null, msgs); ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[171] public ElementDefinition getElement() ^^^^^^^^^^^^ The method getElement() of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[173] if (element != null && element.eIsProxy()) ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[173] if (element != null && element.eIsProxy()) ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[175] InternalEObject oldElement = (InternalEObject)element; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[176] element = (ElementDefinition)eResolveProxy(oldElement); ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[177] if (element != oldElement) ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[180] eNotify(new ENotificationImpl(this, Notification.RESOLVE, CssExtDslPackage.SUBSTRUCTURE_STYLECLASS__ELEMENT, oldElement, element)); ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[183] return element; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[191] public ElementDefinition basicGetElement() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[193] return element; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[201] public void setElement(ElementDefinition newElement) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setElement(ElementDefinition) of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[203] ElementDefinition oldElement = element; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[204] element = newElement; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[206] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.SUBSTRUCTURE_STYLECLASS__ELEMENT, oldElement, element)); ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[214] public EList getSelectors() ^^^^^^^^^^^^^^ The method getSelectors() of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[216] if (selectors == null) ^^^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[218] selectors = new EObjectContainmentEList(SubstructureSelector.class, this, CssExtDslPackage.SUBSTRUCTURE_STYLECLASS__SELECTORS); ^^^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[220] return selectors; ^^^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[228] public EList getChilds() ^^^^^^^^^^^ The method getChilds() of type SubstructureStyleclassImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[230] if (childs == null) ^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[232] childs = new EObjectContainmentEList(SubstructureStyleclass.class, this, CssExtDslPackage.SUBSTRUCTURE_STYLECLASS__CHILDS); ^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[234] return childs; ^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[346] return doku != null; ^^^^ Unqualified access to the field SubstructureStyleclassImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[348] return element != null; ^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.element [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[350] return selectors != null && !selectors.isEmpty(); ^^^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[350] return selectors != null && !selectors.isEmpty(); ^^^^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.selectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[352] return childs != null && !childs.isEmpty(); ^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureStyleclassImpl.java:[352] return childs != null && !childs.isEmpty(); ^^^^^^ Unqualified access to the field SubstructureStyleclassImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[84] public EList getConc() ^^^^^^^^^ The method getConc() of type CSSRuleConcatWithoutSpaceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[86] if (conc == null) ^^^^ Unqualified access to the field CSSRuleConcatWithoutSpaceImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[88] conc = new EObjectContainmentEList(CSSRule.class, this, CssExtDslPackage.CSS_RULE_CONCAT_WITHOUT_SPACE__CONC); ^^^^ Unqualified access to the field CSSRuleConcatWithoutSpaceImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[90] return conc; ^^^^ Unqualified access to the field CSSRuleConcatWithoutSpaceImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[172] return conc != null && !conc.isEmpty(); ^^^^ Unqualified access to the field CSSRuleConcatWithoutSpaceImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatWithoutSpaceImpl.java:[172] return conc != null && !conc.isEmpty(); ^^^^ Unqualified access to the field CSSRuleConcatWithoutSpaceImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[15] public enum State { ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[16] CONSUME, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[17] INVALID, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[18] FORWARD, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[19] SKIP, ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[21] MATCH, ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/State.java:[22] PROPOSE; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[80] public CSSRule getFunc() ^^^^^^^^^ The method getFunc() of type CSSRuleDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[82] return func; ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[90] public NotificationChain basicSetFunc(CSSRule newFunc, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[90] public NotificationChain basicSetFunc(CSSRule newFunc, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newFunc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[90] public NotificationChain basicSetFunc(CSSRule newFunc, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[92] CSSRule oldFunc = func; ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[93] func = newFunc; ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[97] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[107] public void setFunc(CSSRule newFunc) ^^^^^^^^^^^^^^^^^^^^^^^^ The method setFunc(CSSRule) of type CSSRuleDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[109] if (newFunc != func) ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[112] if (func != null) ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[113] msgs = ((InternalEObject)func).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_DEFINITION__FUNC, null, msgs); ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleDefinitionImpl.java:[200] return func != null; ^^^^ Unqualified access to the field CSSRuleDefinitionImpl.func [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[101] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type CSSTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[103] return doku; ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[113] Doku oldDoku = doku; ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[114] doku = newDoku; ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[118] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[128] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type CSSTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[130] if (newDoku != doku) ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[133] if (doku != null) ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[134] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_TYPE__DOKU, null, msgs); ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[149] public String getType() ^^^^^^^^^ The method getType() of type CSSTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[151] return type; ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[159] public void setType(String newType) ^^^^^^^^^^^^^^^^^^^^^^^ The method setType(String) of type CSSTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[161] String oldType = type; ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[162] type = newType; ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[164] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_TYPE__TYPE, oldType, type)); ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[252] return doku != null; ^^^^ Unqualified access to the field CSSTypeImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[254] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[254] return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type); ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[270] result.append(" (type: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSTypeImpl.java:[271] result.append(type); ^^^^ Unqualified access to the field CSSTypeImpl.type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/CssExtDslPackage.java:[45] String eNAME = "cssExtDsl"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/CssExtDslPackage.java:[53] String eNS_URI = "http://www.eclipse.org/efxclipse/ide/css/cssext/CssExtDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/CssExtDslPackage.java:[61] String eNS_PREFIX = "cssExtDsl"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[92] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type CSSRuleRefImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[94] return doku; ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[102] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[102] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[102] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[104] Doku oldDoku = doku; ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[105] doku = newDoku; ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[109] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[119] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type CSSRuleRefImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[121] if (newDoku != doku) ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[124] if (doku != null) ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[125] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_REF__DOKU, null, msgs); ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[140] public Definition getRef() ^^^^^^^^ The method getRef() of type CSSRuleRefImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[142] if (ref != null && ref.eIsProxy()) ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[142] if (ref != null && ref.eIsProxy()) ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[144] InternalEObject oldRef = (InternalEObject)ref; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[145] ref = (Definition)eResolveProxy(oldRef); ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[146] if (ref != oldRef) ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[149] eNotify(new ENotificationImpl(this, Notification.RESOLVE, CssExtDslPackage.CSS_RULE_REF__REF, oldRef, ref)); ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[152] return ref; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[160] public Definition basicGetRef() ^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[162] return ref; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[170] public void setRef(Definition newRef) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRef(Definition) of type CSSRuleRefImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[172] Definition oldRef = ref; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[173] ref = newRef; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[175] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_REF__REF, oldRef, ref)); ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[264] return doku != null; ^^^^ Unqualified access to the field CSSRuleRefImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRefImpl.java:[266] return ref != null; ^^^ Unqualified access to the field CSSRuleRefImpl.ref [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[87] public String getRegex() ^^^^^^^^^^ The method getRegex() of type CSSRuleRegexImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[89] return regex; ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[97] public void setRegex(String newRegex) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRegex(String) of type CSSRuleRegexImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[99] String oldRegex = regex; ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[100] regex = newRegex; ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_REGEX__REGEX, oldRegex, regex)); ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[166] return REGEX_EDEFAULT == null ? regex != null : !REGEX_EDEFAULT.equals(regex); ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[166] return REGEX_EDEFAULT == null ? regex != null : !REGEX_EDEFAULT.equals(regex); ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[182] result.append(" (regex: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleRegexImpl.java:[183] result.append(regex); ^^^^^ Unqualified access to the field CSSRuleRegexImpl.regex [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/CssExtDslRuntimeModule.java:[19] public class CssExtDslRuntimeModule extends org.eclipse.fx.ide.css.cssext.AbstractCssExtDslRuntimeModule { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[23] public class CssExtDslParser extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[30] tokenStream.setInitialHiddenTokens("RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[40] return "CssExtension"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[43] public CssExtDslGrammarAccess getGrammarAccess() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslParser.java:[47] public void setGrammarAccess(CssExtDslGrammarAccess grammarAccess) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[144] public CSSRule getVal() ^^^^^^^^ The method getVal() of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[146] return val; ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[154] public NotificationChain basicSetVal(CSSRule newVal, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[154] public NotificationChain basicSetVal(CSSRule newVal, NotificationChain msgs) ^^^^^^ Javadoc: Missing tag for parameter newVal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[154] public NotificationChain basicSetVal(CSSRule newVal, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[156] CSSRule oldVal = val; ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[157] val = newVal; ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[161] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[171] public void setVal(CSSRule newVal) ^^^^^^^^^^^^^^^^^^^^^^ The method setVal(CSSRule) of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[173] if (newVal != val) ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[176] if (val != null) ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[177] msgs = ((InternalEObject)val).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_DEFAULT_VALUE__VAL, null, msgs); ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[192] public int getIval() ^^^^^^^^^ The method getIval() of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[194] return ival; ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[202] public void setIval(int newIval) ^^^^^^^^^^^^^^^^^^^^ The method setIval(int) of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[204] int oldIval = ival; ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[205] ival = newIval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[207] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_DEFAULT_VALUE__IVAL, oldIval, ival)); ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[215] public double getDval() ^^^^^^^^^ The method getDval() of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[217] return dval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[225] public void setDval(double newDval) ^^^^^^^^^^^^^^^^^^^^^^^ The method setDval(double) of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[227] double oldDval = dval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[228] dval = newDval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[230] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_DEFAULT_VALUE__DVAL, oldDval, dval)); ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[238] public String getSval() ^^^^^^^^^ The method getSval() of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[240] return sval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[248] public void setSval(String newSval) ^^^^^^^^^^^^^^^^^^^^^^^ The method setSval(String) of type CSSDefaultValueImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[250] String oldSval = sval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[251] sval = newSval; ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[253] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_DEFAULT_VALUE__SVAL, oldSval, sval)); ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[285] return getIval(); ^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[287] return getDval(); ^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[308] setIval((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[311] setDval((Double)newValue); ^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[357] return val != null; ^^^ Unqualified access to the field CSSDefaultValueImpl.val [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[359] return ival != IVAL_EDEFAULT; ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[361] return dval != DVAL_EDEFAULT; ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[363] return SVAL_EDEFAULT == null ? sval != null : !SVAL_EDEFAULT.equals(sval); ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[363] return SVAL_EDEFAULT == null ? sval != null : !SVAL_EDEFAULT.equals(sval); ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[379] result.append(" (ival: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[380] result.append(ival); ^^^^ Unqualified access to the field CSSDefaultValueImpl.ival [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[381] result.append(", dval: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[382] result.append(dval); ^^^^ Unqualified access to the field CSSDefaultValueImpl.dval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[383] result.append(", sval: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSDefaultValueImpl.java:[384] result.append(sval); ^^^^ Unqualified access to the field CSSDefaultValueImpl.sval [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[101] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type CSSRuleLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[103] return doku; ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[113] Doku oldDoku = doku; ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[114] doku = newDoku; ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[118] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[128] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type CSSRuleLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[130] if (newDoku != doku) ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[133] if (doku != null) ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[134] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_LITERAL__DOKU, null, msgs); ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[149] public String getValue() ^^^^^^^^^^ The method getValue() of type CSSRuleLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[151] return value; ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[159] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type CSSRuleLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[161] String oldValue = value; ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[162] value = newValue; ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[164] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_LITERAL__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[252] return doku != null; ^^^^ Unqualified access to the field CSSRuleLiteralImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[254] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[254] return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value); ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[270] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleLiteralImpl.java:[271] result.append(value); ^^^^^ Unqualified access to the field CSSRuleLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/CSSRule.java:[30] { } // CSSRule ^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICSSExtModelProvider.java:[20] public interface ICSSExtModelProvider { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICSSExtModelProvider.java:[21] public Collection getModels(IFile file); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[18] import org.eclipse.fx.ide.css.cssDsl.CssTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[19] import org.eclipse.fx.ide.css.cssDsl.WSTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[20] import org.eclipse.fx.ide.css.util.TokUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TokUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[22] public class ParserInputCursor { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[37] public boolean isConsumed() { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[38] return position > input.input.size()-1; ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[38] return position > input.input.size()-1; ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[41] public boolean isConsumedOrOnlyWSLeft() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[45] if (input.input.size() == 0) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[49] for (int i = position; i < input.input.size(); i++) { ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[49] for (int i = position; i < input.input.size(); i++) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[50] if (!(input.input.get(i) instanceof WSTok)) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[50] if (!(input.input.get(i) instanceof WSTok)) { ^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[58] public CssTok pollNextToken() { ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[58] public CssTok pollNextToken() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[59] if (position >= input.input.size()) { ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[59] if (position >= input.input.size()) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[62] return input.input.get(position++); ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[62] return input.input.get(position++); ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[65] public CssTok peekNextToken() { ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[65] public CssTok peekNextToken() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[66] if (position >= input.input.size()) { ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[66] if (position >= input.input.size()) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[69] return input.input.get(position); ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[69] return input.input.get(position); ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[72] public ParserInputCursor copy() { ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[73] return new ParserInputCursor(input, position); ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[73] return new ParserInputCursor(input, position); ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[79] return "{}"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[83] out.append("{"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[84] for (int x = position; x < input.input.size(); x++) { ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[84] for (int x = position; x < input.input.size(); x++) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[85] CssTok tok = input.input.get(x); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[85] CssTok tok = input.input.get(x); ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[87] out.append(TokUtil.toString(tok)); ^^^^^^^ Discouraged access: The type 'TokUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[87] out.append(TokUtil.toString(tok)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TokUtil.toString(CssTok)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[101] if (x < input.input.size()-1) { ^^^^^ Unqualified access to the field ParserInputCursor.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[102] out.append(", "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[106] out.append("}"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[110] public int getPosition() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[111] return position; ^^^^^^^^ Unqualified access to the field ParserInputCursor.position [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[114] public static ParserInputCursor emptyParserInputCursor() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInputCursor.java:[115] final List input = Collections.emptyList(); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslSwitch.java:[37] public class CssExtDslSwitch extends Switch ^ Javadoc: Missing tag for parameter T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[15] public enum ParseStatus { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[16] MATCH, ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[17] INVALID, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[18] SKIP, ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[20] FATAL, MULTI ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParseStatus.java:[20] FATAL, MULTI ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[19] import org.eclipse.fx.ide.css.cssDsl.selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[25] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[27] public interface ICssExtManager { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[29] public abstract List findPropertiesBySelector(IFile f, EObject context, selector cssSelector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[29] public abstract List findPropertiesBySelector(IFile f, EObject context, selector cssSelector); ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[31] public abstract PropertyDefinition findPropertyByName(IFile f, EObject context, String propertyName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[32] public abstract ElementDefinition findElementByName(IFile f, EObject context, String elName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[33] public abstract List findAllProperties(IFile f, EObject context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[34] public abstract CSSRule resolveReference(IFile f, EObject context, final CSSRuleRef ref); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[35] public abstract ElementDefinition findElementByStyleClass(IFile f, EObject context, String styleClass); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[38] public abstract void addCssExtProposalContributer(CssExtProposalContributor c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[39] public abstract void removeCssExtProposalContributer(CssExtProposalContributor c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[41] public void addCssExtensionModelProvider(ICSSExtModelProvider p); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[42] public void removeCssExtensionModelProvider(ICSSExtModelProvider p); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[44] public List getContributedProposalsForRule(IFile f, String fqRuleName); ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/ICssExtManager.java:[44] public List getContributedProposalsForRule(IFile f, String fqRuleName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[87] public int getValue() ^^^^^^^^^^ The method getValue() of type CSSNumLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[89] return value; ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[97] public void setValue(int newValue) ^^^^^^^^^^^^^^^^^^^^^^ The method setValue(int) of type CSSNumLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[99] int oldValue = value; ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[100] value = newValue; ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[102] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_NUM_LITERAL__VALUE, oldValue, value)); ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[116] return getValue(); ^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[132] setValue((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[166] return value != VALUE_EDEFAULT; ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[182] result.append(" (value: "); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSNumLiteralImpl.java:[183] result.append(value); ^^^^^ Unqualified access to the field CSSNumLiteralImpl.value [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[24] import org.eclipse.xtext.generator.IGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.generator.IGenerator is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[25] import org.eclipse.xtext.generator.JavaIoFileSystemAccess; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.generator.JavaIoFileSystemAccess is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[35] public class HTMLLaunch { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[37] public static void main(String[] args) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[44] main.runGenerator("file:///Users/tomschindl/git/efxclipse/bundles/tooling/org.eclipse.fx.ide.css.jfx8/src/jfx8.cssext"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[57] ResourceSet set = resourceSetProvider.get(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field HTMLLaunch.resourceSetProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[61] List list = validator.validate(resource, CheckMode.ALL, CancelIndicator.NullImpl); ^^^^^^^^^ Unqualified access to the field HTMLLaunch.validator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[70] String data = generator.generate(resource).toString(); ^^^^^^^^^ Unqualified access to the field HTMLLaunch.generator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[72] FileOutputStream out = new FileOutputStream(new File("/Users/tomschindl/git/efxclipse/bundles/tooling/org.eclipse.fx.ide.css.jfx8/jfx8.html")); ^^^ Resource 'out' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[72] FileOutputStream out = new FileOutputStream(new File("/Users/tomschindl/git/efxclipse/bundles/tooling/org.eclipse.fx.ide.css.jfx8/jfx8.html")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/HTMLLaunch.java:[83] System.out.println("Code generation finished."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[101] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type CSSRuleSymbolImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[103] return doku; ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[111] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[113] Doku oldDoku = doku; ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[114] doku = newDoku; ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[118] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[128] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type CSSRuleSymbolImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[130] if (newDoku != doku) ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[133] if (doku != null) ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[134] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_SYMBOL__DOKU, null, msgs); ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[149] public String getSymbol() ^^^^^^^^^^^ The method getSymbol() of type CSSRuleSymbolImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[151] return symbol; ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[159] public void setSymbol(String newSymbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSymbol(String) of type CSSRuleSymbolImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[161] String oldSymbol = symbol; ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[162] symbol = newSymbol; ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[164] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_SYMBOL__SYMBOL, oldSymbol, symbol)); ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[252] return doku != null; ^^^^ Unqualified access to the field CSSRuleSymbolImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[254] return SYMBOL_EDEFAULT == null ? symbol != null : !SYMBOL_EDEFAULT.equals(symbol); ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[254] return SYMBOL_EDEFAULT == null ? symbol != null : !SYMBOL_EDEFAULT.equals(symbol); ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[270] result.append(" (symbol: "); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleSymbolImpl.java:[271] result.append(symbol); ^^^^^^ Unqualified access to the field CSSRuleSymbolImpl.symbol [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[84] public EList getXors() ^^^^^^^^^ The method getXors() of type CSSRuleXorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[86] if (xors == null) ^^^^ Unqualified access to the field CSSRuleXorImpl.xors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[88] xors = new EObjectContainmentEList(CSSRule.class, this, CssExtDslPackage.CSS_RULE_XOR__XORS); ^^^^ Unqualified access to the field CSSRuleXorImpl.xors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[90] return xors; ^^^^ Unqualified access to the field CSSRuleXorImpl.xors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[172] return xors != null && !xors.isEmpty(); ^^^^ Unqualified access to the field CSSRuleXorImpl.xors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleXorImpl.java:[172] return xors != null && !xors.isEmpty(); ^^^^ Unqualified access to the field CSSRuleXorImpl.xors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[109] public String getSelectorName() ^^^^^^^^^^^^^^^^^ The method getSelectorName() of type SubstructureSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[111] return selectorName; ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[119] public void setSelectorName(String newSelectorName) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelectorName(String) of type SubstructureSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[121] String oldSelectorName = selectorName; ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[122] selectorName = newSelectorName; ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[124] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.SUBSTRUCTURE_SELECTOR__SELECTOR_NAME, oldSelectorName, selectorName)); ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[132] public String getVar() ^^^^^^^^ The method getVar() of type SubstructureSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[134] return var; ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[142] public void setVar(String newVar) ^^^^^^^^^^^^^^^^^^^^^ The method setVar(String) of type SubstructureSelectorImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[144] String oldVar = var; ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[145] var = newVar; ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[147] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.SUBSTRUCTURE_SELECTOR__VAR, oldVar, var)); ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[219] return SELECTOR_NAME_EDEFAULT == null ? selectorName != null : !SELECTOR_NAME_EDEFAULT.equals(selectorName); ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[219] return SELECTOR_NAME_EDEFAULT == null ? selectorName != null : !SELECTOR_NAME_EDEFAULT.equals(selectorName); ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[221] return VAR_EDEFAULT == null ? var != null : !VAR_EDEFAULT.equals(var); ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[221] return VAR_EDEFAULT == null ? var != null : !VAR_EDEFAULT.equals(var); ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[237] result.append(" (selectorName: "); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[238] result.append(selectorName); ^^^^^^^^^^^^ Unqualified access to the field SubstructureSelectorImpl.selectorName [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[239] result.append(", var: "); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureSelectorImpl.java:[240] result.append(var); ^^^ Unqualified access to the field SubstructureSelectorImpl.var [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslAntlrTokenFileProvider.java:[21] public class CssExtDslAntlrTokenFileProvider implements IAntlrTokenFileProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/parser/antlr/CssExtDslAntlrTokenFileProvider.java:[26] return classLoader.getResourceAsStream("org/eclipse/fx/ide/css/cssext/parser/antlr/internal/InternalCssExtDsl.tokens"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[80] public CSSDefaultValue getDefault() ^^^^^^^^^^^^ The method getDefault() of type PropertyDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[82] return default_; ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[90] public NotificationChain basicSetDefault(CSSDefaultValue newDefault, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[90] public NotificationChain basicSetDefault(CSSDefaultValue newDefault, NotificationChain msgs) ^^^^^^^^^^ Javadoc: Missing tag for parameter newDefault [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[90] public NotificationChain basicSetDefault(CSSDefaultValue newDefault, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[92] CSSDefaultValue oldDefault = default_; ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[93] default_ = newDefault; ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[97] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[107] public void setDefault(CSSDefaultValue newDefault) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(CSSDefaultValue) of type PropertyDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[109] if (newDefault != default_) ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[112] if (default_ != null) ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[113] msgs = ((InternalEObject)default_).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.PROPERTY_DEFINITION__DEFAULT, null, msgs); ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PropertyDefinitionImpl.java:[200] return default_ != null; ^^^^^^^^ Unqualified access to the field PropertyDefinitionImpl.default_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[15] public enum NodeType { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[16] OR, ^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[17] CONCAT, ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[18] CONCAT_WITHOUT_SPACE, ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[19] CONCAT_OR, ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[20] SYMBOL, ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[21] LITERAL, ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[22] TYPE_NUM, ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[23] TYPE_INT, ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[24] OPTIONAL, ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[25] STAR, ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[26] REF, ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[27] FUNCTION, ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[28] PLUS, ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[29] REGEX, TYPE_URL; ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/NodeType.java:[29] REGEX, TYPE_URL; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[101] public String getName() ^^^^^^^^^ The method getName() of type CSSRuleFuncImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[103] return name; ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[111] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type CSSRuleFuncImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[113] String oldName = name; ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[114] name = newName; ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[116] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_FUNC__NAME, oldName, name)); ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[124] public CSSRule getParams() ^^^^^^^^^^^ The method getParams() of type CSSRuleFuncImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[126] return params; ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[134] public NotificationChain basicSetParams(CSSRule newParams, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[134] public NotificationChain basicSetParams(CSSRule newParams, NotificationChain msgs) ^^^^^^^^^ Javadoc: Missing tag for parameter newParams [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[134] public NotificationChain basicSetParams(CSSRule newParams, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[136] CSSRule oldParams = params; ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[137] params = newParams; ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[141] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[151] public void setParams(CSSRule newParams) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setParams(CSSRule) of type CSSRuleFuncImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[153] if (newParams != params) ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[156] if (params != null) ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[157] msgs = ((InternalEObject)params).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_FUNC__PARAMS, null, msgs); ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[252] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[252] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[254] return params != null; ^^^^^^ Unqualified access to the field CSSRuleFuncImpl.params [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[270] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleFuncImpl.java:[271] result.append(name); ^^^^ Unqualified access to the field CSSRuleFuncImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[41] public static CssExtDslFactory init() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[109] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[109] throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[118] public CssExtension createCssExtension() ^^^^^^^^^^^^^^^^^^^^ The method createCssExtension() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[129] public Import createImport() ^^^^^^^^^^^^^^ The method createImport() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[140] public PackageDefinition createPackageDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPackageDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[151] public Doku createDoku() ^^^^^^^^^^^^ The method createDoku() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[162] public CSSRule createCSSRule() ^^^^^^^^^^^^^^^ The method createCSSRule() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[173] public CSSType createCSSType() ^^^^^^^^^^^^^^^ The method createCSSType() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[184] public ElementDefinition createElementDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createElementDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[195] public Definition createDefinition() ^^^^^^^^^^^^^^^^^^ The method createDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[206] public PseudoClassDefinition createPseudoClassDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[217] public CSSRuleRef createCSSRuleRef() ^^^^^^^^^^^^^^^^^^ The method createCSSRuleRef() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[228] public CSSDefaultValue createCSSDefaultValue() ^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSDefaultValue() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[239] public SubstructureSelector createSubstructureSelector() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSubstructureSelector() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[250] public Substructure createSubstructure() ^^^^^^^^^^^^^^^^^^^^ The method createSubstructure() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[261] public SubstructureStyleclass createSubstructureStyleclass() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSubstructureStyleclass() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[272] public CSSRangedIntType createCSSRangedIntType() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRangedIntType() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[283] public CSSRangedDoubleType createCSSRangedDoubleType() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRangedDoubleType() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[294] public PropertyDefinition createPropertyDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPropertyDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[305] public CSSRuleDefinition createCSSRuleDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleDefinition() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[316] public CSSRuleFunc createCSSRuleFunc() ^^^^^^^^^^^^^^^^^^^ The method createCSSRuleFunc() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[327] public CSSRuleOr createCSSRuleOr() ^^^^^^^^^^^^^^^^^ The method createCSSRuleOr() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[338] public CSSRuleXor createCSSRuleXor() ^^^^^^^^^^^^^^^^^^ The method createCSSRuleXor() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[349] public CSSRuleConcat createCSSRuleConcat() ^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleConcat() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[360] public CSSRuleConcatWithoutSpace createCSSRuleConcatWithoutSpace() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleConcatWithoutSpace() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[371] public CSSRulePostfix createCSSRulePostfix() ^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRulePostfix() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[382] public CSSRuleBracket createCSSRuleBracket() ^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleBracket() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[393] public CSSNumLiteral createCSSNumLiteral() ^^^^^^^^^^^^^^^^^^^^^ The method createCSSNumLiteral() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[404] public CSSRuleRegex createCSSRuleRegex() ^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleRegex() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[415] public CSSRuleLiteral createCSSRuleLiteral() ^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleLiteral() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[426] public CSSRuleSymbol createCSSRuleSymbol() ^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleSymbol() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[437] public CssExtDslPackage getCssExtDslPackage() ^^^^^^^^^^^^^^^^^^^^^ The method getCssExtDslPackage() of type CssExtDslFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslFactoryImpl.java:[449] public static CssExtDslPackage getPackage() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[30] public class CssExtDslGrammarAccess extends AbstractGrammarElementFinder { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[33] public class CssExtensionElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[34] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.CssExtension"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[35] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[36] private final Assignment cImportsAssignment_0 = (Assignment)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[37] private final RuleCall cImportsImportParserRuleCall_0_0 = (RuleCall)cImportsAssignment_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cImportsAssignment_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[38] private final Assignment cPackageDefAssignment_1 = (Assignment)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[39] private final RuleCall cPackageDefPackageDefinitionParserRuleCall_1_0 = (RuleCall)cPackageDefAssignment_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cPackageDefAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[47] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[50] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[50] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[53] public Assignment getImportsAssignment_0() { return cImportsAssignment_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[53] public Assignment getImportsAssignment_0() { return cImportsAssignment_0; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cImportsAssignment_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[56] public RuleCall getImportsImportParserRuleCall_0_0() { return cImportsImportParserRuleCall_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[56] public RuleCall getImportsImportParserRuleCall_0_0() { return cImportsImportParserRuleCall_0_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cImportsImportParserRuleCall_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[59] public Assignment getPackageDefAssignment_1() { return cPackageDefAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[59] public Assignment getPackageDefAssignment_1() { return cPackageDefAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cPackageDefAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[62] public RuleCall getPackageDefPackageDefinitionParserRuleCall_1_0() { return cPackageDefPackageDefinitionParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[62] public RuleCall getPackageDefPackageDefinitionParserRuleCall_1_0() { return cPackageDefPackageDefinitionParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.CssExtensionElements.cPackageDefPackageDefinitionParserRuleCall_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[65] public class ImportElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[66] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.Import"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[67] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[68] private final Keyword cImportKeyword_0 = (Keyword)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[69] private final Assignment cImportedNamespaceAssignment_1 = (Assignment)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[70] private final RuleCall cImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0 = (RuleCall)cImportedNamespaceAssignment_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cImportedNamespaceAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[74] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[77] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[77] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[80] public Keyword getImportKeyword_0() { return cImportKeyword_0; } ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[80] public Keyword getImportKeyword_0() { return cImportKeyword_0; } ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cImportKeyword_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[83] public Assignment getImportedNamespaceAssignment_1() { return cImportedNamespaceAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[83] public Assignment getImportedNamespaceAssignment_1() { return cImportedNamespaceAssignment_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cImportedNamespaceAssignment_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[86] public RuleCall getImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0() { return cImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[86] public RuleCall getImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0() { return cImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ImportElements.cImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[89] public class ValidIDElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[90] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.ValidID"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[91] private final RuleCall cIDTerminalRuleCall = (RuleCall)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.ValidIDElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[95] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.ValidIDElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[98] public RuleCall getIDTerminalRuleCall() { return cIDTerminalRuleCall; } ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[98] public RuleCall getIDTerminalRuleCall() { return cIDTerminalRuleCall; } ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.ValidIDElements.cIDTerminalRuleCall [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[101] public class QualifiedNameElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[102] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.QualifiedName"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[103] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[104] private final RuleCall cValidIDParserRuleCall_0 = (RuleCall)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[105] private final Group cGroup_1 = (Group)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[106] private final Keyword cFullStopKeyword_1_0 = (Keyword)cGroup_1.eContents().get(0); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[107] private final RuleCall cValidIDParserRuleCall_1_1 = (RuleCall)cGroup_1.eContents().get(1); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[111] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[114] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[114] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[117] public RuleCall getValidIDParserRuleCall_0() { return cValidIDParserRuleCall_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[117] public RuleCall getValidIDParserRuleCall_0() { return cValidIDParserRuleCall_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cValidIDParserRuleCall_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[120] public Group getGroup_1() { return cGroup_1; } ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[120] public Group getGroup_1() { return cGroup_1; } ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[123] public Keyword getFullStopKeyword_1_0() { return cFullStopKeyword_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[123] public Keyword getFullStopKeyword_1_0() { return cFullStopKeyword_1_0; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cFullStopKeyword_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[126] public RuleCall getValidIDParserRuleCall_1_1() { return cValidIDParserRuleCall_1_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[126] public RuleCall getValidIDParserRuleCall_1_1() { return cValidIDParserRuleCall_1_1; } ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameElements.cValidIDParserRuleCall_1_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[129] public class QualifiedNameWithWildCardElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[130] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.QualifiedNameWithWildCard"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[131] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[132] private final RuleCall cQualifiedNameParserRuleCall_0 = (RuleCall)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[133] private final Group cGroup_1 = (Group)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[134] private final Keyword cFullStopKeyword_1_0 = (Keyword)cGroup_1.eContents().get(0); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[135] private final Keyword cAsteriskKeyword_1_1 = (Keyword)cGroup_1.eContents().get(1); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[139] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[142] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[142] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[145] public RuleCall getQualifiedNameParserRuleCall_0() { return cQualifiedNameParserRuleCall_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[145] public RuleCall getQualifiedNameParserRuleCall_0() { return cQualifiedNameParserRuleCall_0; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cQualifiedNameParserRuleCall_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[148] public Group getGroup_1() { return cGroup_1; } ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[148] public Group getGroup_1() { return cGroup_1; } ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cGroup_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[151] public Keyword getFullStopKeyword_1_0() { return cFullStopKeyword_1_0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[151] public Keyword getFullStopKeyword_1_0() { return cFullStopKeyword_1_0; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cFullStopKeyword_1_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[154] public Keyword getAsteriskKeyword_1_1() { return cAsteriskKeyword_1_1; } ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[154] public Keyword getAsteriskKeyword_1_1() { return cAsteriskKeyword_1_1; } ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.QualifiedNameWithWildCardElements.cAsteriskKeyword_1_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[157] public class PackageDefinitionElements extends AbstractParserRuleElementFinder { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[158] private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.fx.ide.css.cssext.CssExtDsl.PackageDefinition"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[159] private final Group cGroup = (Group)rule.eContents().get(1); ^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[160] private final Group cGroup_0 = (Group)cGroup.eContents().get(0); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[161] private final Assignment cDokuAssignment_0_0 = (Assignment)cGroup_0.eContents().get(0); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[162] private final RuleCall cDokuDokuParserRuleCall_0_0_0 = (RuleCall)cDokuAssignment_0_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cDokuAssignment_0_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[163] private final RuleCall cWSTerminalRuleCall_0_1 = (RuleCall)cGroup_0.eContents().get(1); ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[164] private final Keyword cPackageKeyword_1 = (Keyword)cGroup.eContents().get(1); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[165] private final Assignment cNameAssignment_2 = (Assignment)cGroup.eContents().get(2); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[166] private final RuleCall cNameQualifiedNameParserRuleCall_2_0 = (RuleCall)cNameAssignment_2.eContents().get(0); ^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cNameAssignment_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[167] private final Keyword cLeftCurlyBracketKeyword_3 = (Keyword)cGroup.eContents().get(3); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[168] private final Alternatives cAlternatives_4 = (Alternatives)cGroup.eContents().get(4); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[169] private final Assignment cRulesAssignment_4_0 = (Assignment)cAlternatives_4.eContents().get(0); ^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cAlternatives_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[170] private final RuleCall cRulesCSSRuleDefinitionParserRuleCall_4_0_0 = (RuleCall)cRulesAssignment_4_0.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cRulesAssignment_4_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[171] private final Assignment cSubpackagesAssignment_4_1 = (Assignment)cAlternatives_4.eContents().get(1); ^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cAlternatives_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[172] private final RuleCall cSubpackagesPackageDefinitionParserRuleCall_4_1_0 = (RuleCall)cSubpackagesAssignment_4_1.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cSubpackagesAssignment_4_1 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[173] private final Assignment cElementsAssignment_4_2 = (Assignment)cAlternatives_4.eContents().get(2); ^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cAlternatives_4 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[174] private final RuleCall cElementsElementDefinitionParserRuleCall_4_2_0 = (RuleCall)cElementsAssignment_4_2.eContents().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cElementsAssignment_4_2 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[175] private final Keyword cRightCurlyBracketKeyword_5 = (Keyword)cGroup.eContents().get(5); ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[182] @Override public ParserRule getRule() { return rule; } ^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[186] public Group getGroup() { return cGroup; } ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[186] public Group getGroup() { return cGroup; } ^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[189] public Group getGroup_0() { return cGroup_0; } ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/services/CssExtDslGrammarAccess.java:[189] public Group getGroup_0() { return cGroup_0; } ^^^^^^^^ Unqualified access to the field CssExtDslGrammarAccess.PackageDefinitionElements.cGroup_0 [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[306] public static CssExtDslPackage init() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[335] public EClass getCssExtension() ^^^^^^^^^^^^^^^^^ The method getCssExtension() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[337] return cssExtensionEClass; ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssExtensionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[345] public EReference getCssExtension_Imports() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCssExtension_Imports() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[347] return (EReference)cssExtensionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssExtensionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[355] public EReference getCssExtension_PackageDef() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCssExtension_PackageDef() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[357] return (EReference)cssExtensionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssExtensionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[365] public EClass getImport() ^^^^^^^^^^^ The method getImport() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[367] return importEClass; ^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.importEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[375] public EAttribute getImport_ImportedNamespace() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getImport_ImportedNamespace() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[377] return (EAttribute)importEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.importEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[385] public EClass getPackageDefinition() ^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[387] return packageDefinitionEClass; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[395] public EReference getPackageDefinition_Doku() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[397] return (EReference)packageDefinitionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[405] public EAttribute getPackageDefinition_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition_Name() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[407] return (EAttribute)packageDefinitionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[415] public EReference getPackageDefinition_Rules() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition_Rules() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[417] return (EReference)packageDefinitionEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[425] public EReference getPackageDefinition_Subpackages() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition_Subpackages() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[427] return (EReference)packageDefinitionEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[435] public EReference getPackageDefinition_Elements() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPackageDefinition_Elements() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[437] return (EReference)packageDefinitionEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.packageDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[445] public EClass getDoku() ^^^^^^^^^ The method getDoku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[447] return dokuEClass; ^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.dokuEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[455] public EAttribute getDoku_Content() ^^^^^^^^^^^^^^^^^ The method getDoku_Content() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[457] return (EAttribute)dokuEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.dokuEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[465] public EClass getCSSRule() ^^^^^^^^^^^^ The method getCSSRule() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[467] return cssRuleEClass; ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssRuleEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[475] public EClass getCSSType() ^^^^^^^^^^^^ The method getCSSType() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[477] return cssTypeEClass; ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssTypeEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[485] public EReference getCSSType_Doku() ^^^^^^^^^^^^^^^^^ The method getCSSType_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[487] return (EReference)cssTypeEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssTypeEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[495] public EAttribute getCSSType_Type() ^^^^^^^^^^^^^^^^^ The method getCSSType_Type() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[497] return (EAttribute)cssTypeEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssTypeEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[505] public EClass getElementDefinition() ^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[507] return elementDefinitionEClass; ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[515] public EReference getElementDefinition_Doku() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[517] return (EReference)elementDefinitionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[525] public EAttribute getElementDefinition_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Name() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[527] return (EAttribute)elementDefinitionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[535] public EReference getElementDefinition_Super() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Super() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[537] return (EReference)elementDefinitionEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[545] public EAttribute getElementDefinition_Styleclass() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Styleclass() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[547] return (EAttribute)elementDefinitionEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[555] public EReference getElementDefinition_Properties() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Properties() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[557] return (EReference)elementDefinitionEClass.getEStructuralFeatures().get(4); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[565] public EReference getElementDefinition_PseudoClasses() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_PseudoClasses() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[567] return (EReference)elementDefinitionEClass.getEStructuralFeatures().get(5); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[575] public EReference getElementDefinition_Substructures() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getElementDefinition_Substructures() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[577] return (EReference)elementDefinitionEClass.getEStructuralFeatures().get(6); ^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.elementDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[585] public EClass getDefinition() ^^^^^^^^^^^^^^^ The method getDefinition() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[587] return definitionEClass; ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.definitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[595] public EReference getDefinition_Doku() ^^^^^^^^^^^^^^^^^^^^ The method getDefinition_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[597] return (EReference)definitionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.definitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[605] public EAttribute getDefinition_Name() ^^^^^^^^^^^^^^^^^^^^ The method getDefinition_Name() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[607] return (EAttribute)definitionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.definitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[615] public EReference getDefinition_Rule() ^^^^^^^^^^^^^^^^^^^^ The method getDefinition_Rule() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[617] return (EReference)definitionEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.definitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[625] public EClass getPseudoClassDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPseudoClassDefinition() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[627] return pseudoClassDefinitionEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.pseudoClassDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[635] public EReference getPseudoClassDefinition_Doku() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPseudoClassDefinition_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[637] return (EReference)pseudoClassDefinitionEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.pseudoClassDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[645] public EAttribute getPseudoClassDefinition_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPseudoClassDefinition_Name() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[647] return (EAttribute)pseudoClassDefinitionEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.pseudoClassDefinitionEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[655] public EClass getCSSRuleRef() ^^^^^^^^^^^^^^^ The method getCSSRuleRef() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[657] return cssRuleRefEClass; ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssRuleRefEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[665] public EReference getCSSRuleRef_Doku() ^^^^^^^^^^^^^^^^^^^^ The method getCSSRuleRef_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[667] return (EReference)cssRuleRefEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssRuleRefEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[675] public EReference getCSSRuleRef_Ref() ^^^^^^^^^^^^^^^^^^^ The method getCSSRuleRef_Ref() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[677] return (EReference)cssRuleRefEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssRuleRefEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[685] public EClass getCSSDefaultValue() ^^^^^^^^^^^^^^^^^^^^ The method getCSSDefaultValue() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[687] return cssDefaultValueEClass; ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssDefaultValueEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[695] public EReference getCSSDefaultValue_Val() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getCSSDefaultValue_Val() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[697] return (EReference)cssDefaultValueEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssDefaultValueEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[705] public EAttribute getCSSDefaultValue_Ival() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCSSDefaultValue_Ival() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[707] return (EAttribute)cssDefaultValueEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssDefaultValueEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[715] public EAttribute getCSSDefaultValue_Dval() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCSSDefaultValue_Dval() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[717] return (EAttribute)cssDefaultValueEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssDefaultValueEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[725] public EAttribute getCSSDefaultValue_Sval() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCSSDefaultValue_Sval() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[727] return (EAttribute)cssDefaultValueEClass.getEStructuralFeatures().get(3); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.cssDefaultValueEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[735] public EClass getSubstructureSelector() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureSelector() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[737] return substructureSelectorEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[745] public EAttribute getSubstructureSelector_SelectorName() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureSelector_SelectorName() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[747] return (EAttribute)substructureSelectorEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[755] public EAttribute getSubstructureSelector_Var() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureSelector_Var() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[757] return (EAttribute)substructureSelectorEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureSelectorEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[765] public EClass getSubstructure() ^^^^^^^^^^^^^^^^^ The method getSubstructure() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[767] return substructureEClass; ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[775] public EReference getSubstructure_Doku() ^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructure_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[777] return (EReference)substructureEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[785] public EAttribute getSubstructure_Name() ^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructure_Name() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[787] return (EAttribute)substructureEClass.getEStructuralFeatures().get(1); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[795] public EReference getSubstructure_Childs() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructure_Childs() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[797] return (EReference)substructureEClass.getEStructuralFeatures().get(2); ^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[805] public EClass getSubstructureStyleclass() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureStyleclass() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[807] return substructureStyleclassEClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureStyleclassEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[815] public EReference getSubstructureStyleclass_Doku() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureStyleclass_Doku() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[817] return (EReference)substructureStyleclassEClass.getEStructuralFeatures().get(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtDslPackageImpl.substructureStyleclassEClass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtDslPackageImpl.java:[825] public EReference getSubstructureStyleclass_Element() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstructureStyleclass_Element() of type CssExtDslPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[144] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[146] return doku; ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[154] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[154] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[154] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[156] Doku oldDoku = doku; ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[157] doku = newDoku; ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[161] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[171] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[173] if (newDoku != doku) ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[176] if (doku != null) ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[177] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.PACKAGE_DEFINITION__DOKU, null, msgs); ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[192] public String getName() ^^^^^^^^^ The method getName() of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[194] return name; ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[202] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[204] String oldName = name; ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[205] name = newName; ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[207] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.PACKAGE_DEFINITION__NAME, oldName, name)); ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[215] public EList getRules() ^^^^^^^^^^ The method getRules() of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[217] if (rules == null) ^^^^^ Unqualified access to the field PackageDefinitionImpl.rules [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[219] rules = new EObjectContainmentEList(Definition.class, this, CssExtDslPackage.PACKAGE_DEFINITION__RULES); ^^^^^ Unqualified access to the field PackageDefinitionImpl.rules [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[221] return rules; ^^^^^ Unqualified access to the field PackageDefinitionImpl.rules [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[229] public EList getSubpackages() ^^^^^^^^^^^^^^^^ The method getSubpackages() of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[231] if (subpackages == null) ^^^^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.subpackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[233] subpackages = new EObjectContainmentEList(PackageDefinition.class, this, CssExtDslPackage.PACKAGE_DEFINITION__SUBPACKAGES); ^^^^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.subpackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[235] return subpackages; ^^^^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.subpackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[243] public EList getElements() ^^^^^^^^^^^^^ The method getElements() of type PackageDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[245] if (elements == null) ^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[247] elements = new EObjectContainmentEList(ElementDefinition.class, this, CssExtDslPackage.PACKAGE_DEFINITION__ELEMENTS); ^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[249] return elements; ^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[371] return doku != null; ^^^^ Unqualified access to the field PackageDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[373] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[373] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[375] return rules != null && !rules.isEmpty(); ^^^^^ Unqualified access to the field PackageDefinitionImpl.rules [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[375] return rules != null && !rules.isEmpty(); ^^^^^ Unqualified access to the field PackageDefinitionImpl.rules [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[377] return subpackages != null && !subpackages.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.subpackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[377] return subpackages != null && !subpackages.isEmpty(); ^^^^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.subpackages [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[379] return elements != null && !elements.isEmpty(); ^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[379] return elements != null && !elements.isEmpty(); ^^^^^^^^ Unqualified access to the field PackageDefinitionImpl.elements [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[395] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PackageDefinitionImpl.java:[396] result.append(name); ^^^^ Unqualified access to the field PackageDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/validation/AbstractCssExtDslJavaValidator.java:[25] public class AbstractCssExtDslJavaValidator extends org.eclipse.xtext.validation.AbstractDeclarativeValidator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[108] public double getFrom() ^^^^^^^^^ The method getFrom() of type CSSRangedDoubleTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[110] return from; ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[118] public void setFrom(double newFrom) ^^^^^^^^^^^^^^^^^^^^^^^ The method setFrom(double) of type CSSRangedDoubleTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[120] double oldFrom = from; ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[121] from = newFrom; ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[123] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RANGED_DOUBLE_TYPE__FROM, oldFrom, from)); ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[131] public double getTo() ^^^^^^^ The method getTo() of type CSSRangedDoubleTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[133] return to; ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[141] public void setTo(double newTo) ^^^^^^^^^^^^^^^^^^^ The method setTo(double) of type CSSRangedDoubleTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[143] double oldTo = to; ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[144] to = newTo; ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[146] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RANGED_DOUBLE_TYPE__TO, oldTo, to)); ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[160] return getFrom(); ^^^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[162] return getTo(); ^^^^^^^ The expression of type double is boxed into Double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[178] setFrom((Double)newValue); ^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[181] setTo((Double)newValue); ^^^^^^^^^^^^^^^^ The expression of type Double is unboxed into double [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[218] return from != FROM_EDEFAULT; ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[220] return to != TO_EDEFAULT; ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[236] result.append(" (from: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[237] result.append(from); ^^^^ Unqualified access to the field CSSRangedDoubleTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[238] result.append(", to: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedDoubleTypeImpl.java:[239] result.append(to); ^^ Unqualified access to the field CSSRangedDoubleTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[100] public EList getImports() ^^^^^^^^^^^^ The method getImports() of type CssExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[102] if (imports == null) ^^^^^^^ Unqualified access to the field CssExtensionImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[104] imports = new EObjectContainmentEList(Import.class, this, CssExtDslPackage.CSS_EXTENSION__IMPORTS); ^^^^^^^ Unqualified access to the field CssExtensionImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[106] return imports; ^^^^^^^ Unqualified access to the field CssExtensionImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[114] public PackageDefinition getPackageDef() ^^^^^^^^^^^^^^^ The method getPackageDef() of type CssExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[116] return packageDef; ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[124] public NotificationChain basicSetPackageDef(PackageDefinition newPackageDef, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[124] public NotificationChain basicSetPackageDef(PackageDefinition newPackageDef, NotificationChain msgs) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newPackageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[124] public NotificationChain basicSetPackageDef(PackageDefinition newPackageDef, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[126] PackageDefinition oldPackageDef = packageDef; ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[127] packageDef = newPackageDef; ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[131] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[141] public void setPackageDef(PackageDefinition newPackageDef) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPackageDef(PackageDefinition) of type CssExtensionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[143] if (newPackageDef != packageDef) ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[146] if (packageDef != null) ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[147] msgs = ((InternalEObject)packageDef).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_EXTENSION__PACKAGE_DEF, null, msgs); ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[246] return imports != null && !imports.isEmpty(); ^^^^^^^ Unqualified access to the field CssExtensionImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[246] return imports != null && !imports.isEmpty(); ^^^^^^^ Unqualified access to the field CssExtensionImpl.imports [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CssExtensionImpl.java:[248] return packageDef != null; ^^^^^^^^^^ Unqualified access to the field CssExtensionImpl.packageDef [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[20] import org.eclipse.fx.ide.css.cssDsl.CssTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[21] import org.eclipse.fx.ide.css.cssDsl.IdentifierTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IdentifierTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[22] import org.eclipse.fx.ide.css.cssDsl.WSTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[25] public class ParserInput { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[27] /*package*/ final List input; ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[29] public ParserInput(List tokens) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[29] public ParserInput(List tokens) { ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[30] input = Collections.unmodifiableList(new ArrayList(tokens)); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[30] input = Collections.unmodifiableList(new ArrayList(tokens)); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[33] public ParserInputCursor createCursor() { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[37] public int getSize() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[38] return input.size(); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[44] public ParserInput copy() { ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[45] ParserInput clonedData = new ParserInput(input); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[53] result = prime * result + ((input == null) ? 0 : input.hashCode()); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[53] result = prime * result + ((input == null) ? 0 : input.hashCode()); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[66] if (input == null) { ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[69] } else if (!input.equals(other.input)) ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[76] if (input.isEmpty()) { ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[77] return "EMPTY"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[80] Iterator it = input.iterator(); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[80] Iterator it = input.iterator(); ^^^^^ Unqualified access to the field ParserInput.input [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[82] CssTok tok = it.next(); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[83] if (tok instanceof WSTok) { ^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[84] out.append("WS"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[86] else if (tok instanceof IdentifierTok) { ^^^^^^^^^^^^^ Discouraged access: The type 'IdentifierTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[87] out.append("'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[88] out.append(((IdentifierTok) tok).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IdentifierTok.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[88] out.append(((IdentifierTok) tok).getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'IdentifierTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[89] out.append("'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/ParserInput.java:[96] out.append(" / "); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[108] public int getFrom() ^^^^^^^^^ The method getFrom() of type CSSRangedIntTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[110] return from; ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[118] public void setFrom(int newFrom) ^^^^^^^^^^^^^^^^^^^^ The method setFrom(int) of type CSSRangedIntTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[120] int oldFrom = from; ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[121] from = newFrom; ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[123] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RANGED_INT_TYPE__FROM, oldFrom, from)); ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[131] public int getTo() ^^^^^^^ The method getTo() of type CSSRangedIntTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[133] return to; ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[141] public void setTo(int newTo) ^^^^^^^^^^^^^^^^ The method setTo(int) of type CSSRangedIntTypeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[143] int oldTo = to; ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[144] to = newTo; ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[146] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RANGED_INT_TYPE__TO, oldTo, to)); ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[160] return getFrom(); ^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[162] return getTo(); ^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[178] setFrom((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[181] setTo((Integer)newValue); ^^^^^^^^^^^^^^^^^ The expression of type Integer is unboxed into int [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[218] return from != FROM_EDEFAULT; ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[220] return to != TO_EDEFAULT; ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[236] result.append(" (from: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[237] result.append(from); ^^^^ Unqualified access to the field CSSRangedIntTypeImpl.from [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[238] result.append(", to: "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRangedIntTypeImpl.java:[239] result.append(to); ^^ Unqualified access to the field CSSRangedIntTypeImpl.to [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/formatting/CssExtDslFormatter.java:[24] * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.xtext.xtext.XtextFormattingTokenSerializer cannot be resolved to a type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[20] import org.eclipse.fx.ide.css.cssDsl.CssTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[22] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[24] public class ResultNode { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[26] public ParserInputCursor remainingInput; ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[27] public State status; ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[29] final public NodeType nodeType; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[31] public CssTok matched; ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[31] public CssTok matched; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[33] final public List next = new ArrayList<>(); ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[35] public Proposal proposal; ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[35] public Proposal proposal; ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[36] public String message; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[37] public boolean partial = false; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[39] public ResultNode(NodeType nodeType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^^^ Unqualified access to the field ResultNode.status [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^^^^^^^^^^^ Unqualified access to the field ResultNode.remainingInput [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^^^^^ Unqualified access to the field ResultNode.proposal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^^^^ Unqualified access to the field ResultNode.partial [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^^^^^ Unqualified access to the field ResultNode.message [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[45] return status+"|"+remainingInput+"|"+proposal + "|" + partial + " (" + message +")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[48] public List findLast() { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[66] public List findByState(State state) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[86] public boolean isValid() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[87] return status != null && status != State.INVALID && status != State.PROPOSE; ^^^^^^ Unqualified access to the field ResultNode.status [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[87] return status != null && status != State.INVALID && status != State.PROPOSE; ^^^^^^ Unqualified access to the field ResultNode.status [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[87] return status != null && status != State.INVALID && status != State.PROPOSE; ^^^^^^ Unqualified access to the field ResultNode.status [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[90] public static ResultNode createSkipNode(ResultNode src) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[98] final String last = "-->"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[109] s.append(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[113] s.append(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[116] s.append("("); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[118] s.append(") "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[119] s.append(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[121] s.append(" "); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[129] s.append("\n"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/result/ResultNode.java:[135] public static void dbg(ResultNode node) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[252] return modelSwitch.doSwitch((EObject)target); ^^^^^^^^^^^ Unqualified access to the field CssExtDslAdapterFactory.modelSwitch [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[266] public Adapter createCssExtensionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCssExtensionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[281] public Adapter createImportAdapter() ^^^^^^^^^^^^^^^^^^^^^ The method createImportAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[296] public Adapter createPackageDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPackageDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[311] public Adapter createDokuAdapter() ^^^^^^^^^^^^^^^^^^^ The method createDokuAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[326] public Adapter createCSSRuleAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[341] public Adapter createCSSTypeAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createCSSTypeAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[356] public Adapter createElementDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createElementDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[371] public Adapter createDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[386] public Adapter createPseudoClassDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPseudoClassDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[401] public Adapter createCSSRuleRefAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleRefAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[416] public Adapter createCSSDefaultValueAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSDefaultValueAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[431] public Adapter createSubstructureSelectorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSubstructureSelectorAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[446] public Adapter createSubstructureAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSubstructureAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[461] public Adapter createSubstructureStyleclassAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createSubstructureStyleclassAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[476] public Adapter createCSSRangedIntTypeAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRangedIntTypeAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[491] public Adapter createCSSRangedDoubleTypeAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRangedDoubleTypeAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[506] public Adapter createPropertyDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPropertyDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[521] public Adapter createCSSRuleDefinitionAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleDefinitionAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[536] public Adapter createCSSRuleFuncAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleFuncAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[551] public Adapter createCSSRuleOrAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleOrAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[566] public Adapter createCSSRuleXorAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleXorAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[581] public Adapter createCSSRuleConcatAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleConcatAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[596] public Adapter createCSSRuleConcatWithoutSpaceAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleConcatWithoutSpaceAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[611] public Adapter createCSSRulePostfixAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRulePostfixAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[626] public Adapter createCSSRuleBracketAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleBracketAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[641] public Adapter createCSSNumLiteralAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSNumLiteralAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[656] public Adapter createCSSRuleRegexAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleRegexAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[671] public Adapter createCSSRuleLiteralAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleLiteralAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[686] public Adapter createCSSRuleSymbolAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCSSRuleSymbolAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/util/CssExtDslAdapterFactory.java:[699] public Adapter createEObjectAdapter() ^^^^^^^^^^^^^^^^^^^^^^ The method createEObjectAdapter() from the type CssExtDslAdapterFactory can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/scoping/CssExtDslScopeProvider.java:[24] public class CssExtDslScopeProvider extends AbstractDeclarativeScopeProvider { } ^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[101] public CSSRule getRule() ^^^^^^^^^ The method getRule() of type CSSRulePostfixImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[103] return rule; ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[111] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[111] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newRule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[111] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[113] CSSRule oldRule = rule; ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[114] rule = newRule; ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[118] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[128] public void setRule(CSSRule newRule) ^^^^^^^^^^^^^^^^^^^^^^^^ The method setRule(CSSRule) of type CSSRulePostfixImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[130] if (newRule != rule) ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[133] if (rule != null) ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[134] msgs = ((InternalEObject)rule).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.CSS_RULE_POSTFIX__RULE, null, msgs); ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[149] public String getCardinality() ^^^^^^^^^^^^^^^^ The method getCardinality() of type CSSRulePostfixImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[151] return cardinality; ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[159] public void setCardinality(String newCardinality) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCardinality(String) of type CSSRulePostfixImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[161] String oldCardinality = cardinality; ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[162] cardinality = newCardinality; ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[164] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.CSS_RULE_POSTFIX__CARDINALITY, oldCardinality, cardinality)); ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[252] return rule != null; ^^^^ Unqualified access to the field CSSRulePostfixImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[254] return CARDINALITY_EDEFAULT == null ? cardinality != null : !CARDINALITY_EDEFAULT.equals(cardinality); ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[254] return CARDINALITY_EDEFAULT == null ? cardinality != null : !CARDINALITY_EDEFAULT.equals(cardinality); ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[270] result.append(" (cardinality: "); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRulePostfixImpl.java:[271] result.append(cardinality); ^^^^^^^^^^^ Unqualified access to the field CSSRulePostfixImpl.cardinality [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[52] import org.eclipse.fx.ide.css.cssDsl.ColorTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ColorTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[53] import org.eclipse.fx.ide.css.cssDsl.CssTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[54] import org.eclipse.fx.ide.css.cssDsl.FuncTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FuncTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[55] import org.eclipse.fx.ide.css.cssDsl.IdentifierTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IdentifierTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[56] import org.eclipse.fx.ide.css.cssDsl.NumberTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[57] import org.eclipse.fx.ide.css.cssDsl.SymbolTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SymbolTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[58] import org.eclipse.fx.ide.css.cssDsl.UrlTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UrlTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[59] import org.eclipse.fx.ide.css.cssDsl.WSTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[60] import org.eclipse.fx.ide.css.extapi.MultiProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MultiProposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[61] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[62] import org.eclipse.fx.ide.css.extapi.SimpleProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SimpleProposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[63] import org.eclipse.fx.ide.css.extapi.ValidationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ValidationResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[64] import org.eclipse.fx.ide.css.util.TokUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TokUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[68] public class CssExtParser { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[82] Assert.isNotNull(rule, "rule must not be null"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[83] Assert.isNotNull(input, "input must not be null"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[114] logger.warning(rule + " not implemented! (classifierID="+rule.eClass().getClassifierID()+")"); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[114] logger.warning(rule + " not implemented! (classifierID="+rule.eClass().getClassifierID()+")"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[114] logger.warning(rule + " not implemented! (classifierID="+rule.eClass().getClassifierID()+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[314] if ("@NUM".equals(type.getType())) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[317] else if ("@INT".equals(type.getType())) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[320] else if ("@URL".equals(type.getType())) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[324] logger.error("type " + type + " not supported"); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[324] logger.error("type " + type + " not supported"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[324] logger.error("type " + type + " not supported"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[325] throw new UnsupportedOperationException("type " + type + " not supported"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[325] throw new UnsupportedOperationException("type " + type + " not supported"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[334] String regex = r.getRegex().replaceAll("\\$", ""); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[334] String regex = r.getRegex().replaceAll("\\$", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[339] CssTok tok = localInput.pollNextToken(); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[342] while (tok instanceof WSTok) { ^^^^^ Discouraged access: The type 'WSTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[361] logger.debug("REGEX1 -> " + regex + " / / " + tok); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[361] logger.debug("REGEX1 -> " + regex + " / / " + tok); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[361] logger.debug("REGEX1 -> " + regex + " / / " + tok); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[363] if (tok instanceof ColorTok) { ^^^^^^^^ Discouraged access: The type 'ColorTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[364] String s = ((ColorTok)tok).getValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ColorTok.getValue()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[364] String s = ((ColorTok)tok).getValue(); ^^^^^^^^ Discouraged access: The type 'ColorTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[365] logger.debug("REGEX2 -> " + regex + " / / " + s); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[365] logger.debug("REGEX2 -> " + regex + " / / " + s); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[365] logger.debug("REGEX2 -> " + regex + " / / " + s); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[378] result.message = "expected color token"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[385] logger.debug("Entered with: " + r); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[385] logger.debug("Entered with: " + r); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[386] CSSRule rule = manager.resolveReference(f,context,r); ^^^^^^^ Unqualified access to the field CssExtParser.manager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[387] logger.debug("Resolved to: " + rule); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[387] logger.debug("Resolved to: " + rule); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[389] logger.debug("resolving rule ref " + r.getRef().getName() + " returned null (maybe a function?) !!!!!"); ^^^^^^ Unqualified access to the field CssExtParser.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[389] logger.debug("resolving rule ref " + r.getRef().getName() + " returned null (maybe a function?) !!!!!"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[389] logger.debug("resolving rule ref " + r.getRef().getName() + " returned null (maybe a function?) !!!!!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[398] QualifiedName fqn = nameProvider.getFullyQualifiedName(ref); ^^^^^^^^^^^^ Unqualified access to the field CssExtParser.nameProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[401] List contributedProposalsForRule = manager.getContributedProposalsForRule(f,fqn.toString()); ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[401] List contributedProposalsForRule = manager.getContributedProposalsForRule(f,fqn.toString()); ^^^^^^^ Unqualified access to the field CssExtParser.manager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[402] for (Proposal c : contributedProposalsForRule) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[527] private Proposal createProposal(final String proposal) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[527] private Proposal createProposal(final String proposal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProposal(String) from the type CssExtParser can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[528] return new Proposal() { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[556] public Type getType() { ^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[557] return Type.Value; ^^^^^^^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[557] return Type.Value; ^^^^^ Discouraged access: The field 'Proposal.Type.Value' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[567] private Proposal wrapMultiProposal(final Proposal previous, final Proposal proposal) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[567] private Proposal wrapMultiProposal(final Proposal previous, final Proposal proposal) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method wrapMultiProposal(Proposal, Proposal) from the type CssExtParser can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[567] private Proposal wrapMultiProposal(final Proposal previous, final Proposal proposal) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[567] private Proposal wrapMultiProposal(final Proposal previous, final Proposal proposal) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[568] return new MultiProposal() { ^^^^^^^^^^^^^ Discouraged access: The type 'MultiProposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[571] public Type getType() { ^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[572] return proposal.getType(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[577] return previous.getProposal() + proposal.getProposal(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getProposal()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[577] return previous.getProposal() + proposal.getProposal(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getProposal()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[582] return proposal.getPriority(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getPriority()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[587] return previous.getLabel() + proposal.getLabel(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[587] return previous.getLabel() + proposal.getLabel(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[592] return proposal.getImageUrl(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getImageUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[597] return proposal.getAdditionalInfo(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Proposal.getAdditionalInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[601] public Proposal getPrevious() { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[607] return previous.toString() + " + " + proposal.toString(); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[617] CssTok tok; ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[623] result.proposal = createProposal(ruleFunc.getName() + "()"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[626] if (tok instanceof FuncTok) { ^^^^^^^ Discouraged access: The type 'FuncTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[628] FuncTok fTok = (FuncTok) tok; ^^^^^^^ Discouraged access: The type 'FuncTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[628] FuncTok fTok = (FuncTok) tok; ^^^^^^^ Discouraged access: The type 'FuncTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[629] String funcName = fTok.getName().getName(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IdentifierTok.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[629] String funcName = fTok.getName().getName(); ^^^^^^^^^^^^^^ Discouraged access: The method 'FuncTok.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[668] result.message = "expected " + ruleFunc.getName(); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[678] result.message = "expected function"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[684] result.message = "expected WS"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[695] CssTok tok = consumeWS(local, consumeWS); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[697] if (tok instanceof UrlTok) { ^^^^^^ Discouraged access: The type 'UrlTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[704] result.message = "expected url"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[709] result.proposal = createProposal("url(http://efxclipse.org/)"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[714] result.message = "expected WS"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[725] CssTok tok = consumeWS(local, consumeWS); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[727] if (tok instanceof NumberTok) { ^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[729] NumberTok numberTok = (NumberTok) tok; ^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[729] NumberTok numberTok = (NumberTok) tok; ^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[730] double number = numberTok.getVal(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NumberTok.getVal()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[746] result.message = "invalid range"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[765] result.proposal = createProposal("0"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[782] CssTok tok = consumeWS(local, consumeWS); ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[784] if (tok instanceof NumberTok) { ^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/parser/CssExtParser.java:[786] NumberTok numberTok = (NumberTok) tok; ^^^^^^^^^ Discouraged access: The type 'NumberTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/validation/CssExtDslJavaValidator.java:[17] public class CssExtDslJavaValidator extends AbstractCssExtDslJavaValidator { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/proposal/CssExtProposalContributor.java:[15] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/proposal/CssExtProposalContributor.java:[17] public interface CssExtProposalContributor { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/proposal/CssExtProposalContributor.java:[19] public String getRule(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/proposal/CssExtProposalContributor.java:[20] public Proposal getProposal(); ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/proposal/CssExtProposalContributor.java:[20] public Proposal getProposal(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[102] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type PseudoClassDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[104] return doku; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[112] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[112] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[112] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[114] Doku oldDoku = doku; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[115] doku = newDoku; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[119] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[129] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type PseudoClassDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[131] if (newDoku != doku) ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[134] if (doku != null) ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[135] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.PSEUDO_CLASS_DEFINITION__DOKU, null, msgs); ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[150] public String getName() ^^^^^^^^^ The method getName() of type PseudoClassDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[152] return name; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[160] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type PseudoClassDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[162] String oldName = name; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[163] name = newName; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[165] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.PSEUDO_CLASS_DEFINITION__NAME, oldName, name)); ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[253] return doku != null; ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[255] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[255] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[271] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/PseudoClassDefinitionImpl.java:[272] result.append(name); ^^^^ Unqualified access to the field PseudoClassDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[114] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[116] return doku; ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[124] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[124] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[124] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[126] Doku oldDoku = doku; ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[127] doku = newDoku; ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[131] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[141] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[143] if (newDoku != doku) ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[146] if (doku != null) ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[147] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.DEFINITION__DOKU, null, msgs); ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[162] public String getName() ^^^^^^^^^ The method getName() of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[164] return name; ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[172] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[174] String oldName = name; ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[175] name = newName; ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[177] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.DEFINITION__NAME, oldName, name)); ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[185] public CSSRule getRule() ^^^^^^^^^ The method getRule() of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[187] return rule; ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[195] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[195] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newRule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[195] public NotificationChain basicSetRule(CSSRule newRule, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[197] CSSRule oldRule = rule; ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[198] rule = newRule; ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[202] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[212] public void setRule(CSSRule newRule) ^^^^^^^^^^^^^^^^^^^^^^^^ The method setRule(CSSRule) of type DefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[214] if (newRule != rule) ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[217] if (rule != null) ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[218] msgs = ((InternalEObject)rule).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.DEFINITION__RULE, null, msgs); ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[323] return doku != null; ^^^^ Unqualified access to the field DefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[325] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[325] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[327] return rule != null; ^^^^ Unqualified access to the field DefinitionImpl.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[343] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/DefinitionImpl.java:[344] result.append(name); ^^^^ Unqualified access to the field DefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[84] public EList getConc() ^^^^^^^^^ The method getConc() of type CSSRuleConcatImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[86] if (conc == null) ^^^^ Unqualified access to the field CSSRuleConcatImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[88] conc = new EObjectContainmentEList(CSSRule.class, this, CssExtDslPackage.CSS_RULE_CONCAT__CONC); ^^^^ Unqualified access to the field CSSRuleConcatImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[90] return conc; ^^^^ Unqualified access to the field CSSRuleConcatImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[172] return conc != null && !conc.isEmpty(); ^^^^ Unqualified access to the field CSSRuleConcatImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/CSSRuleConcatImpl.java:[172] return conc != null && !conc.isEmpty(); ^^^^ Unqualified access to the field CSSRuleConcatImpl.conc [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[121] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type SubstructureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[123] return doku; ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[131] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[131] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[131] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[133] Doku oldDoku = doku; ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[134] doku = newDoku; ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[138] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[148] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type SubstructureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[150] if (newDoku != doku) ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[153] if (doku != null) ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[154] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.SUBSTRUCTURE__DOKU, null, msgs); ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[169] public String getName() ^^^^^^^^^ The method getName() of type SubstructureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[171] return name; ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[179] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type SubstructureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[181] String oldName = name; ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[182] name = newName; ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[184] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.SUBSTRUCTURE__NAME, oldName, name)); ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[192] public EList getChilds() ^^^^^^^^^^^ The method getChilds() of type SubstructureImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[194] if (childs == null) ^^^^^^ Unqualified access to the field SubstructureImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[196] childs = new EObjectContainmentEList(SubstructureStyleclass.class, this, CssExtDslPackage.SUBSTRUCTURE__CHILDS); ^^^^^^ Unqualified access to the field SubstructureImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[198] return childs; ^^^^^^ Unqualified access to the field SubstructureImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[298] return doku != null; ^^^^ Unqualified access to the field SubstructureImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[300] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[300] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[302] return childs != null && !childs.isEmpty(); ^^^^^^ Unqualified access to the field SubstructureImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[302] return childs != null && !childs.isEmpty(); ^^^^^^ Unqualified access to the field SubstructureImpl.childs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[318] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/SubstructureImpl.java:[319] result.append(name); ^^^^ Unqualified access to the field SubstructureImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[31] public class Main { ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[33] public static void main(String[] args) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[35] System.err.println("Aborting: no path to EMF resource provided!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[57] ResourceSet set = resourceSetProvider.get(); ^^^^^^^^^^^^^^^^^^^ Unqualified access to the field Main.resourceSetProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[61] List list = validator.validate(resource, CheckMode.ALL, CancelIndicator.NullImpl); ^^^^^^^^^ Unqualified access to the field Main.validator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[70] fileAccess.setOutputPath("src-gen/"); ^^^^^^^^^^ Unqualified access to the field Main.fileAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[70] fileAccess.setOutputPath("src-gen/"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[71] generator.doGenerate(resource, fileAccess); ^^^^^^^^^ Unqualified access to the field Main.generator [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[71] generator.doGenerate(resource, fileAccess); ^^^^^^^^^^ Unqualified access to the field Main.fileAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/org/eclipse/fx/ide/css/cssext/generator/Main.java:[73] System.out.println("Code generation finished."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[178] public Doku getDoku() ^^^^^^^^^ The method getDoku() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[180] return doku; ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[188] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[188] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^^^^ Javadoc: Missing tag for parameter newDoku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[188] public NotificationChain basicSetDoku(Doku newDoku, NotificationChain msgs) ^^^^ Javadoc: Missing tag for parameter msgs [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[190] Doku oldDoku = doku; ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[191] doku = newDoku; ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[195] if (msgs == null) msgs = notification; else msgs.add(notification); ^^^^ The parameter msgs should not be assigned [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[205] public void setDoku(Doku newDoku) ^^^^^^^^^^^^^^^^^^^^^ The method setDoku(Doku) of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[207] if (newDoku != doku) ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[210] if (doku != null) ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[211] msgs = ((InternalEObject)doku).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - CssExtDslPackage.ELEMENT_DEFINITION__DOKU, null, msgs); ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[226] public String getName() ^^^^^^^^^ The method getName() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[228] return name; ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[236] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[238] String oldName = name; ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[239] name = newName; ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[241] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.ELEMENT_DEFINITION__NAME, oldName, name)); ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[249] public EList getSuper() ^^^^^^^^^^ The method getSuper() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[251] if (super_ == null) ^^^^^^ Unqualified access to the field ElementDefinitionImpl.super_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[253] super_ = new EObjectResolvingEList(ElementDefinition.class, this, CssExtDslPackage.ELEMENT_DEFINITION__SUPER); ^^^^^^ Unqualified access to the field ElementDefinitionImpl.super_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[255] return super_; ^^^^^^ Unqualified access to the field ElementDefinitionImpl.super_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[263] public String getStyleclass() ^^^^^^^^^^^^^^^ The method getStyleclass() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[265] return styleclass; ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[273] public void setStyleclass(String newStyleclass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setStyleclass(String) of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[275] String oldStyleclass = styleclass; ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[276] styleclass = newStyleclass; ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[278] eNotify(new ENotificationImpl(this, Notification.SET, CssExtDslPackage.ELEMENT_DEFINITION__STYLECLASS, oldStyleclass, styleclass)); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[286] public EList getProperties() ^^^^^^^^^^^^^^^ The method getProperties() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[288] if (properties == null) ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[290] properties = new EObjectContainmentEList(Definition.class, this, CssExtDslPackage.ELEMENT_DEFINITION__PROPERTIES); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[292] return properties; ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[300] public EList getPseudoClasses() ^^^^^^^^^^^^^^^^^^ The method getPseudoClasses() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[302] if (pseudoClasses == null) ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.pseudoClasses [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[304] pseudoClasses = new EObjectContainmentEList(PseudoClassDefinition.class, this, CssExtDslPackage.ELEMENT_DEFINITION__PSEUDO_CLASSES); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.pseudoClasses [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[306] return pseudoClasses; ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.pseudoClasses [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[314] public EList getSubstructures() ^^^^^^^^^^^^^^^^^^ The method getSubstructures() of type ElementDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[316] if (substructures == null) ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.substructures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[318] substructures = new EObjectContainmentEList(Substructure.class, this, CssExtDslPackage.ELEMENT_DEFINITION__SUBSTRUCTURES); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.substructures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[320] return substructures; ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.substructures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[459] return doku != null; ^^^^ Unqualified access to the field ElementDefinitionImpl.doku [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[461] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[461] return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name); ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[463] return super_ != null && !super_.isEmpty(); ^^^^^^ Unqualified access to the field ElementDefinitionImpl.super_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[463] return super_ != null && !super_.isEmpty(); ^^^^^^ Unqualified access to the field ElementDefinitionImpl.super_ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[465] return STYLECLASS_EDEFAULT == null ? styleclass != null : !STYLECLASS_EDEFAULT.equals(styleclass); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[465] return STYLECLASS_EDEFAULT == null ? styleclass != null : !STYLECLASS_EDEFAULT.equals(styleclass); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[467] return properties != null && !properties.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[467] return properties != null && !properties.isEmpty(); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.properties [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[469] return pseudoClasses != null && !pseudoClasses.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.pseudoClasses [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[469] return pseudoClasses != null && !pseudoClasses.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.pseudoClasses [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[471] return substructures != null && !substructures.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.substructures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[471] return substructures != null && !substructures.isEmpty(); ^^^^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.substructures [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[487] result.append(" (name: "); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[488] result.append(name); ^^^^ Unqualified access to the field ElementDefinitionImpl.name [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[489] result.append(", styleclass: "); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src-gen/org/eclipse/fx/ide/css/cssext/cssExtDsl/impl/ElementDefinitionImpl.java:[490] result.append(styleclass); ^^^^^^^^^^ Unqualified access to the field ElementDefinitionImpl.styleclass 1173 problems (1173 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.cssext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.cssext --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.cssext --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.cssext --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.cssext --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.cssext --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.cssext --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.cssext --- [INFO] [INFO] --------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.ui >--------- [INFO] Building e(fx)clipse - IDE - CSS Ext UI 3.10.0-SNAPSHOT [18/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[16] import java.util.Collections; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Collections is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[23] import org.eclipse.core.resources.IContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IContainer is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[30] import org.eclipse.emf.ecore.resource.Resource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.Resource is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[31] import org.eclipse.emf.ecore.resource.ResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.ResourceSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[32] import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[38] import org.eclipse.fx.ide.css.cssext.ui.SearchHelper.ElementDefinitionFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssext.ui.SearchHelper.ElementDefinitionFilter is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[46] import org.eclipse.fx.ide.css.cssDsl.ClassSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[47] import org.eclipse.fx.ide.css.cssDsl.CssSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[48] import org.eclipse.fx.ide.css.cssDsl.selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[49] import org.eclipse.fx.ide.css.cssDsl.simple_selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[57] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[59] public class CssExtManager implements ICssExtManager { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[84] private boolean loaded = false; ^^^^^^ The value of the field CssExtManager.loaded is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[87] public CssExtManager() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[128] public List findPropertiesBySelector(IFile f, EObject context, selector cssSelector) { ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[131] logger.debug("searching for last selector"); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[131] logger.debug("searching for last selector"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[132] selector lastSelector = cssSelector; ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[133] while (lastSelector.getSelector() != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'selector.getSelector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[134] lastSelector = lastSelector.getSelector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'selector.getSelector()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[136] logger.debug("lastSelector = " + lastSelector); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[136] logger.debug("lastSelector = " + lastSelector); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[139] for (simple_selector ss : lastSelector.getSimpleselectors()) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[139] for (simple_selector ss : lastSelector.getSimpleselectors()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'selector.getSimpleselectors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[142] List elements = new ArrayList<>(); ^^^^^^^^ The value of the local variable elements is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[143] if (ss.getElement() != null) { ^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[144] logger.debug(" - found element selector: " + ss.getElement().getName()); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[144] logger.debug(" - found element selector: " + ss.getElement().getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[144] logger.debug(" - found element selector: " + ss.getElement().getName()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[144] logger.debug(" - found element selector: " + ss.getElement().getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[146] elementName = ss.getElement().getName(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[146] elementName = ss.getElement().getName(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[149] for (CssSelector subs : ss.getSubSelectors()) { ^^^^^^^^^^^ Discouraged access: The type 'CssSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[149] for (CssSelector subs : ss.getSubSelectors()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getSubSelectors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[150] if (subs instanceof ClassSelector) { ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[151] logger.debug(" - found class selector: ." + ((ClassSelector)subs).getName()); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[151] logger.debug(" - found class selector: ." + ((ClassSelector)subs).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[151] logger.debug(" - found class selector: ." + ((ClassSelector)subs).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[151] logger.debug(" - found class selector: ." + ((ClassSelector)subs).getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[153] styleClasses.add(((ClassSelector)subs).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[153] styleClasses.add(((ClassSelector)subs).getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[171] logger.debug("found by name -> " + obj); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[171] logger.debug("found by name -> " + obj); ^^^^^^ Read access to enclosing field CssExtManager.logger is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[171] logger.debug("found by name -> " + obj); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[175] logger.debug("found by styleclass -> " + obj); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[175] logger.debug("found by styleclass -> " + obj); ^^^^^^ Read access to enclosing field CssExtManager.logger is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[175] logger.debug("found by styleclass -> " + obj); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[202] logger.debug("findPropertiesBySelector found " + result.size() + " properties"); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[202] logger.debug("findPropertiesBySelector found " + result.size() + " properties"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[202] logger.debug("findPropertiesBySelector found " + result.size() + " properties"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[274] public IJavaProject getJavaprojectFromPlatformURI(URI uri) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[274] public IJavaProject getJavaprojectFromPlatformURI(URI uri) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJavaprojectFromPlatformURI(URI) from the type CssExtManager can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[284] public void searchClasspath(URI uri) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[314] proposalContributors.add(c); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.proposalContributors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[318] proposalContributors.remove(c); ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.proposalContributors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[322] public List getContributedProposalsForRule(IFile f, String fqRuleName) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[323] List result = new ArrayList<>(); ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[324] for (CssExtProposalContributor c : proposalContributors) { ^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.proposalContributors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[327] logger.debug("found " + c.getProposal() + " for " + fqRuleName); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[327] logger.debug("found " + c.getProposal() + " for " + fqRuleName); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[327] logger.debug("found " + c.getProposal() + " for " + fqRuleName); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[336] extensionModelProvider.add(p); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.extensionModelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[341] extensionModelProvider.remove(p); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.extensionModelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[347] if (cssFile != null) { ^^^^^^^ Redundant null check: The variable cssFile cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[348] logger.debug("USING extensions from cssFile"); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[348] logger.debug("USING extensions from cssFile"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[351] else { logger.debug("defaulting to old provider"); Set rv = new HashSet<>(); for( ICSSExtModelProvider p : extensionModelProvider ) { rv.addAll(p.getModels(file)); } return rv; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[352] logger.debug("defaulting to old provider"); ^^^^^^ Unqualified access to the field CssExtManager.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[352] logger.debug("defaulting to old provider"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtManager.java:[354] for( ICSSExtModelProvider p : extensionModelProvider ) { ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssExtManager.extensionModelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[15] import java.util.ArrayList; ^^^^^^^^^^^^^^^^^^^ The import java.util.ArrayList is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[16] import java.util.Collections; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Collections is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[17] import java.util.HashSet; ^^^^^^^^^^^^^^^^^ The import java.util.HashSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[19] import java.util.Set; ^^^^^^^^^^^^^ The import java.util.Set is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[20] import java.util.concurrent.CopyOnWriteArrayList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.util.concurrent.CopyOnWriteArrayList is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[22] import org.eclipse.core.resources.IContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IContainer is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[23] import org.eclipse.core.resources.IProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IProject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[25] import org.eclipse.core.runtime.IPath; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IPath is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[26] import org.eclipse.core.runtime.Platform; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Platform is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[28] import org.eclipse.emf.ecore.resource.ResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.ResourceSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[29] import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[30] import org.eclipse.jdt.core.ElementChangedEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.ElementChangedEvent is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[31] import org.eclipse.jdt.core.IClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IClasspathEntry is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[32] import org.eclipse.jdt.core.IElementChangedListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IElementChangedListener is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[33] import org.eclipse.jdt.core.IJavaElementDelta; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IJavaElementDelta is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[34] import org.eclipse.jdt.core.IJavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IJavaProject is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[35] import org.eclipse.jdt.core.JavaCore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaCore is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[36] import org.eclipse.jdt.core.JavaModelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaModelException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[38] public class CssProject extends CssFolder { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[40] public CssProject(IResource adaptedObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssProject.java:[44] public void invalidateClasspathExtensions() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslDescriptionLabelProvider.java:[28] String text(CSSRuleDefinition model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(CSSRuleDefinition) from the type CssExtDslDescriptionLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslDescriptionLabelProvider.java:[29] return model.getName() + " (description)"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslDescriptionLabelProvider.java:[32] String image(PackageDefinition ele) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method image(PackageDefinition) from the type CssExtDslDescriptionLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslDescriptionLabelProvider.java:[33] return "package_obj.gif"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_CSS_CSSEXT_CSSEXTDSL = "org.eclipse.fx.ide.css.cssext.CssExtDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[38] public static final String ORG_ECLIPSE_FX_IDE_CSS_CSSEXT_CSSEXTDSL = "org.eclipse.fx.ide.css.cssext.CssExtDsl"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[54] injectors.clear(); ^^^^^^^^^ Unqualified access to the field CssExtDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[59] public static CssExtDslActivator getInstance() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[63] public Injector getInjector(String language) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[64] synchronized (injectors) { ^^^^^^^^^ Unqualified access to the field CssExtDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[65] Injector injector = injectors.get(language); ^^^^^^^^^ Unqualified access to the field CssExtDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[67] injectors.put(language, injector = createInjector(language)); ^^^^^^^^^ Unqualified access to the field CssExtDslActivator.injectors [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[81] logger.error("Failed to create injector for " + language); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[83] throw new RuntimeException("Failed to create injector for " + language, e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[87] protected Module getRuntimeModule(String grammar) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuntimeModule(String) from the type CssExtDslActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/internal/CssExtDslActivator.java:[103] protected Module getSharedStateModule() { ^^^^^^^^^^^^^^^^^^^^^^ The method getSharedStateModule() from the type CssExtDslActivator can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[17] import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[18] import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[19] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[20] import java.util.Map; ^^^^^^^^^^^^^ The import java.util.Map is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[21] import java.util.Queue; ^^^^^^^^^^^^^^^ The import java.util.Queue is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[30] import org.eclipse.xtext.ui.editor.outline.impl.EStructuralFeatureNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.ui.editor.outline.impl.EStructuralFeatureNode is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[31] import org.eclipse.fx.ide.css.cssDsl.CssDslPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssDslPackage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[31] import org.eclipse.fx.ide.css.cssDsl.CssDslPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssDsl.CssDslPackage is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[32] import org.eclipse.fx.ide.css.cssDsl.ruleset; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ruleset' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[32] import org.eclipse.fx.ide.css.cssDsl.ruleset; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssDsl.ruleset is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[46] import org.eclipse.fx.ide.css.cssext.cssExtDsl.Import; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssext.cssExtDsl.Import is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[61] return labelProvider.getImage(m); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[64] private String findFullPackageName(PackageDefinition d) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findFullPackageName(PackageDefinition) from the type CssExtDslOutlineTreeProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[65] if (d == null) return ""; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[70] name = cur.getName() + "." + name; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[81] createEStructuralFeatureNode(parentNode, ext, CssExtDslPackage.Literals.CSS_EXTENSION__IMPORTS, (Image)null, "Imports", false); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[87] String name1 = findFullPackageName(o1); ^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method findFullPackageName(PackageDefinition) from the type CssExtDslOutlineTreeProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[88] String name2 = findFullPackageName(o2); ^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method findFullPackageName(PackageDefinition) from the type CssExtDslOutlineTreeProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[100] createEObjectNode(parentNode, current, labelProvider.getImage(current), findFullPackageName(current), false); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[108] System.err.println("current was null, parent is " + parentNode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[123] createEStructuralFeatureNode(parentNode, elDef, CssExtDslPackage.Literals.ELEMENT_DEFINITION__SUBSTRUCTURES, labelProvider.getImage(Collections.EMPTY_LIST), "Substructures", false); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[123] createEStructuralFeatureNode(parentNode, elDef, CssExtDslPackage.Literals.ELEMENT_DEFINITION__SUBSTRUCTURES, labelProvider.getImage(Collections.EMPTY_LIST), "Substructures", false); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[127] protected String _text(Substructure n) { ^^^^^^^^^^^^^^^^^^^^^ The method _text(Substructure) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[128] return "substructure \""+n.getName()+"\""; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[128] return "substructure \""+n.getName()+"\""; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[138] String x = labelProvider.getText(n.getElement()) + " -> "; ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[138] String x = labelProvider.getText(n.getElement()) + " -> "; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[142] x+="[" + s.getVar() + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[142] x+="[" + s.getVar() + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[144] x += " "; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[151] createEStructuralFeatureNode(parentNode, pkg, CssExtDslPackage.Literals.PACKAGE_DEFINITION__RULES, labelProvider.getImage(Collections.EMPTY_LIST), "Rules", false); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[151] createEStructuralFeatureNode(parentNode, pkg, CssExtDslPackage.Literals.PACKAGE_DEFINITION__RULES, labelProvider.getImage(Collections.EMPTY_LIST), "Rules", false); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[154] createEStructuralFeatureNode(parentNode, pkg, CssExtDslPackage.Literals.PACKAGE_DEFINITION__ELEMENTS, labelProvider.getImage(Collections.EMPTY_LIST), "Elements", false); ^^^^^^^^^^^^^ Unqualified access to the field DefaultOutlineTreeProvider.labelProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[154] createEStructuralFeatureNode(parentNode, pkg, CssExtDslPackage.Literals.PACKAGE_DEFINITION__ELEMENTS, labelProvider.getImage(Collections.EMPTY_LIST), "Elements", false); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[158] protected boolean _isLeaf(Definition modelElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _isLeaf(Definition) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[162] protected Object _text(CSSRuleDefinition modelElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleDefinition) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[166] protected Object _text(PropertyDefinition modelElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(PropertyDefinition) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[170] protected Object _text(ElementDefinition modelElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(ElementDefinition) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[173] r += " (" +modelElement.getStyleclass() + ")"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[173] r += " (" +modelElement.getStyleclass() + ")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[178] protected Object _text(Doku d) { ^^^^^^^^^^^^^ The method _text(Doku) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[179] return "documentation"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[182] protected Object _text(PackageDefinition modelElement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(PackageDefinition) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[187] name = curDef.getName() + "." + name; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[194] protected Object _text(CSSRuleBracket model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleBracket) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[195] return "CSSRuleBracket []"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[198] protected Object _text(CSSRuleOr model) { ^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleOr) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[199] return "CSSRuleOr |"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[202] protected Object _text(CSSRuleXor model) { ^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleXor) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[203] return "CSSRuleXor ||"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[206] protected Object _text(CSSRuleConcat model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleConcat) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[207] return "CSSRuleConcat"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[210] protected Object _text(CSSRuleLiteral model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleLiteral) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[214] protected Object _text(CSSRuleRef model) { ^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRuleRef) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[215] return "<" + model.getRef().getName() + ">"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[215] return "<" + model.getRef().getName() + ">"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[218] protected Object _text(CSSRulePostfix model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method _text(CSSRulePostfix) from the type CssExtDslOutlineTreeProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/outline/CssExtDslOutlineTreeProvider.java:[219] return "CSSRulePostfix " + model.getCardinality(); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[35] public CssExtDslLabelProvider(AdapterFactoryLabelProvider delegate) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[40] String text(CSSRuleDefinition model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method text(CSSRuleDefinition) from the type CssExtDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[41] return model.getName() + " ="; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[44] String text(CSSRuleRef ruleRef) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method text(CSSRuleRef) from the type CssExtDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[45] return "<" + ruleRef.getRef().getName() + ">"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[45] return "<" + ruleRef.getRef().getName() + ">"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[48] String image(PackageDefinition pkg) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method image(PackageDefinition) from the type CssExtDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[49] return "package_obj.gif"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[52] String image(List pkg) { ^^^^^^^^^^^^^^^^^^ The method image(List) from the type CssExtDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[53] return "category_obj.gif"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[56] String image(ElementDefinition el) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method image(ElementDefinition) from the type CssExtDslLabelProvider can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/labeling/CssExtDslLabelProvider.java:[57] return "element.gif"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[27] public class ExtensionHolder { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[35] if (cachedResourceSet == null) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionHolder.cachedResourceSet [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[36] final IResourceServiceProvider rsp = IResourceServiceProvider.Registry.INSTANCE.getResourceServiceProvider(URI.createURI("dummy:/dummy/file.cssext")); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[38] cachedResourceSet = rp.get(this.project); ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionHolder.cachedResourceSet [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[40] return cachedResourceSet; ^^^^^^^^^^^^^^^^^ Unqualified access to the field ExtensionHolder.cachedResourceSet [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[59] public ExtensionHolder(IProject project, EObject context, ACssResource resource) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[65] public List getModels() { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[87] System.err.println("The resource '"+uri+"' does not contain any elements"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[87] System.err.println("The resource '"+uri+"' does not contain any elements"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionHolder.java:[91] throw new IllegalStateException("Unable to find CSSExtension in " + processedURI, t); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[22] import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.30.0.v20230227-1159/org.eclipse.xtext.ui.codetemplates.ui-2.30.0.v20230227-1159.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[30] public class PartialCssExtDslContentAssistParser extends CssExtDslParser implements IPartialContentAssistParser { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[30] public class PartialCssExtDslContentAssistParser extends CssExtDslParser implements IPartialContentAssistParser { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPartialContentAssistParser' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext.ui.codetemplates.ui/2.30.0.v20230227-1159/org.eclipse.xtext.ui.codetemplates.ui-2.30.0.v20230227-1159.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[41] if (rule == null || rule.eIsProxy()) ^^^^ Unqualified access to the field PartialCssExtDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[41] if (rule == null || rule.eIsProxy()) ^^^^ Unqualified access to the field PartialCssExtDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[43] String methodName = "entryRule" + rule.getName(); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/PartialCssExtDslContentAssistParser.java:[43] String methodName = "entryRule" + rule.getName(); ^^^^ Unqualified access to the field PartialCssExtDslContentAssistParser.rule [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[21] import org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[22] import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[25] import org.eclipse.fx.ide.css.cssext.cssExtDsl.Definition; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssext.cssExtDsl.Definition is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[31] public class CssExtSemanticHighlightingCalculator implements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[32] ISemanticHighlightingCalculator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[36] IHighlightedPositionAcceptor acceptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[56] acceptor.addPosition(node.getOffset(), node.getLength(), CssExtHighlightingConfiguration.REFERENCES_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[59] acceptor.addPosition(node.getOffset(), node.getLength(), CssExtHighlightingConfiguration.PROPERTY_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[64] acceptor.addPosition(node.getOffset(), node.getLength(), CssExtHighlightingConfiguration.CSSDOC_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[73] acceptor.addPosition(n.getOffset(), n.getLength(), CssExtHighlightingConfiguration.ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[80] acceptor.addPosition(node.getOffset(), node.getLength(), CssExtHighlightingConfiguration.ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[89] acceptor.addPosition(n.getOffset(), n.getLength(), CssExtHighlightingConfiguration.PROPERTY_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[101] acceptor.addPosition(n.getOffset(), n.getLength(), CssExtHighlightingConfiguration.RULE_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[118] if(((TerminalRule)node.getGrammarElement()).getName().equalsIgnoreCase("ID")) { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtSemanticHighlightingCalculator.java:[120] acceptor.addPosition(node.getOffset(), node.getLength(), CssExtHighlightingConfiguration.ELEMENT_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[19] import org.eclipse.fx.ide.css.ui.extapi.UIProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UIProposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[21] public class ColorProposal implements UIProposal { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[21] public class ColorProposal implements UIProposal { ^^^^^^^^^^ Discouraged access: The type 'UIProposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[33] return proposal; ^^^^^^^^ Unqualified access to the field ColorProposal.proposal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[43] return "Pick Color..."; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[56] proposal = "rgb("+rgb.red+","+rgb.green+","+rgb.blue+")"; ^^^^^^^^ Unqualified access to the field ColorProposal.proposal [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[56] proposal = "rgb("+rgb.red+","+rgb.green+","+rgb.blue+")"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[56] proposal = "rgb("+rgb.red+","+rgb.green+","+rgb.blue+")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[56] proposal = "rgb("+rgb.red+","+rgb.green+","+rgb.blue+")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[56] proposal = "rgb("+rgb.red+","+rgb.green+","+rgb.blue+")"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[70] public Type getType() { ^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[71] return Type.Value; ^^^^^^^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposal.java:[71] return Type.Value; ^^^^^ Discouraged access: The field 'Proposal.Type.Value' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[24] public class CssExtensionNfo { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[25] public final URI uri; ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[27] public CssExtension model; ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[33] public CssExtension getModel() { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[34] if (model == null) { ^^^^^ Unqualified access to the field CssExtensionNfo.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[35] model = loadModel(); ^^^^^ Unqualified access to the field CssExtensionNfo.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[37] return model; ^^^^^ Unqualified access to the field CssExtensionNfo.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[43] Resource resource = rs.createResource(uri); ^^^ Unqualified access to the field CssExtensionNfo.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[44] resource.setURI(uri); ^^^ Unqualified access to the field CssExtensionNfo.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[55] public String getRootPackageName() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssExtensionNfo.java:[60] return "error"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[26] public class CssAdapterFactory implements IAdapterFactory { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[38] public CssAdapterFactory() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[42] getLogger().debug("=> creating adapter"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[44] getLogger().debug(" IProject-> CssProject"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[49] if (adapter != null) { ^^^^^^^ Redundant null check: The variable adapter cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[50] getLogger().debug(" IFile -> CssFile"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[53] else { getLogger().debug(" ? -> CssFolder"); return new CssFolder((IResource)adaptableObject); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[54] getLogger().debug(" ? -> CssFolder"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[60] if (adapterCache.containsKey(adaptableObject)) { ^^^^^^^^^^^^ Unqualified access to the field CssAdapterFactory.adapterCache [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[61] getLogger().debug("=> result from cache"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[62] return adapterCache.get(adaptableObject); ^^^^^^^^^^^^ Unqualified access to the field CssAdapterFactory.adapterCache [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[66] adapterCache.put(adaptableObject, newAdapter); ^^^^^^^^^^^^ Unqualified access to the field CssAdapterFactory.adapterCache [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[75] return (T) getOrCreateAdapter(adaptableObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ICssResource to T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[77] return (T)null; ^^^^^^^ Null type safety: Unchecked cast from null to T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[81] public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssAdapterFactory.java:[81] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type CssAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[21] public class CssExtHighlightingConfiguration extends DefaultHighlightingConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[23] public static String PACKAGE_NAME = "packagename"; ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[23] public static String PACKAGE_NAME = "packagename"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[24] public static String CSSDOC_ID = "CSSDOC_ID"; ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[24] public static String CSSDOC_ID = "CSSDOC_ID"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[25] public static String REFERENCES_ID = "REFERENCES_ID"; ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[25] public static String REFERENCES_ID = "REFERENCES_ID"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[27] public static String ELEMENT_ID = "ELEMENT_ID"; ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[27] public static String ELEMENT_ID = "ELEMENT_ID"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[28] public static String PROPERTY_ID = "PROPERTY_ID"; ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[28] public static String PROPERTY_ID = "PROPERTY_ID"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[30] public static String RULE_ID = "RULE_ID"; ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[30] public static String RULE_ID = "RULE_ID"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[36] acceptor.acceptDefaultHighlighting(CSSDOC_ID, "Css Documentation", cssDocTextStyle()); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[37] acceptor.acceptDefaultHighlighting(REFERENCES_ID, "References", referencesTextStyle()); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[38] acceptor.acceptDefaultHighlighting(PACKAGE_NAME, "PackageDefinition", packageTextStyle()); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[39] acceptor.acceptDefaultHighlighting(RULE_ID, "Css Rule", ruleTextStyle()); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[40] acceptor.acceptDefaultHighlighting(PROPERTY_ID, "Property Definition", propertyTextStyle()); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[41] acceptor.acceptDefaultHighlighting(ELEMENT_ID, "Element Definition", elementTextStyle()); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[44] public TextStyle cssDocTextStyle() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[50] public TextStyle referencesTextStyle() { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[56] public TextStyle packageTextStyle() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[62] public TextStyle elementTextStyle() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[68] public TextStyle propertyTextStyle() { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/highlighting/CssExtHighlightingConfiguration.java:[74] public TextStyle ruleTextStyle() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[31] public class SearchHelper { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[33] public static interface PropertyDefinitionFilter { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[34] public boolean filter(PropertyDefinition def); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[35] public boolean returnOnFirstHit(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[38] public static interface ElementDefinitionFilter { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[39] public boolean filter(ElementDefinition def); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[40] public boolean returnOnFirstHit(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[43] public static interface RuleFilter { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[44] public boolean filter(CSSRule def); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[45] public boolean returnOnFirstHit(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[48] public static interface SearchFilter { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[49] public Class getSearchClass(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[50] public boolean filter(T obj); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[51] public boolean returnOnFirstHit(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[56] public SearchHelper(Set model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[60] public SearchHelper(CssExtension model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[65] public SearchHelper(Collection model) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[69] public List findPropertiesByFilter(PropertyDefinitionFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[71] for (CssExtension e : model) { ^^^^^ Unqualified access to the field SearchHelper.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[103] public List findObjects(SearchFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[105] for (CssExtension e : model) { ^^^^^ Unqualified access to the field SearchHelper.model [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[111] public void recFindObjects(EObject curr, List result, SearchFilter filter) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[114] if (filter.filter((T)curr)) { ^^^^^^^ Type safety: Unchecked cast from EObject to T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/SearchHelper.java:[115] result.add((T)curr); ^^^^^^^ Type safety: Unchecked cast from EObject to T [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposalContributer.java:[16] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposalContributer.java:[19] public class ColorProposalContributer implements CssExtProposalContributor { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposalContributer.java:[23] return "javafx.color"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/ext/ColorProposalContributer.java:[27] public Proposal getProposal() { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[30] import org.eclipse.xtext.util.TextRegion; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.util.TextRegion is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[33] import org.eclipse.fx.ide.css.cssDsl.ElementSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[34] import org.eclipse.fx.ide.css.cssDsl.ruleset; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ruleset' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[35] import org.eclipse.fx.ide.css.cssDsl.selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[36] import org.eclipse.fx.ide.css.cssDsl.simple_selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[37] import org.eclipse.fx.ide.css.cssDsl.stylesheet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'stylesheet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[41] public class CssDslOccurenceComputer extends DefaultOccurrenceComputer { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[56] public Map exec(final XtextResource resource) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method exec(XtextResource) of type new IUnitOfWork,XtextResource>(){} should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[60] EObject target = eObjectAtOffsetHelper.resolveElementAt(resource, (selection).getOffset()); ^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.eObjectAtOffsetHelper [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[60] EObject target = eObjectAtOffsetHelper.resolveElementAt(resource, (selection).getOffset()); ^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.eObjectAtOffsetHelper is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[63] if (target instanceof ElementSelector) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[65] stylesheet root = (stylesheet) resource.getContents().get(0); ^^^^^^^^^^ Discouraged access: The type 'stylesheet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[65] stylesheet root = (stylesheet) resource.getContents().get(0); ^^^^^^^^^^ Discouraged access: The type 'stylesheet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[67] for (ruleset r : root.getRuleset()) { ^^^^^^^ Discouraged access: The type 'ruleset' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[67] for (ruleset r : root.getRuleset()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'stylesheet.getRuleset()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[68] for (selector s : r.getSelectors()) { ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[68] for (selector s : r.getSelectors()) { ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ruleset.getSelectors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[69] for (simple_selector ss : s.getSimpleselectors()) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[69] for (simple_selector ss : s.getSimpleselectors()) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'selector.getSimpleselectors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[70] if (ss.getElement() != null) { ^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[71] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(ss.getElement()); ^^^^^^^^^^^^^^^^^^^^^^ Unqualified access to the field CssDslOccurenceComputer.locationInFileProvider [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[71] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(ss.getElement()); ^^^^^^^^^^^^^^^^^^^^^^ Read access to enclosing field CssDslOccurenceComputer.locationInFileProvider is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[71] ITextRegion declarationRegion = locationInFileProvider.getFullTextRegion(ss.getElement()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/occurences/CssDslOccurenceComputer.java:[72] addOccurrenceAnnotation(DECLARATION_ANNOTATION_TYPE, document, declarationRegion, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method addOccurrenceAnnotation(String, IDocument, ITextRegion, Map) from the type DefaultOccurrenceComputer is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[15] import java.util.Collection; ^^^^^^^^^^^^^^^^^^^^ The import java.util.Collection is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[24] public interface ICssResource { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[26] public static enum Source { ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[27] CLASSPATH, ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[28] USER ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[31] ICssResource getParentResource(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[33] List getClasspathExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[34] List getDisabledExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[35] List getCustomExtensions(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[37] List getInheritedClasspathExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[38] List getInheritedDisabledExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[39] List getInheritedCustomExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[41] List getAllEnabledExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[45] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[47] Set getEnabledCssExtensions(EObject context); ^^^^^^^ Javadoc: Missing tag for parameter context [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[49] void addCustomExtension(URI uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[50] void removeCustomExtension(URI uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[52] void addDisabledExtension(URI uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[53] void removeDisabledExtension(URI uri); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[55] boolean isUseCustom(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[56] void setUseCustom(boolean useCustom); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[58] void save() throws CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[59] void load() throws CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[61] CssExtension getExtension(URI uri); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[63] void clearCustomExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ICssResource.java:[64] void clearDisabledExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[26] import org.eclipse.fx.ide.css.cssDsl.CssTok; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[27] import org.eclipse.fx.ide.css.cssDsl.css_property; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[28] import org.eclipse.fx.ide.css.cssDsl.selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[30] import org.eclipse.fx.ide.css.extapi.CssExt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssExt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[31] import org.eclipse.fx.ide.css.extapi.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[36] public class DefaultCssExtProvider implements CssExt { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[36] public class DefaultCssExtProvider implements CssExt { ^^^^^^ Discouraged access: The type 'CssExt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[42] private @Inject IQualifiedNameProvider nameProvider; ^^^^^^^^^^^^ The value of the field DefaultCssExtProvider.nameProvider is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[47] public DefaultCssExtProvider() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[52] if( ! init ) { ^^^^ Unqualified access to the field DefaultCssExtProvider.init [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[53] init = true; ^^^^ Unqualified access to the field DefaultCssExtProvider.init [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[57] synchronized (contributorList) { ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[58] contributorList.forEach(cssExtManager::addCssExtProposalContributer); ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[58] contributorList.forEach(cssExtManager::addCssExtProposalContributer); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[61] synchronized (modelProviderList) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[62] modelProviderList.forEach(cssExtManager::addCssExtensionModelProvider); ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[62] modelProviderList.forEach(cssExtManager::addCssExtensionModelProvider); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[70] return docParser.getDocHead(f,obj); ^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.docParser [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[76] return docParser.getDocumentation(f,obj); ^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.docParser [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[80] public List getPropertyProposalsForSelector(IFile f, EObject context, List selectors) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[80] public List getPropertyProposalsForSelector(IFile f, EObject context, List selectors) { ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[82] List result = new ArrayList<>(); ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[86] defs.addAll(cssExtManager.findAllProperties(f, context)); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[89] for (selector selector: selectors) { ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[90] defs.addAll(cssExtManager.findPropertiesBySelector(f, context, selector)); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[95] defs.addAll(cssExtManager.findAllProperties(f, context)); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[105] private Proposal createProposalForPropertyDefinition(final PropertyDefinition def) { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[105] private Proposal createProposalForPropertyDefinition(final PropertyDefinition def) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createProposalForPropertyDefinition(PropertyDefinition) from the type DefaultCssExtProvider can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[107] Proposal p = new Proposal() { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[107] Proposal p = new Proposal() { ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[135] public Type getType() { ^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[136] return Type.Property; ^^^^^^^^^^^^^ Discouraged access: The type 'Proposal.Type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[136] return Type.Property; ^^^^^^^^ Discouraged access: The field 'Proposal.Type.Property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[144] public List getValueProposalsForProperty(IFile f, EObject context, List selector, ^^^^^^^^ Discouraged access: The type 'Proposal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[144] public List getValueProposalsForProperty(IFile f, EObject context, List selector, ^^^^^^^^ Discouraged access: The type 'selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[145] css_property property, List prefixTok, String prefixString) { ^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[145] css_property property, List prefixTok, String prefixString) { ^^^^^^ Discouraged access: The type 'CssTok' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[149] return parser.findProposals(f, context, null, property.getName(), prefixTok, prefixString); ^^^^^^ Unqualified access to the field DefaultCssExtProvider.parser [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[149] return parser.findProposals(f, context, null, property.getName(), prefixTok, prefixString); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'css_property.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[153] public void bindCssExtProposalContributor(CssExtProposalContributor c) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[154] synchronized (contributorList) { ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[155] contributorList.add(c); ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[157] if( cssExtManager != null ) { ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[158] cssExtManager.addCssExtProposalContributer(c); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[162] public void unbindCssExtProposalContributor(CssExtProposalContributor c) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[163] synchronized (contributorList) { ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[164] contributorList.remove(c); ^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.contributorList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[166] if( cssExtManager != null ) { ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[167] cssExtManager.removeCssExtProposalContributer(c); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[171] public void bindCssExtensionModelProvider(ICSSExtModelProvider p) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[172] synchronized (modelProviderList) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[173] modelProviderList.add(p); ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[175] if( modelProviderList != null ) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[176] cssExtManager.addCssExtensionModelProvider(p); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[180] public void unbindCssExtensionModelProvider(ICSSExtModelProvider p) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[181] synchronized (modelProviderList) { ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[182] modelProviderList.remove(p); ^^^^^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.modelProviderList [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[184] if( cssExtManager != null ) { ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/internal/DefaultCssExtProvider.java:[185] cssExtManager.removeCssExtensionModelProvider(p); ^^^^^^^^^^^^^ Unqualified access to the field DefaultCssExtProvider.cssExtManager [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[19] public class JavaDocParser { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[23] public String parse(String source) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[27] StringTokenizer linetokenizer = new StringTokenizer(this.source, "\r\n"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[33] line = line.replaceFirst("^/[*][*]", ""); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[33] line = line.replaceFirst("^/[*][*]", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[34] line = line.replaceFirst("[*][/]$", ""); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[34] line = line.replaceFirst("[*][/]$", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[35] line = line.replaceFirst("^.*[*]\t*", ""); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[35] line = line.replaceFirst("^.*[*]\t*", ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[39] result.append("
    "); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[51] public static void main(String[] args) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[52] String s = "/**\n"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[53] s+= " * No whitespace is allowed between the number and units if provided.\n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[54] s+= " * TODO wie bau ma so was ein!?\n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[55] s+= " * Sizes can either be a percentage or a length with units. If units are not specified then specified the 'px' is assumed. Some units are relative and others absolute.\n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[56] s+= " * \n"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[57] s+= " * Relative\n"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[58] s+= " *

      \n"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[59] s+= " *
    • px: pixels, relative to the viewing device
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[60] s+= " *
    • em: the 'font-size' of the relevant font
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[61] s+= " *
    • ex: the 'x-height' of the relevant font
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[62] s+= " *
    \n"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[63] s+= " * Absolute\n"; ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[64] s+= " *
      \n"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[65] s+= " *
    • in: inches � 1 inch is equal to 2.54 centimeters.
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[66] s+= " *
    • cm: centimeters
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[67] s+= " *
    • mm: millimeters
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[68] s+= " *
    • pt: points � the points used by CSS 2.1 are equal to 1/72nd of an inch.
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[69] s+= " *
    • pc: picas � 1 pica is equal to 12 points.
    • \n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[70] s+= " *
    \n"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[71] s+= " * Percentages\n"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[72] s+= " * These are a percentage of some length, they are context sensitive so what they are relative to depends on where they are specified. Each property that supports a percentage should specify if percentage is supported and if it is what it is relative to.\n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/JavaDocParser.java:[73] s+= " */"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[15] import java.util.Collections; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Collections is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[16] import java.util.HashSet; ^^^^^^^^^^^^^^^^^ The import java.util.HashSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[17] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[18] import java.util.Set; ^^^^^^^^^^^^^ The import java.util.Set is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[21] import org.eclipse.emf.common.util.URI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.URI is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[22] import org.eclipse.fx.ide.css.cssext.cssExtDsl.CssExtension; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssext.cssExtDsl.CssExtension is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[24] public class CssFolder extends ACssResource { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[26] public CssFolder(IResource adaptedObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFolder.java:[28] getLogger().debug("creating CssFolder for " + adaptedObject); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[46] public abstract class ACssResource implements ICssResource { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[68] public void addPropertyChangeListener(PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[71] public void removePropertyChangeListener(PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[75] public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[78] public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[85] if (parent == null) { ^^^^^^ Unqualified access to the field ACssResource.parent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[86] parent = findParent(); ^^^^^^ Unqualified access to the field ACssResource.parent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[88] return parent; ^^^^^^ Unqualified access to the field ACssResource.parent [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[91] public ACssResource(IResource adaptedObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[110] private IResourceDescriptions x; ^ The value of the field ACssResource.x is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[112] public void save() throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method save() of type ACssResource should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[116] getLogger().debug("after save: " + adaptedObject.getPersistentProperties()); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[116] getLogger().debug("after save: " + adaptedObject.getPersistentProperties()); ^^^^^^^^^^^^^ Unqualified access to the field ACssResource.adaptedObject [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[121] String disabled = this.disabledExtensions.stream().map((uri)->uri.toString()).collect(Collectors.joining(",")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[124] String custom = this.customExtensions.stream().map((uri)->uri.toString()).collect(Collectors.joining(",")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[142] public void load() throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method load() of type ACssResource should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[172] while (project == null && res.getParent() != null) { ^^^^^^^ Null comparison always yields false: The variable project cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[224] public boolean isUseCustom() { ^^^^^^^^^^^^^ The method isUseCustom() of type ACssResource should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[227] public void setUseCustom(boolean useCustom) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUseCustom(boolean) of type ACssResource should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[248] private CssExtension loadModel(URI uri) { ^^^^^^^^^^^^^^^^^^ The method loadModel(URI) from the type ACssResource is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[248] private CssExtension loadModel(URI uri) { ^^^^^^^^^^^^^^^^^^ The method loadModel(URI) from the type ACssResource can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[282] private CssExtension load(URI uri, boolean linkAll) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method load(URI, boolean) from the type ACssResource is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[291] XtextLinkingDiagnostic x = (XtextLinkingDiagnostic) d; ^ The value of the local variable x is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[298] IResourceDescription desc = this.manager.getResourceDescription(resource); ^^^^ The value of the local variable desc is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[344] public ExtensionRegistry getRegistry() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ACssResource.java:[344] public ExtensionRegistry getRegistry() { ^^^^^^^^^^^^^ The method getRegistry() from the type ACssResource can potentially be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[32] public class CssExtDslParser extends AbstractContentAssistParser { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[42] result.setGrammarAccess(grammarAccess); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[48] if (nameMappings == null) { ^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[49] nameMappings = new HashMap() { ^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.nameMappings [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[52] put(grammarAccess.getPackageDefinitionAccess().getAlternatives_4(), "rule__PackageDefinition__Alternatives_4"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[52] put(grammarAccess.getPackageDefinitionAccess().getAlternatives_4(), "rule__PackageDefinition__Alternatives_4"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[52] put(grammarAccess.getPackageDefinitionAccess().getAlternatives_4(), "rule__PackageDefinition__Alternatives_4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[53] put(grammarAccess.getCSSTypeAccess().getAlternatives(), "rule__CSSType__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[53] put(grammarAccess.getCSSTypeAccess().getAlternatives(), "rule__CSSType__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[53] put(grammarAccess.getCSSTypeAccess().getAlternatives(), "rule__CSSType__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[54] put(grammarAccess.getCSSTypeAccess().getAlternatives_2_1(), "rule__CSSType__Alternatives_2_1"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[54] put(grammarAccess.getCSSTypeAccess().getAlternatives_2_1(), "rule__CSSType__Alternatives_2_1"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[54] put(grammarAccess.getCSSTypeAccess().getAlternatives_2_1(), "rule__CSSType__Alternatives_2_1"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[55] put(grammarAccess.getElementDefinitionAccess().getAlternatives_6(), "rule__ElementDefinition__Alternatives_6"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[55] put(grammarAccess.getElementDefinitionAccess().getAlternatives_6(), "rule__ElementDefinition__Alternatives_6"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[55] put(grammarAccess.getElementDefinitionAccess().getAlternatives_6(), "rule__ElementDefinition__Alternatives_6"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[56] put(grammarAccess.getCSSRuleDefinitionAccess().getAlternatives_4(), "rule__CSSRuleDefinition__Alternatives_4"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[56] put(grammarAccess.getCSSRuleDefinitionAccess().getAlternatives_4(), "rule__CSSRuleDefinition__Alternatives_4"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[56] put(grammarAccess.getCSSRuleDefinitionAccess().getAlternatives_4(), "rule__CSSRuleDefinition__Alternatives_4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[57] put(grammarAccess.getCSSRulePostfixAccess().getCardinalityAlternatives_1_1_0(), "rule__CSSRulePostfix__CardinalityAlternatives_1_1_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[57] put(grammarAccess.getCSSRulePostfixAccess().getCardinalityAlternatives_1_1_0(), "rule__CSSRulePostfix__CardinalityAlternatives_1_1_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[57] put(grammarAccess.getCSSRulePostfixAccess().getCardinalityAlternatives_1_1_0(), "rule__CSSRulePostfix__CardinalityAlternatives_1_1_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[58] put(grammarAccess.getCSSRulePrimaryAccess().getAlternatives(), "rule__CSSRulePrimary__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[58] put(grammarAccess.getCSSRulePrimaryAccess().getAlternatives(), "rule__CSSRulePrimary__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[58] put(grammarAccess.getCSSRulePrimaryAccess().getAlternatives(), "rule__CSSRulePrimary__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[59] put(grammarAccess.getCSSRuleSymbolAccess().getSymbolAlternatives_2_0(), "rule__CSSRuleSymbol__SymbolAlternatives_2_0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[59] put(grammarAccess.getCSSRuleSymbolAccess().getSymbolAlternatives_2_0(), "rule__CSSRuleSymbol__SymbolAlternatives_2_0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[59] put(grammarAccess.getCSSRuleSymbolAccess().getSymbolAlternatives_2_0(), "rule__CSSRuleSymbol__SymbolAlternatives_2_0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[60] put(grammarAccess.getCSSDefaultValueAccess().getAlternatives(), "rule__CSSDefaultValue__Alternatives"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[60] put(grammarAccess.getCSSDefaultValueAccess().getAlternatives(), "rule__CSSDefaultValue__Alternatives"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[60] put(grammarAccess.getCSSDefaultValueAccess().getAlternatives(), "rule__CSSDefaultValue__Alternatives"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[61] put(grammarAccess.getCssExtensionAccess().getGroup(), "rule__CssExtension__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[61] put(grammarAccess.getCssExtensionAccess().getGroup(), "rule__CssExtension__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[61] put(grammarAccess.getCssExtensionAccess().getGroup(), "rule__CssExtension__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[62] put(grammarAccess.getImportAccess().getGroup(), "rule__Import__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[62] put(grammarAccess.getImportAccess().getGroup(), "rule__Import__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[62] put(grammarAccess.getImportAccess().getGroup(), "rule__Import__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[63] put(grammarAccess.getQualifiedNameAccess().getGroup(), "rule__QualifiedName__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[63] put(grammarAccess.getQualifiedNameAccess().getGroup(), "rule__QualifiedName__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[63] put(grammarAccess.getQualifiedNameAccess().getGroup(), "rule__QualifiedName__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[64] put(grammarAccess.getQualifiedNameAccess().getGroup_1(), "rule__QualifiedName__Group_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[64] put(grammarAccess.getQualifiedNameAccess().getGroup_1(), "rule__QualifiedName__Group_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[64] put(grammarAccess.getQualifiedNameAccess().getGroup_1(), "rule__QualifiedName__Group_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[65] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup(), "rule__QualifiedNameWithWildCard__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[65] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup(), "rule__QualifiedNameWithWildCard__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[65] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup(), "rule__QualifiedNameWithWildCard__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[66] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup_1(), "rule__QualifiedNameWithWildCard__Group_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[66] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup_1(), "rule__QualifiedNameWithWildCard__Group_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[66] put(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup_1(), "rule__QualifiedNameWithWildCard__Group_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[67] put(grammarAccess.getPackageDefinitionAccess().getGroup(), "rule__PackageDefinition__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[67] put(grammarAccess.getPackageDefinitionAccess().getGroup(), "rule__PackageDefinition__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[67] put(grammarAccess.getPackageDefinitionAccess().getGroup(), "rule__PackageDefinition__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[68] put(grammarAccess.getPackageDefinitionAccess().getGroup_0(), "rule__PackageDefinition__Group_0__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[68] put(grammarAccess.getPackageDefinitionAccess().getGroup_0(), "rule__PackageDefinition__Group_0__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[68] put(grammarAccess.getPackageDefinitionAccess().getGroup_0(), "rule__PackageDefinition__Group_0__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[69] put(grammarAccess.getCSSTypeAccess().getGroup_0(), "rule__CSSType__Group_0__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[69] put(grammarAccess.getCSSTypeAccess().getGroup_0(), "rule__CSSType__Group_0__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[69] put(grammarAccess.getCSSTypeAccess().getGroup_0(), "rule__CSSType__Group_0__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[70] put(grammarAccess.getCSSTypeAccess().getGroup_0_1(), "rule__CSSType__Group_0_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[70] put(grammarAccess.getCSSTypeAccess().getGroup_0_1(), "rule__CSSType__Group_0_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[70] put(grammarAccess.getCSSTypeAccess().getGroup_0_1(), "rule__CSSType__Group_0_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[71] put(grammarAccess.getCSSTypeAccess().getGroup_1(), "rule__CSSType__Group_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[71] put(grammarAccess.getCSSTypeAccess().getGroup_1(), "rule__CSSType__Group_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[71] put(grammarAccess.getCSSTypeAccess().getGroup_1(), "rule__CSSType__Group_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[72] put(grammarAccess.getCSSTypeAccess().getGroup_1_1(), "rule__CSSType__Group_1_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[72] put(grammarAccess.getCSSTypeAccess().getGroup_1_1(), "rule__CSSType__Group_1_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[72] put(grammarAccess.getCSSTypeAccess().getGroup_1_1(), "rule__CSSType__Group_1_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[73] put(grammarAccess.getCSSTypeAccess().getGroup_2(), "rule__CSSType__Group_2__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[73] put(grammarAccess.getCSSTypeAccess().getGroup_2(), "rule__CSSType__Group_2__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[73] put(grammarAccess.getCSSTypeAccess().getGroup_2(), "rule__CSSType__Group_2__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[74] put(grammarAccess.getCSSTypeAccess().getGroup_2_0(), "rule__CSSType__Group_2_0__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[74] put(grammarAccess.getCSSTypeAccess().getGroup_2_0(), "rule__CSSType__Group_2_0__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[74] put(grammarAccess.getCSSTypeAccess().getGroup_2_0(), "rule__CSSType__Group_2_0__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[75] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_0(), "rule__CSSType__Group_2_1_0__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[75] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_0(), "rule__CSSType__Group_2_1_0__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[75] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_0(), "rule__CSSType__Group_2_1_0__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[76] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_1(), "rule__CSSType__Group_2_1_1__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[76] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_1(), "rule__CSSType__Group_2_1_1__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[76] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_1(), "rule__CSSType__Group_2_1_1__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[77] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_2(), "rule__CSSType__Group_2_1_2__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[77] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_2(), "rule__CSSType__Group_2_1_2__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[77] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_2(), "rule__CSSType__Group_2_1_2__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[78] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_3(), "rule__CSSType__Group_2_1_3__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[78] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_3(), "rule__CSSType__Group_2_1_3__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[78] put(grammarAccess.getCSSTypeAccess().getGroup_2_1_3(), "rule__CSSType__Group_2_1_3__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[79] put(grammarAccess.getElementDefinitionAccess().getGroup(), "rule__ElementDefinition__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[79] put(grammarAccess.getElementDefinitionAccess().getGroup(), "rule__ElementDefinition__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[79] put(grammarAccess.getElementDefinitionAccess().getGroup(), "rule__ElementDefinition__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[80] put(grammarAccess.getElementDefinitionAccess().getGroup_3(), "rule__ElementDefinition__Group_3__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[80] put(grammarAccess.getElementDefinitionAccess().getGroup_3(), "rule__ElementDefinition__Group_3__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[80] put(grammarAccess.getElementDefinitionAccess().getGroup_3(), "rule__ElementDefinition__Group_3__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[81] put(grammarAccess.getElementDefinitionAccess().getGroup_3_2(), "rule__ElementDefinition__Group_3_2__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[81] put(grammarAccess.getElementDefinitionAccess().getGroup_3_2(), "rule__ElementDefinition__Group_3_2__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[81] put(grammarAccess.getElementDefinitionAccess().getGroup_3_2(), "rule__ElementDefinition__Group_3_2__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[82] put(grammarAccess.getElementDefinitionAccess().getGroup_4(), "rule__ElementDefinition__Group_4__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[82] put(grammarAccess.getElementDefinitionAccess().getGroup_4(), "rule__ElementDefinition__Group_4__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[82] put(grammarAccess.getElementDefinitionAccess().getGroup_4(), "rule__ElementDefinition__Group_4__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[83] put(grammarAccess.getPropertyDefinitionAccess().getGroup(), "rule__PropertyDefinition__Group__0"); ^^^^^^^^^^^^^ Read access to enclosing field CssExtDslParser.grammarAccess is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[83] put(grammarAccess.getPropertyDefinitionAccess().getGroup(), "rule__PropertyDefinition__Group__0"); ^^^^^^^^^^^^^ Unqualified access to the field CssExtDslParser.grammarAccess [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src-gen/org/eclipse/fx/ide/css/cssext/ui/contentassist/antlr/CssExtDslParser.java:[83] put(grammarAccess.getPropertyDefinitionAccess().getGroup(), "rule__PropertyDefinition__Group__0"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[21] import org.eclipse.core.resources.IFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IFile is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[25] import org.eclipse.core.runtime.IPath; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IPath is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[38] public class ClasspathManager { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[42] public static ClasspathManager getInstance() { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[82] public void invalidateClasspath(IProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[83] getLogger().debug("invalidateClasspath(" + project + ")"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[83] getLogger().debug("invalidateClasspath(" + project + ")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[87] public List getClasspath(IProject project) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[88] getLogger().debug("getClasspath(" + project + ")"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[88] getLogger().debug("getClasspath(" + project + ")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[95] getLogger().debug(" => result from cache"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[102] getLogger().debug("scanClasspath("+project+")"); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[102] getLogger().debug("scanClasspath("+project+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[109] long locCount = 0; ^^^^^^^^ The value of the local variable locCount is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClasspathManager.java:[210] getLogger().debug(" => " + extensions); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/CssFile.java:[23] public CssFile(IResource adaptedObject) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[21] import java.util.HashSet; ^^^^^^^^^^^^^^^^^ The import java.util.HashSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[44] import org.eclipse.jdt.internal.core.ExternalFoldersManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[47] public class ClassPathSearchUtil { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[59] public static abstract class Entry { ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[60] public abstract URI toURI(); ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[67] public static class FileEntry extends Entry { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[69] public FileEntry(File f) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[74] return URI.createURI(f.toURI().toString().replaceAll("\\\\", "/")); ^ Unqualified access to the field ClassPathSearchUtil.FileEntry.f [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[74] return URI.createURI(f.toURI().toString().replaceAll("\\\\", "/")); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[74] return URI.createURI(f.toURI().toString().replaceAll("\\\\", "/")); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[78] public static class FileArchiveEntry extends FileEntry { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[80] public FileArchiveEntry(File archiveFile, String archivePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[88] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[88] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[88] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^^^^^^^^^ Unqualified access to the field ClassPathSearchUtil.FileArchiveEntry.archivePath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[92] public static class URIEntry extends Entry { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[95] public URIEntry(URI uri) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[101] return uri; ^^^ Unqualified access to the field ClassPathSearchUtil.URIEntry.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[105] public static class IFileEntry extends Entry { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[106] public final IFile f; ^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[107] public IFileEntry(IFile f) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[112] final IPath workspaceRelativePath = f.getFullPath(); ^ Unqualified access to the field ClassPathSearchUtil.IFileEntry.f [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[116] public static class IFileArchiveEntry extends IFileEntry { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[118] public IFileArchiveEntry(IFile archiveFile, String archivePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[126] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[126] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[126] return URI.createURI("archive:" + uri.toString() + "!" + archivePath); ^^^^^^^^^^^ Unqualified access to the field ClassPathSearchUtil.IFileArchiveEntry.archivePath [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[131] public static class StringUriEntry extends Entry { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[132] public final String uri; ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[133] public StringUriEntry(String uri) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[139] return URI.createURI(uri); ^^^ Unqualified access to the field ClassPathSearchUtil.StringUriEntry.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[142] throw new IllegalArgumentException("Issue with the following URI: " + uri, e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[142] throw new IllegalArgumentException("Issue with the following URI: " + uri, e); ^^^ Unqualified access to the field ClassPathSearchUtil.StringUriEntry.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[155] if (el != null && el.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[156] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[156] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[157] results.add(new StringUriEntry("archive:" + uri + "!" + elPath)); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[157] results.add(new StringUriEntry("archive:" + uri + "!" + elPath)); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[170] searchFolderRec(f, innerPath + "/" + f.getName(), uri, result); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[174] if (file.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[184] searchFolderRec(new File(absolutePath), "", uri, results); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[189] public static List checkJar(String absoluteJarPath, String uri) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[203] public static List checkFolder(String absolutePath, String uri) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[222] return result; ^^^^^^ Unqualified access to the field ClassPathSearchUtil.SearchResourceVisitor.result [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[232] if (file != null) { ^^^^ Redundant null check: The variable file cannot be null at this location [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[233] if (file.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[234] result.add(new IFileEntry(file)); ^^^^^^ Unqualified access to the field ClassPathSearchUtil.SearchResourceVisitor.result [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[243] public static List checkResource(IResource r) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[244] getLogger().debug("checkResource " + r); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[259] getLogger().debug("checkInternalJar " + file); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[266] if (el != null && el.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[267] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[267] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[283] getLogger().debug("checkExternalJar " + jarFile); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[289] if (el != null && el.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[290] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[290] String elPath = el.getName().startsWith("/") ? el.getName() : "/" + el.getName(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[308] if (file.getName().endsWith(".cssext")) { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[340] getLogger().debug("checkLibraryEntry " + entry.getPath()); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[345] getLogger().debug(" is source"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[349] getLogger().debug(" is binary"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[353] getLogger().debug(" is workspace resource"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[354] URI uri = URI.createPlatformResourceURI(path.toString(), false); ^^^ The value of the local variable uri is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[361] getLogger().debug(" is external"); ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[363] IFolder jdtMappedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(path); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[363] IFolder jdtMappedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[363] IFolder jdtMappedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExternalFoldersManager.getFolder(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.32.0.v20221108-1853/org.eclipse.jdt.core-3.32.0.v20221108-1853.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[365] getLogger().debug(" but is mapped to internal by jdt"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[388] getLogger().debug("checkProjectEntry " + entry.getPath()); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[405] public static List checkEntry(IWorkspaceRoot root, IClasspathEntry entry) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[406] getLogger().debug("checkEntry " + entry.getPath()); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[414] System.err.println("could not handle entry " + entry); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[418] public static List checkEntries(IWorkspaceRoot root, IClasspathEntry[] entries) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ClassPathSearchUtil.java:[421] getLogger().debug(" -> " + entry); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/quickfix/CssExtDslQuickfixProvider.java:[17] public class CssExtDslQuickfixProvider extends DefaultQuickfixProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[27] import org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[29] import org.eclipse.fx.ide.css.extapi.CssExt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssExt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[30] import org.eclipse.fx.ide.css.ui.CssDslUiModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssDslUiModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[30] import org.eclipse.fx.ide.css.ui.CssDslUiModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.ui.CssDslUiModule is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[31] import org.eclipse.fx.ide.css.ui.hover.CssHoverProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssHoverProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[32] import org.eclipse.fx.ide.css.ui.hover.ExtApiDelegatingDocumentationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtApiDelegatingDocumentationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[41] public CssExtDslUiModule(AbstractUIPlugin plugin) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[48] binder.bind(ISemanticHighlightingCalculator.class).to(CssExtSemanticHighlightingCalculator.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISemanticHighlightingCalculator is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[61] binder.bind(CssExt.class).toProvider(CssExt.OsgiCssExtServiceProvider.class); ^^^^^^ Discouraged access: The type 'CssExt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[61] binder.bind(CssExt.class).toProvider(CssExt.OsgiCssExtServiceProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssExt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[61] binder.bind(CssExt.class).toProvider(CssExt.OsgiCssExtServiceProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssExt.OsgiCssExtServiceProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[62] binder.bind(IEObjectHoverProvider.class).to(CssHoverProvider.class); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'CssHoverProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CssExtDslUiModule.java:[63] binder.bind(IEObjectDocumentationProvider.class).to(ExtApiDelegatingDocumentationProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtApiDelegatingDocumentationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[15] import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[17] import java.util.Collections; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Collections is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[24] import org.eclipse.core.internal.resources.WorkspaceRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkspaceRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.18.100.v20221025-2047/org.eclipse.core.resources-3.18.100.v20221025-2047.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[24] import org.eclipse.core.internal.resources.WorkspaceRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.internal.resources.WorkspaceRoot is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[27] import org.eclipse.core.resources.IResourceRuleFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResourceRuleFactory is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[29] import org.eclipse.emf.common.util.TreeIterator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.TreeIterator is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[32] import org.eclipse.emf.ecore.EReference; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EReference is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[35] import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[36] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[40] import org.eclipse.fx.ide.css.cssext.generator.Main; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.fx.ide.css.cssext.generator.Main is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[43] import org.eclipse.jdt.core.IJavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.IJavaElement is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[46] import org.eclipse.jdt.core.JavaModelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.JavaModelException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[47] import org.eclipse.ltk.internal.core.refactoring.resource.ResourceModifications.CreateDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceModifications.CreateDescription' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.13.0.v20220822-0502/org.eclipse.ltk.core.refactoring-3.13.0.v20220822-0502.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[47] import org.eclipse.ltk.internal.core.refactoring.resource.ResourceModifications.CreateDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.internal.core.refactoring.resource.ResourceModifications.CreateDescription is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[49] import org.eclipse.xtext.diagnostics.Diagnostic; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.diagnostics.Diagnostic is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[50] import org.eclipse.xtext.diagnostics.IDiagnosticConsumer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.diagnostics.IDiagnosticConsumer is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[51] import org.eclipse.xtext.diagnostics.Severity; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.diagnostics.Severity is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[52] import org.eclipse.xtext.linking.ILinkingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.linking.ILinkingService is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[53] import org.eclipse.xtext.linking.impl.DefaultLinkingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.linking.impl.DefaultLinkingService is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[54] import org.eclipse.xtext.linking.impl.IllegalNodeException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.linking.impl.IllegalNodeException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[55] import org.eclipse.xtext.linking.impl.Linker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.linking.impl.Linker is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[59] import org.eclipse.xtext.nodemodel.INode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.nodemodel.INode is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[64] import org.eclipse.xtext.resource.XtextResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.resource.XtextResource is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[65] import org.eclipse.xtext.resource.XtextResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.resource.XtextResourceSet is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[66] import org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.resource.impl.DefaultResourceDescriptionManager is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[72] import org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.scoping.impl.ImportedNamespaceAwareLocalScopeProvider is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[75] import org.eclipse.xtext.xtext.XtextLinker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XtextLinker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext/2.30.0.v20230227-1116/org.eclipse.xtext-2.30.0.v20230227-1116.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[80] public class ExtensionRegistry { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[82] public static class Dummy { ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[85] XtextLinker linker; ^^^^^^^^^^^ Discouraged access: The type 'XtextLinker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/.repository/p2/osgi/bundle/org.eclipse.xtext/2.30.0.v20230227-1116/org.eclipse.xtext-2.30.0.v20230227-1116.jar') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[100] public final URI uri; ^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[101] private CssExtension model; ^^^^^ The value of the field ExtensionRegistry.ExtensionHolder.model is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[104] private static IResourceDescription.Manager manager; ^^^^^^^ The value of the field ExtensionRegistry.ExtensionHolder.manager is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[105] private static IResourceDescriptions x; ^ The value of the field ExtensionRegistry.ExtensionHolder.x is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[106] public static Dummy create() { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[115] dummy = create(); ^^^^^ Unqualified access to the field ExtensionRegistry.ExtensionHolder.dummy [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[121] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[131] public static Set exts = new HashSet<>(); ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[133] private void register(IScopeProvider scopeProvider, IScopeWrapper wrap) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method register(IScopeProvider, IScopeWrapper) from the type ExtensionRegistry.ExtensionHolder is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[137] System.err.println("REGISTERED WRAPPER on " + scopeProvider); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[140] IDelegatingScopeProvider p = (IDelegatingScopeProvider) scopeProvider; ^ The value of the local variable p is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[145] private void logScope(IScopeProvider scopeProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method logScope(IScopeProvider) from the type ExtensionRegistry.ExtensionHolder is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[146] System.err.println(" * " + scopeProvider); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[148] IDelegatingScopeProvider p = (IDelegatingScopeProvider) scopeProvider; ^ The value of the local variable p is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[160] System.err.println("WRAPPING FUN getSingleElement " + object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[167] System.err.println("WRAPPING FUN getSingleElement " + name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[193] private void load(URI uri) { ^^^^^^^^^^^^^ The method load(URI) from the type ExtensionRegistry.ExtensionHolder is never used locally [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[193] private void load(URI uri) { ^^^^^^^^^^^^^ The method load(URI) from the type ExtensionRegistry.ExtensionHolder can be declared as static [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[194] System.err.println("LOADING " + uri); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[196] System.err.println("(re)linking all"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[198] System.err.println(" * " + r); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[203] System.err.println( " x " + x.getMessage()); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[210] System.err.println("LOADING " + uri); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[210] System.err.println("LOADING " + uri); ^^^ Unqualified access to the field ExtensionRegistry.ExtensionHolder.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[213] IResourceServiceProvider rsp = IResourceServiceProvider.Registry.INSTANCE.getResourceServiceProvider(uri); ^^^ Unqualified access to the field ExtensionRegistry.ExtensionHolder.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[216] rs = rp.get(ResourcesPlugin.getWorkspace().getRoot().getProject("javap")); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[232] LazyLinkingResource resource = (LazyLinkingResource) rs.getResource(uri, true); ^^^ Unqualified access to the field ExtensionRegistry.ExtensionHolder.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[235] System.err.println("COULD NOT LOAD " + uri); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[235] System.err.println("COULD NOT LOAD " + uri); ^^^ Unqualified access to the field ExtensionRegistry.ExtensionHolder.uri [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[248] System.err.println("(re)linking"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[250] System.err.println(" * " + r); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[257] System.err.println( " x " + x.getMessage()); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[267] public String getRootPackageName() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[272] return "error"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[315] recCheckChangedExtensions(event.getDelta(), changedExtensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access to enclosing method recCheckChangedExtensions(IJavaElementDelta, List) from the type ExtensionRegistry is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[323] JavaCore.addElementChangedListener(listener, ElementChangedEvent.POST_CHANGE); ^^^^^^^^ Unqualified access to the field ExtensionRegistry.listener [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[327] if (logger == null) { ^^^^^^ Unqualified access to the field ExtensionRegistry.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[328] logger = LoggerCreator.createLogger(ExtensionRegistry.class); ^^^^^^ Unqualified access to the field ExtensionRegistry.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[330] return logger; ^^^^^^ Unqualified access to the field ExtensionRegistry.logger [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[337] * @return ^^^^^^ Javadoc: Description expected after @return [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[340] getLogger().debug("getExtension("+uri+")"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[340] getLogger().debug("getExtension("+uri+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[341] ExtensionHolder holder = extensions.get(uri); ^^^^^^^^^^ Unqualified access to the field ExtensionRegistry.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[343] getLogger().debug(" => creating new holder"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[345] extensions.put(uri, holder); ^^^^^^^^^^ Unqualified access to the field ExtensionRegistry.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[348] getLogger().debug(" => result from cache"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[358] getLogger().debug("invalidateExtension("+uri+")"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[358] getLogger().debug("invalidateExtension("+uri+")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[359] ExtensionHolder holder = extensions.get(uri); ^^^^^^^^^^ Unqualified access to the field ExtensionRegistry.extensions [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[361] getLogger().debug(" invalididating " + uri); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/adapter/ExtensionRegistry.java:[365] getLogger().debug(" not found!"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[27] import org.eclipse.fx.ide.css.cssDsl.ClassSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[28] import org.eclipse.fx.ide.css.cssDsl.ElementSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[29] import org.eclipse.fx.ide.css.cssDsl.IdSelector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IdSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[30] import org.eclipse.fx.ide.css.cssDsl.css_property; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[31] import org.eclipse.fx.ide.css.cssDsl.simple_selector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[129] result = "UNKNOWN: " + r; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[142] return "no documentation found"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[149] public String getDocumentation(IFile f, EObject o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[168] if (o instanceof ClassSelector) { ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[169] return getDocForStyleClass(f, o, ((ClassSelector) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[169] return getDocForStyleClass(f, o, ((ClassSelector) o).getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[171] if (o instanceof IdSelector) { ^^^^^^^^^^ Discouraged access: The type 'IdSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[174] if (o instanceof ElementSelector) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[175] return getDocForElement(f, o, ((ElementSelector) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[175] return getDocForElement(f, o, ((ElementSelector) o).getName()); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[177] if (o instanceof css_property) { ^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[178] return getDocForProperty(f, o, ((css_property) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'css_property.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[178] return getDocForProperty(f, o, ((css_property) o).getName()); ^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[181] return "no documentation found"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[244] return "not documented!"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[340] out.append("LINKING ERROR"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[343] out.append("("); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[345] out.append(")"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[368] out.append(" r="); out.append(hasR ? element.eResource().getURI().toString() : "none" ); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[368] out.append(" r="); out.append(hasR ? element.eResource().getURI().toString() : "none" ); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[369] out.append(" rs="); out.append(hasRS ? System.identityHashCode(element.eResource().getResourceSet()) : "none"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[369] out.append(" rs="); out.append(hasRS ? System.identityHashCode(element.eResource().getResourceSet()) : "none"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type int is boxed into Integer [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[369] out.append(" rs="); out.append(hasRS ? System.identityHashCode(element.eResource().getResourceSet()) : "none"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[372] out.append("
    * "); out.append(r.getURI()); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[375] out.append("
    "); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[438] if (o instanceof ClassSelector) { ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[439] ElementDefinition element = findElementByStyleClass(f, o, ((ClassSelector) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[439] ElementDefinition element = findElementByStyleClass(f, o, ((ClassSelector) o).getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'ClassSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[444] if (o instanceof ElementSelector) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[445] return getDocHeadForElement(f, o, ((ElementSelector) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[445] return getDocHeadForElement(f, o, ((ElementSelector) o).getName()); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[447] if (o instanceof css_property) { ^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[448] return getDocHeadForProperty(f, o, ((css_property) o).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'css_property.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[448] return getDocHeadForProperty(f, o, ((css_property) o).getName()); ^^^^^^^^^^^^ Discouraged access: The type 'css_property' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[450] if (o instanceof simple_selector) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[451] simple_selector s = ((simple_selector) o); ^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[451] simple_selector s = ((simple_selector) o); ^^^^^^^^^^^^^^^ Discouraged access: The type 'simple_selector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[453] if (s.getElement() instanceof ElementSelector) { ^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[453] if (s.getElement() instanceof ElementSelector) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[454] elementName = ((ElementSelector) s.getElement()).getName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementSelector.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[454] elementName = ((ElementSelector) s.getElement()).getName(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementSelector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/doc/CssExtDocParser.java:[454] elementName = ((ElementSelector) s.getElement()).getName(); ^^^^^^^^^^^^^^ Discouraged access: The method 'simple_selector.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[61] public class CSSEditorPropertyPage extends PropertyPage implements IWorkbenchPropertyPage { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[71] public CSSEditorPropertyPage() { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[77] private IObservableValue master = new WritableValue(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[77] private IObservableValue master = new WritableValue(); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[84] IContainer elementContainer = getElementContainer(); ^^^^^^^^^^^^^^^^ The value of the local variable elementContainer is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[88] boolean isFile = elementFile != null; ^^^^^^ The value of the local variable isFile is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[94] b.setText("Use custom definition"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[95] IObservableValue useCustomObsModel = BeanProperties.value("useCustom").observeDetail(master); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[95] IObservableValue useCustomObsModel = BeanProperties.value("useCustom").observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation observeDetail(IObservableValue) of the generic method observeDetail(IObservableValue) of type IValueProperty [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[95] IObservableValue useCustomObsModel = BeanProperties.value("useCustom").observeDetail(master); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[95] IObservableValue useCustomObsModel = BeanProperties.value("useCustom").observeDetail(master); ^^^^^^ Unqualified access to the field CSSEditorPropertyPage.master [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[95] IObservableValue useCustomObsModel = BeanProperties.value("useCustom").observeDetail(master); ^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[96] ISWTObservableValue useCustomObsUI = WidgetProperties.buttonSelection().observe(b); ^^^^^^^^^^^^^^^^^^^ ISWTObservableValue is a raw type. References to generic type ISWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[97] dbc.bindValue(useCustomObsUI, useCustomObsModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[97] dbc.bindValue(useCustomObsUI, useCustomObsModel); ^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[97] dbc.bindValue(useCustomObsUI, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[102] ISWTObservableValue lEnabled = WidgetProperties.enabled().observe(l); ^^^^^^^^^^^^^^^^^^^ ISWTObservableValue is a raw type. References to generic type ISWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[103] dbc.bindValue(lEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[103] dbc.bindValue(lEnabled, useCustomObsModel); ^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[103] dbc.bindValue(lEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[105] l.setText("Computed Extensions:"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[123] return "I"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[126] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[132] colInherited.getColumn().setText("Inherited"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[140] return "DI"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[143] return "D"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[146] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[152] colDisabled.getColumn().setText("Disabled"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[163] colName.getColumn().setText("Name"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[174] colURI.getColumn().setText("URI"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[178] ISWTObservableValue vClasspathEnabled = WidgetProperties.enabled().observe(extensionViewer.getControl()); ^^^^^^^^^^^^^^^^^^^ ISWTObservableValue is a raw type. References to generic type ISWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[179] dbc.bindValue(vClasspathEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[179] dbc.bindValue(vClasspathEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[179] dbc.bindValue(vClasspathEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[183] ISWTObservableValue l2Enabled = WidgetProperties.enabled().observe(l2); ^^^^^^^^^^^^^^^^^^^ ISWTObservableValue is a raw type. References to generic type ISWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[184] dbc.bindValue(l2Enabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[184] dbc.bindValue(l2Enabled, useCustomObsModel); ^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[184] dbc.bindValue(l2Enabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[185] l2.setText("User Extensions:"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[197] ISWTObservableValue vUserEnabled = WidgetProperties.enabled().observe(vUser.getControl()); ^^^^^^^^^^^^^^^^^^^ ISWTObservableValue is a raw type. References to generic type ISWTObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[198] dbc.bindValue(vUserEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[198] dbc.bindValue(vUserEnabled, useCustomObsModel); ^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[198] dbc.bindValue(vUserEnabled, useCustomObsModel); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[200] final IAction disable = new Action("disable") { ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[213] final IAction enable = new Action("enable") { ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[214] public void run() { ^^^^^ The method run() of type new Action(){} should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[253] master.addValueChangeListener(new IValueChangeListener() { ^^^^^^ Unqualified access to the field CSSEditorPropertyPage.master [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[253] master.addValueChangeListener(new IValueChangeListener() { @Override public void handleValueChange(ValueChangeEvent event) { String str = ""; if (event.diff.getNewValue() != null) { str = event.diff.getNewValue().toString(); } //l.setText("ICssResource: " + str); final ICssResource r = (ICssResource) event.diff.getNewValue(); if (r != null) { // vUser.setInput(r.getUserAddedExtensions()); ArrayList input = new ArrayList<>(); List inheritedClasspathExtensions = r.getInheritedClasspathExtensions(); getLogger().debug("adding inherited classpath extensions: " + inheritedClasspathExtensions.size() + " / " + inheritedClasspathExtensions); input.addAll(inheritedClasspathExtensions); getLogger().debug("result -> " + input.size() + " / " + input); List classpathExtensions = r.getClasspathExtensions(); getLogger().debug("adding classpath extensions: " + classpathExtensions.size() + " / " + classpathExtensions); input.addAll(classpathExtensions); getLogger().debug("result -> " + input.size() + " / " + input); List inheritedCustomExtensions = r.getInheritedCustomExtensions(); getLogger().debug("adding inherited custom extensions: " + inheritedCustomExtensions.size() + " / " + inheritedCustomExtensions); input.addAll(inheritedCustomExtensions); getLogger().debug("result -> " + input.size() + " / " + input); List customExtensions = r.getCustomExtensions(); getLogger().debug("adding custom extensions: " + customExtensions.size() + " / " + customExtensions); input.addAll(customExtensions); getLogger().debug("result -> " + input.size() + " / " + input); getLogger().debug("SETTING INPUT TO " + input); extensionViewer.setInput(input); } else { extensionViewer.setInput(null); vUser.setInput(null); } } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[253] master.addValueChangeListener(new IValueChangeListener() { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[255] public void handleValueChange(ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[256] String str = ""; ^^^ The value of the local variable str is not used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[256] String str = ""; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[269] getLogger().debug("adding inherited classpath extensions: " + inheritedClasspathExtensions.size() + " / " + inheritedClasspathExtensions); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[269] getLogger().debug("adding inherited classpath extensions: " + inheritedClasspathExtensions.size() + " / " + inheritedClasspathExtensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[269] getLogger().debug("adding inherited classpath extensions: " + inheritedClasspathExtensions.size() + " / " + inheritedClasspathExtensions); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[271] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[271] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[271] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[273] getLogger().debug("adding classpath extensions: " + classpathExtensions.size() + " / " + classpathExtensions); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[273] getLogger().debug("adding classpath extensions: " + classpathExtensions.size() + " / " + classpathExtensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[273] getLogger().debug("adding classpath extensions: " + classpathExtensions.size() + " / " + classpathExtensions); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[275] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[275] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[275] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[277] getLogger().debug("adding inherited custom extensions: " + inheritedCustomExtensions.size() + " / " + inheritedCustomExtensions); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[277] getLogger().debug("adding inherited custom extensions: " + inheritedCustomExtensions.size() + " / " + inheritedCustomExtensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[277] getLogger().debug("adding inherited custom extensions: " + inheritedCustomExtensions.size() + " / " + inheritedCustomExtensions); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[279] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[279] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[279] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[281] getLogger().debug("adding custom extensions: " + customExtensions.size() + " / " + customExtensions); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[281] getLogger().debug("adding custom extensions: " + customExtensions.size() + " / " + customExtensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[281] getLogger().debug("adding custom extensions: " + customExtensions.size() + " / " + customExtensions); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[283] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[283] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[283] getLogger().debug("result -> " + input.size() + " / " + input); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[285] getLogger().debug("SETTING INPUT TO " + input); ^^^^^^^^^^^ Access to enclosing method getLogger() from the type CSSEditorPropertyPage is emulated by a synthetic accessor method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[285] getLogger().debug("SETTING INPUT TO " + input); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[308] this.master.setValue(getCssResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[330] return "read error"; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[336] ((ICssResource)master.getValue()).save(); ^^^^^^ Unqualified access to the field CSSEditorPropertyPage.master [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/org/eclipse/fx/ide/css/cssext/ui/CSSEditorPropertyPage.java:[350] return (ICssResource) master.getValue(); ^^^^^^ Unqualified access to the field CSSEditorPropertyPage.master 893 problems (893 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.cssext.ui --- [INFO] [INFO] -----< org.eclipse.fx.ide:org.eclipse.fx.ide.css.cssext.proposals >----- [INFO] Building e(fx)clipse - IDE - CSS Ext Core Proposals 3.10.0-SNAPSHOT [19/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.css.cssext.proposals/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.cssext.proposals/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.cssext.proposals-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.cssext.proposals --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.model >------------- [INFO] Building e(fx)clipse - IDE - JavaFX Classmodel 3.10.0-SNAPSHOT [20/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.model --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.model --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEventHandlerProperty.java:[17] public interface IFXEventHandlerProperty extends IFXProperty { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEventHandlerProperty.java:[18] public String getEventTypeAsString(boolean fqn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEventHandlerProperty.java:[20] public IType getEventType(); ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[17] public interface IFXProperty { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[18] public String getName(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[20] public IJavaElement getJavaElement(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[22] public boolean isSetable(); ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[24] public IFXClass getFXClass(); ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXProperty.java:[26] public boolean isStatic(); ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXObjectPoperty.java:[23] public class FXObjectPoperty extends FXProperty implements IFXObjectProperty { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXObjectPoperty.java:[30] public FXObjectPoperty(FXClass fxClass, String name, IJavaElement javaElement, String erasedFQNType, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXObjectPoperty.java:[53] public IMethod getValueOfMethod() { ^^^^^^^^^^^^^^^^^^ The method getValueOfMethod() of type FXObjectPoperty should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/ModelUpdater.java:[24] public class ModelUpdater extends CompilationParticipant { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/ModelUpdater.java:[26] public ModelUpdater() { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/PropertiesUtil.java:[36] public class PropertiesUtil { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/PropertiesUtil.java:[38] public static Map resolveProperties(FXClass fxClass) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/PropertiesUtil.java:[163] public static Map resolveStaticProperties(FXClass fxClass) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassmodel.java:[18] public interface IFXClassmodel { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassmodel.java:[19] public IFXClass findClass(IJavaProject javaProject, IType type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassmodel.java:[21] public IFXCtrlClass findCtrlClass(IJavaProject javaProject, IType type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassmodel.java:[23] public void clearCache(IType type); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassProperty.java:[15] public interface IFXClassProperty extends IFXProperty { ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClassProperty.java:[15] public interface IFXClassProperty extends IFXProperty { } ^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[18] public interface IFXCtrlEventMethod { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[19] public String getName(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[21] public boolean hasArgument(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[23] public Visibility getVisibility(); ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[25] public IType getArgumentType(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlEventMethod.java:[27] public IJavaElement getJavaElement(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXMapProperty.java:[15] public interface IFXMapProperty extends IFXProperty { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXMapProperty.java:[15] public interface IFXMapProperty extends IFXProperty { } ^^^^^^ Empty block should be documented [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Util.java:[19] public class Util { ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Util.java:[20] public static boolean assignable(IType fromType, IType toType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXPrimitiveProperty.java:[18] public class FXPrimitiveProperty extends FXProperty implements IFXPrimitiveProperty { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXPrimitiveProperty.java:[21] public FXPrimitiveProperty(FXClass fxClass, String name, IMethod javaElement, Type type, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXPrimitiveProperty.java:[31] public static boolean isPrimitive(String genericTypeValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/Util.java:[29] public static <@Nullable R> R getAnnotationMemberValue(IAnnotation annotation, String name) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/Util.java:[51] public static String getFQNType(IType referenceType, String name) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/Util.java:[73] public static String toFQN(String[] array) { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/utils/Util.java:[86] public static String toFQN(IType owner, String signature) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXObjectProperty.java:[18] public interface IFXObjectProperty extends IFXProperty { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXObjectProperty.java:[19] public String getElementTypeAsString(boolean fqn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXObjectProperty.java:[21] public boolean hasValueOf(); ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXObjectProperty.java:[23] public IType getElementType(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXObjectProperty.java:[25] public IMethod getValueOfMethod(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXMapProperty.java:[22] public class FXMapProperty extends FXProperty implements IFXMapProperty { ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXMapProperty.java:[24] public FXMapProperty(FXClass fxClass, String name, IJavaElement javaElement, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXMapProperty.java:[28] public static boolean isMap(IJavaProject jp, String erasedFQNType) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXClassmodel.java:[24] public class FXClassmodel implements IFXClassmodel { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[25] public class FXCtrlField implements IFXCtrlField { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[30] public FXCtrlField(FXCtrlClass clazz, IField field, String erasedTypeSig) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[72] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for field '" + field + "'", e); ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[72] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for field '" + field + "'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[72] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for field '" + field + "'", e); ^^^^^ Unqualified access to the field FXCtrlField.field [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlField.java:[72] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for field '" + field + "'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[20] public interface IFXClass { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[21] public IFXProperty getDefaultProperty(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[23] public String getFQN(); ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[25] public String getSimpleName(); ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[27] public IType getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[29] public IMethod getValueOf(); ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[31] public Map getAllProperties(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[33] public Map getLocalProperties(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[35] public IFXProperty getProperty(String name); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[37] public Map getAllStaticProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[39] public Map getLocalStaticProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXClass.java:[41] public IFXProperty getStaticProperty(String name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEventHandlerProperty.java:[22] import org.eclipse.jdt.core.Signature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.core.Signature is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEventHandlerProperty.java:[24] public class FXEventHandlerProperty extends FXProperty implements IFXEventHandlerProperty { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEventHandlerProperty.java:[27] public FXEventHandlerProperty(FXClass fxClass, String name, IJavaElement javaElement, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEventHandlerProperty.java:[31] public static boolean isEventHandler(IJavaProject jp, String erasedFQNType) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCollectionProperty.java:[17] public interface IFXCollectionProperty extends IFXProperty { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCollectionProperty.java:[18] public IType getElementType(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCollectionProperty.java:[20] public String getCollectionAsString(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCollectionProperty.java:[22] public String getCollectionTypeAsString(boolean fqn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Visibility.java:[15] public enum Visibility { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Visibility.java:[16] PUBLIC, PACKAGE, PROTECTED, PRIVATE ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Visibility.java:[16] PUBLIC, PACKAGE, PROTECTED, PRIVATE ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Visibility.java:[16] PUBLIC, PACKAGE, PROTECTED, PRIVATE ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/Visibility.java:[16] PUBLIC, PACKAGE, PROTECTED, PRIVATE ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[19] public interface IFXCtrlClass { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[20] public IType getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[22] public String getSimpleName(); ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[24] public String getFQN(); ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[26] public Map getAllEventMethods(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlClass.java:[28] public Map getAllFields(); ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[27] public class FXCtrlEventMethod implements IFXCtrlEventMethod { ^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[32] public FXCtrlEventMethod(FXCtrlClass clazz, IMethod method, String erasedFQNType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[53] public IType getArgumentType() { ^^^^^^^^^^^^^^^^^ The method getArgumentType() of type FXCtrlEventMethod should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[78] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for method '" + method + "'", e); ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[78] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for method '" + method + "'", e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[78] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for method '" + method + "'", e); ^^^^^^ Unqualified access to the field FXCtrlEventMethod.method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[78] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve visibility for method '" + method + "'", e); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlEventMethod.java:[84] public static boolean isEventMethod(IJavaProject jp, String erasedFQNType) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEnumProperty.java:[22] public class FXEnumProperty extends FXProperty implements IFXEnumProperty { ^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEnumProperty.java:[26] public FXEnumProperty(FXClass fxClass, String name, IJavaElement javaElement, String erasedFQNType, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXEnumProperty.java:[31] public static boolean isEnum(IJavaProject jp, String erasedFQNType) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCtrlClass.java:[66] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve superclass name of '" + type.getFullyQualifiedName() + "'", e); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXProperty.java:[18] public abstract class FXProperty implements IFXProperty { ^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXProperty.java:[29] public FXProperty(FXClass fxClass, String name, IJavaElement javaElement, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXProperty.java:[34] this.setable = !(javaElement.getElementName().startsWith("get") || javaElement.getElementName().startsWith("is")); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXProperty.java:[34] this.setable = !(javaElement.getElementName().startsWith("get") || javaElement.getElementName().startsWith("is")); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/FXPlugin.java:[22] public class FXPlugin implements BundleActivator { ^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/FXPlugin.java:[40] public void start(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method start(BundleContext) of type FXPlugin should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/FXPlugin.java:[54] public void stop(BundleContext bundleContext) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method stop(BundleContext) of type FXPlugin should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/FXPlugin.java:[62] public static IFXClassmodel getClassmodel() { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/FXPlugin.java:[69] public static Logger getLogger() { ^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXClass.java:[73] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve superclass name of '" + type.getFullyQualifiedName() + "'", e); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXClass.java:[110] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve default annotation value for '" + this.type.getFullyQualifiedName() + "'", e); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXClass.java:[147] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to retrieve properties of '" + this.type.getFullyQualifiedName() + "'", e); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXClass.java:[169] FXPlugin.getLogger().log(LogService.LOG_ERROR, "Unable to static retrieve properties of '" + this.type.getFullyQualifiedName() + "'", e); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ The field LogService.LOG_ERROR is deprecated [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEnumProperty.java:[17] public interface IFXEnumProperty extends IFXProperty { ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEnumProperty.java:[18] public String getEnumTypeAsString(boolean fqn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXEnumProperty.java:[20] public IType getEnumType(); ^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlField.java:[18] public interface IFXCtrlField { ^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlField.java:[19] public IJavaElement getJavaElement(); ^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlField.java:[21] public String getName(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlField.java:[23] public IType getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXCtrlField.java:[25] public Visibility getVisibility(); ^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[15] public interface IFXPrimitiveProperty extends IFXProperty { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[16] public enum Type { ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[17] DOUBLE("double"), FLOAT("float"), LONG("long"), INTEGER("integer"), CHAR("char"), SHORT("short"), BYTE("byte"), BOOLEAN("boolean"), STRING("java.lang.String"); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[25] public String jvmType() { ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[26] return jvmType; ^^^^^^^ Unqualified access to the field IFXPrimitiveProperty.Type.jvmType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[29] public static Type parseType(String type) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/IFXPrimitiveProperty.java:[39] public Type getType(); ^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCollectionProperty.java:[23] public class FXCollectionProperty extends FXProperty implements IFXCollectionProperty { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCollectionProperty.java:[28] public FXCollectionProperty(FXClass fxClass, String name, IMethod javaElement, String erasedFQNType, String genericType, boolean isStatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCollectionProperty.java:[34] public static boolean isList(IJavaProject jp, String erasedFQNType) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCollectionProperty.java:[103] elementType = getFXClass().getJavaProject().findType(fqnType); ^^^^^^^^^^^ Unqualified access to the field FXCollectionProperty.elementType [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/org/eclipse/fx/ide/model/internal/FXCollectionProperty.java:[110] return elementType; ^^^^^^^^^^^ Unqualified access to the field FXCollectionProperty.elementType 148 problems (148 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.model --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.model --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.model --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.model --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.model --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.model --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.model/3.10.0-SNAPSHOT/org.eclipse.fx.ide.model-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.model --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph >------------ [INFO] Building e(fx)clipse - IDE - FXGraph 3.10.0-SNAPSHOT [21/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.fxgraph --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxgraph --- [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 49: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 60: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 66: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 72: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 87: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 121: Inconsistent indentation [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 91: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 94: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 95: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 98: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 98: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 102: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 106: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 110: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 117: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 133: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 144: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 145: The value of the local variable nix is not used [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 153: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 157: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphConverter.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/converter/FXGraphConverter.xtend 161: The value of the local variable nix is not used [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 100: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 114: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 142: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 156: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 158: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 163: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 165: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 176: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 211: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 213: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 221: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 223: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 225: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 254: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 293: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 313: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 353: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 392: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 403: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 412: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 414: Unnecessary cast from ReferenceValueProperty to ReferenceValueProperty [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 417: Unnecessary cast from IncludeValueProperty to IncludeValueProperty [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 420: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 428: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 438: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 442: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 444: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 587: Unnecessary cast from ReferenceValueProperty to ReferenceValueProperty [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 608: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 610: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/org/eclipse/fx/ide/fxgraph/generator/FXGraphGenerator.xtend 612: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.fxgraph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.fxgraph --- [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.fxgraph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.fxgraph --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.fxgraph --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxgraph --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxgraph --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxgraph --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxgraph --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxgraph --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.ui >---------- [INFO] Building e(fx)clipse - IDE - FXGraph UI 3.10.0-SNAPSHOT [22/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxgraph.ui --- [WARNING] WARNING: FXGraphTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/src/org/eclipse/fx/ide/fxgraph/ui/wizards/template/FXGraphTemplate.xtend 17: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ControllerTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/src/org/eclipse/fx/ide/fxgraph/ui/controller/ControllerTemplate.xtend 19: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ControllerTemplate.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/src/org/eclipse/fx/ide/fxgraph/ui/controller/ControllerTemplate.xtend 19: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxgraph.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxgraph.ui --- [INFO] [INFO] -------------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxml >------------- [INFO] Building e(fx)clipse - IDE - FXML UI 3.10.0-SNAPSHOT [23/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.fxml --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxml --- [WARNING] WARNING: ControllerGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/ControllerGenerator.xtend 56: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.fxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.fxml --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/classes [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/FXMLEditor.java:[35] import org.eclipse.fx.ide.ui.editor.IFXMLProviderAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/FXMLEditor.java:[36] import org.eclipse.fx.ide.ui.util.RelativeFileLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelativeFileLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/FXMLEditor.java:[46] public class FXMLEditor extends StructuredTextEditor implements IFXMLProviderAdapter { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFXMLProviderAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/FXMLEditor.java:[53] return "\n\n\n\n\n\t\n"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[54] import org.eclipse.fx.ide.ui.wizards.AbstractJDTElementPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[59] public class FXMLWizardPage extends AbstractJDTElementPage { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractJDTElementPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[63] super("fxml", Messages.FXMLWizardPage_1, Messages.FXMLWizardPage_0, froot, fragment, fWorkspaceRoot); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractJDTElementPage(String, String, String, IPackageFragmentRoot, IPackageFragment, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[104] FXMLElement element = getClazz(); ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[105] element.addPropertyChangeListener(new PropertyChangeListener() { @Override public void propertyChange(PropertyChangeEvent evt) { if( "fragmentRoot".equals(evt.getPropertyName()) ) { //$NON-NLS-1$ viewer.setInput(getTypes()); } } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.addPropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[114] dbc.bindValue(ViewerProperties.singleSelection().observe(viewer), BeanProperties.value("rootElement").observe(getClazz())); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[126] dbc.bindValue(WidgetProperties.buttonSelection().observe(b), BeanProperties.value("fxRoot").observe(getClazz())); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[131] if( getClazz().getFragmentRoot() != null ) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[131] if( getClazz().getFragmentRoot() != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[132] IJavaProject project= getClazz().getFragmentRoot().getJavaProject(); ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[132] IJavaProject project= getClazz().getFragmentRoot().getJavaProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[158] if( getClazz().getName() == null || getClazz().getName().trim().length() == 0 ) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[158] if( getClazz().getName() == null || getClazz().getName().trim().length() == 0 ) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[158] if( getClazz().getName() == null || getClazz().getName().trim().length() == 0 ) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[158] if( getClazz().getName() == null || getClazz().getName().trim().length() == 0 ) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[161] } else if(getClazz().getRootElement() == null) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[164] } else if(Character.isLowerCase(getClazz().getName().charAt(0))) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[164] } else if(Character.isLowerCase(getClazz().getName().charAt(0))) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[176] if( getClazz().getFragmentRoot() != null ) { ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[176] if( getClazz().getFragmentRoot() != null ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[177] IJavaProject jp = getClazz().getFragmentRoot().getJavaProject(); ^^^^^^^^^^ Discouraged access: The method 'AbstractJDTElementPage.getClazz()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/FXMLWizardPage.java:[177] IJavaProject jp = getClazz().getFragmentRoot().getJavaProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/Util.java:[38] private static final String FXML_NAMESPACE = "http://javafx.com/fxml"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/Util.java:[39] private static final String FXML_NAMESPACE_1 = "http://javafx.com/fxml/1"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/Util.java:[50] public static Attr getFXMLAttribute(Element e, String localName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/editors/Util.java:[88] public static IType findType(String name, Document xmlDoc) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing comment for public declaration [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[16] import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[18] import java.util.Arrays; ^^^^^^^^^^^^^^^^ The import java.util.Arrays is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[19] import java.util.Collection; ^^^^^^^^^^^^^^^^^^^^ The import java.util.Collection is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[20] import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[33] import org.eclipse.core.runtime.Path; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Path is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[56] import org.eclipse.jface.viewers.LabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.LabelProvider is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[59] import org.eclipse.jface.viewers.StyledString.Styler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.StyledString.Styler is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[60] import org.eclipse.jface.viewers.TableViewerColumn; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.TableViewerColumn is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[64] import org.eclipse.swt.events.SelectionAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.events.SelectionAdapter is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[65] import org.eclipse.swt.events.SelectionEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.events.SelectionEvent is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[69] import org.eclipse.swt.widgets.Button; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Button is never used [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[190] MessageDialog.openError(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Failed to create file", "Failure while create the controller file '"+e.getMessage()+"'"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[190] MessageDialog.openError(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Failed to create file", "Failure while create the controller file '"+e.getMessage()+"'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[190] MessageDialog.openError(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "Failed to create file", "Failure while create the controller file '"+e.getMessage()+"'"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[193] MessageDialog.openError(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "File already exists", "The controller file already exists. Updateing existing controllers is not supported!"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[193] MessageDialog.openError(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), "File already exists", "The controller file already exists. Updateing existing controllers is not supported!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[202] String cuName = clazz.getName() + ".java"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[207] String cuName = clazz.getName() + ".java"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[249] l.setText("Name:"); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[251] IWidgetValueProperty textProp = WidgetProperties.text(SWT.Modify); ^^^^^^^^^^^^^^^^^^^^ IWidgetValueProperty is a raw type. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[254] dbc.bindValue(textProp.observe(t), BeanProperties.value("name", String.class).observe(this.clazz)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue) of the generic method bindValue(IObservableValue, IObservableValue) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[254] dbc.bindValue(textProp.observe(t), BeanProperties.value("name", String.class).observe(this.clazz)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[254] dbc.bindValue(textProp.observe(t), BeanProperties.value("name", String.class).observe(this.clazz)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/command/GenerateController.java:[262] l.setText("Fields && Methods"); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/template/FXMLElement.java:[17] import org.eclipse.fx.ide.ui.wizards.template.JDTElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/template/FXMLElement.java:[22] public class FXMLElement extends JDTElement { ^^^^^^^^^^ Discouraged access: The type 'JDTElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/template/FXMLElement.java:[38] this.support.firePropertyChange("rootElement", this.rootElement, this.rootElement = rootElement); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The field 'JDTElement.support' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[32] import org.eclipse.fx.ide.ui.wizards.AbstractNewJDTElementWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractNewJDTElementWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[33] import org.eclipse.fx.ide.ui.wizards.template.IGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[38] public class NewFXMLWizard extends AbstractNewJDTElementWizard { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractNewJDTElementWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[60] protected IGenerator getGenerator() { ^^^^^^^^^^ Discouraged access: The type 'IGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[66] addPage(new FXMLWizardPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[66] addPage(new FXMLWizardPage(getInitialRoot(),getInitialFragment(),ResourcesPlugin.getWorkspace().getRoot())); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getInitialFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[71] boolean finish = super.performFinish(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.performFinish()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[93] String typeName = getDomainClass().getRootElement().getFullyQualifiedName(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[127] if (getFragment() != null) { ^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[128] String fxgraph = getDomainClass().getName() + ".fxml"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[128] String fxgraph = getDomainClass().getName() + ".fxml"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[129] IFolder p = (IFolder) getFragment().getResource(); ^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[133] String fxgraph = getDomainClass().getName() + ".fxml"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[133] String fxgraph = getDomainClass().getName() + ".fxml"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[134] IFolder p = (IFolder) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[134] IFolder p = (IFolder) getDomainClass().getFragmentRoot().getResource(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[140] IProject p = (IProject) getDomainClass().getFragmentRoot().getJavaProject().getResource(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractNewJDTElementWizard.getDomainClass()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/org/eclipse/fx/ide/fxml/wizards/NewFXMLWizard.java:[140] IProject p = (IProject) getDomainClass().getFragmentRoot().getJavaProject().getResource(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JDTElement.getFragmentRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.ui/target/classes') 75 problems (75 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.fxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.fxml --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.fxml --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxml --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxml --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxml --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxml --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxml --- [INFO] [INFO] --------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.compiler >--------- [INFO] Building e(fx)clipse - IDE - FXML/FGraph to Java compiler 3.10.0-SNAPSHOT [24/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxml.compiler --- [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 120: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 186: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 188: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 207: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 220: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 222: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 253: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 280: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 281: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 286: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 287: Unnecessary cast from Element to Element [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 289: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 289: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 292: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 297: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 299: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 301: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 304: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 307: Unnecessary cast from SimpleValueProperty to SimpleValueProperty [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 341: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 345: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 354: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 356: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 381: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 383: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 402: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 404: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 406: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 428: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphJavaGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphJavaGenerator.xtend 438: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 21: The import 'org.eclipse.fx.ide.fxgraph.fXGraph.util.FXGraphAdapterFactory' is never used. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 28: The private modifier is unnecessary on field provider [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 30: The private modifier is unnecessary on field simpleToFqn [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 31: The private modifier is unnecessary on field globalImports [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 32: The private modifier is unnecessary on field file [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 33: The private modifier is unnecessary on field idMap [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 34: The private modifier is unnecessary on field valueOfType [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 36: The private modifier is unnecessary on field FXML_NAMESPACE [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 37: The private modifier is unnecessary on field FXML_NAMESPACE_1 [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 82: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 124: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 182: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 184: Unnecessary cast from Element to Element [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 255: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 257: Unnecessary cast from Element to Element [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 296: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: FXMLSaxHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXMLSaxHandler.xtend 317: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 15: The private modifier is unnecessary on field EVENT_HANDLER_CLASS [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 16: The private modifier is unnecessary on field OBSERVABLELIST_CLASS [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 26: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 36: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 53: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 57: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 98: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 113: Unnecessary cast from WildcardType to WildcardType [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 131: Unnecessary cast from WildcardType to WildcardType [WARNING] WARNING: ReflectionHelper.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/ReflectionHelper.xtend 146: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphGenerator.xtend 19: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphGenerator.xtend 26: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphGenerator.xtend 63: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: FXGraphGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/org/eclipse/fx/ide/fxml/compiler/FXGraphGenerator.xtend 65: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.fxml.compiler/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.compiler/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.compiler-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxml.compiler --- [INFO] [INFO] -------------< org.eclipse.fx.ide:org.eclipse.fx.ide.l10n >------------- [INFO] Building e(fx)clipse - IDE - l10n core 3.10.0-SNAPSHOT [25/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.l10n --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.l10n --- [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 44: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 44: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 44: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 44: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 58: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 58: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 72: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 77: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 82: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 92: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 92: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 96: The value of the local variable dummy is not used [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 133: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 142: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 149: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 149: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 149: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 151: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 151: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 216: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 216: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 230: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 230: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: NLSDslGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/org/eclipse/fx/ide/l10n/generator/NLSDslGenerator.xtend 239: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.l10n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.l10n --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.l10n --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.l10n --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.l10n --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.l10n --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.l10n --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.l10n --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.l10n --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.l10n --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.ui >------------ [INFO] Building e(fx)clipse - IDE - l10n UI 3.10.0-SNAPSHOT [26/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.l10n.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.l10n.ui --- [WARNING] WARNING: StringReplacementHandler.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/edit/StringReplacementHandler.xtend 31: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 3: The type ISemanticHighlightingCalculator is deprecated [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 5: The type IHighlightedPositionAcceptor is deprecated [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 13: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 18: The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 18: The method addPosition(int, int, String...) from the type IHighlightedPositionAcceptor is deprecated [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 12: The type IHighlightedPositionAcceptor is deprecated [WARNING] WARNING: NLSHighlightingCalculator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/org/eclipse/fx/ide/l10n/ui/highlighting/NLSHighlightingCalculator.xtend 10: The type ISemanticHighlightingCalculator is deprecated [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.l10n.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.l10n.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.l10n.ui --- [INFO] [INFO] ------------< org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel >------------ [INFO] Building e(fx)clipse - IDE - GModel Core 3.10.0-SNAPSHOT [27/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.gmodel --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.gmodel --- [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 60: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 68: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 83: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 96: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 103: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 103: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 116: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 123: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 158: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 192: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 214: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 272: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 274: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 276: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 278: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 280: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 375: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: GsonGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/GsonGenerator.xtend 379: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: InterfaceGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/InterfaceGenerator.xtend 61: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: InterfaceGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/InterfaceGenerator.xtend 75: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: InterfaceGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/InterfaceGenerator.xtend 88: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: InterfaceGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/InterfaceGenerator.xtend 111: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: InterfaceGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/InterfaceGenerator.xtend 115: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: Util.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/Util.xtend 23: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: Util.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/org/eclipse/fx/ide/gmodel/generator/Util.xtend 24: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.gmodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.gmodel --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.gmodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.gmodel --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.gmodel --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.gmodel --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.gmodel --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.gmodel --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.gmodel --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.gmodel --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.gmodel.ui >----------- [INFO] Building e(fx)clipse - IDE - GModel UI 3.10.0-SNAPSHOT [28/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmodel.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmodel.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.gmodel.ui --- [INFO] [INFO] -------< org.eclipse.fx.runtime:org.eclipse.fx.code.editor.ldef >------- [INFO] Building e(fx)clipse - IDE - LDef Editor Core 3.10.0-SNAPSHOT [29/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.ldef --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.code.editor.ldef --- [WARNING] WARNING: DeclarativeStyleingGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/DeclarativeStyleingGenerator.xtend 9: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: LDefGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/LDefGenerator.xtend 30: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 27: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 29: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 31: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 45: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 46: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 50: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 161: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 188: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 197: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 205: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 220: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 222: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 224: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 225: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 225: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 229: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 233: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 234: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 234: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 246: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 246: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 250: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 250: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 254: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 256: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 258: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 259: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 259: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 263: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 267: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 268: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JavaFXCodeGenerator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JavaFXCodeGenerator.xtend 268: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 21: The import 'org.eclipse.fx.code.editor.configuration.Token' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 20: The import 'org.eclipse.fx.code.editor.configuration.PartitionRule_SingleLine' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 13: The import 'org.eclipse.fx.code.editor.configuration.PartitionRule' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 11: The import 'java.util.ArrayList' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 22: The import 'org.eclipse.fx.code.editor.configuration.TokenScanner' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 16: The import 'org.eclipse.fx.code.editor.ldef.lDef.Partition_Rule' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 39: The import 'org.eclipse.fx.code.editor.configuration.PartitionWhiteSpace' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 10: The import 'org.eclipse.fx.code.editor.configuration.Partition' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 17: The import 'java.util.Set' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 9: The import 'java.util.List' is never used. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 73: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 73: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 85: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 101: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 85: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 101: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 135: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 145: Unnecessary cast from Scanner_Keyword to Scanner_Keyword [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 151: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 159: Unnecessary cast from Scanner_SingleLineRule to Scanner_SingleLineRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 169: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 176: Unnecessary cast from Scanner_MultiLineRule to Scanner_MultiLineRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 186: Unnecessary cast from Scanner_CharacterRule to Scanner_CharacterRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 193: Unnecessary cast from Scanner_PatternRule to Scanner_PatternRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 145: Unnecessary cast from Scanner_Keyword to Scanner_Keyword [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 151: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 159: Unnecessary cast from Scanner_SingleLineRule to Scanner_SingleLineRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 169: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 176: Unnecessary cast from Scanner_MultiLineRule to Scanner_MultiLineRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 186: Unnecessary cast from Scanner_CharacterRule to Scanner_CharacterRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 193: Unnecessary cast from Scanner_PatternRule to Scanner_PatternRule [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 206: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 224: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: JSONConfigurationConfigurator.xtend - /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/org/eclipse/fx/code/editor/ldef/generator/JSONConfigurationConfigurator.xtend 228: Unnecessary cast from Equals to Equals [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.ldef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.code.editor.ldef --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.ldef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.ldef --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.ldef --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.code.editor.ldef --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.code.editor.ldef --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.code.editor.ldef --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.code.editor.ldef --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/runtime/org.eclipse.fx.code.editor.ldef/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.code.editor.ldef --- [INFO] [INFO] -------< org.eclipse.fx.ide:org.eclipse.fx.code.editor.ldef.ui >-------- [INFO] Building e(fx)clipse - IDE - LDef Editor 3.10.0-SNAPSHOT [30/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.code.editor.ldef.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.code.editor.ldef.ui/3.10.0-SNAPSHOT/org.eclipse.fx.code.editor.ldef.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.code.editor.ldef.ui --- [INFO] [INFO] -------------< org.eclipse.fx.ide:org.eclipse.fx.ide.m2e >-------------- [INFO] Building e(fx)clipse - IDE - m2e lifecycle integration 3.10.0-SNAPSHOT [31/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.m2e --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.m2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.m2e --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.m2e --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.m2e --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.m2e --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.m2e --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.m2e --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.m2e --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.m2e --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.m2e/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.m2e --- [INFO] [INFO] ------< org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching >------- [INFO] Building e(fx)clipse - IDE - Maven Launching 3.10.0-SNAPSHOT [32/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.mvnosgi.launching --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.mvnosgi.launching --- [INFO] [INFO] -----< org.eclipse.fx.ide:org.eclipse.fx.ide.mvnosgi.launching.ui >----- [INFO] Building e(fx)clipse - IDE - Maven Launching UI 3.10.0-SNAPSHOT [33/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/bundles/tooling/org.eclipse.fx.ide.mvnosgi.launching.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.mvnosgi.launching.ui/3.10.0-SNAPSHOT/org.eclipse.fx.ide.mvnosgi.launching.ui-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.mvnosgi.launching.ui --- [INFO] [INFO] --------< org.eclipse.fx.ide:org.eclipse.fx.ide.basic.feature >--------- [INFO] Building e(fx)clipse - IDE - Features - Basic 3.10.0-SNAPSHOT [34/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.basic.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.basic.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.basic.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/target/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.basic.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/target/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.basic.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/target/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.basic.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.basic.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.basic.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.basic.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.basic.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.basic.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.basic.feature --- [INFO] [INFO] --------< org.eclipse.fx.ide:org.eclipse.fx.ide.rrobot.feature >-------- [INFO] Building e(fx)clipse - IDE - Features - RRobot 3.10.0-SNAPSHOT [35/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/target/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/target/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/target/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.rrobot.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.rrobot.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.rrobot.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.rrobot.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.css.feature >---------- [INFO] Building e(fx)clipse - IDE - Features - CSS 3.10.0-SNAPSHOT [36/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.css.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.css.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.css.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/target/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.css.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/target/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.css.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/target/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.css.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.css.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.css.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.css.feature --- [INFO] [INFO] -------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxgraph.feature >-------- [INFO] Building e(fx)clipse - IDE - Features - FXGraph 3.10.0-SNAPSHOT [37/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/target/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/target/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/target/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxgraph.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxgraph.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxgraph.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxgraph.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.fxml.feature >--------- [INFO] Building e(fx)clipse - IDE - Features - FXML 3.10.0-SNAPSHOT [38/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.fxml.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.fxml.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.fxml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/target/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.fxml.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/target/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.fxml.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/target/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.fxml.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.fxml.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.fxml.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.fxml.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.pde.feature >---------- [INFO] Building e(fx)clipse - IDE - Features - PDE 3.10.0-SNAPSHOT [39/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.pde.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.pde.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.pde.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/target/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.pde.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/target/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.pde.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/target/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.pde.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.pde.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.pde.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.pde.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.l10n.feature >--------- [INFO] Building e(fx)clipse - IDE - Features - l10n 3.10.0-SNAPSHOT [40/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.l10n.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.l10n.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.l10n.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/target/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.l10n.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/target/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.l10n.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/target/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.l10n.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.l10n.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.l10n.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.l10n.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.ldef.feature >--------- [INFO] Building e(fx)clipse - IDE - Features - ldef 3.10.0-SNAPSHOT [41/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.ldef.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.ldef.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.ldef.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/target/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.ldef.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/target/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.ldef.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/target/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ldef.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ldef.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ldef.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.ldef.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.ldef.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.ldef.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.ldef.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.gmod.feature >--------- [INFO] Building e(fx)clipse - IDE - Features - GMod 3.10.0-SNAPSHOT [42/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.gmod.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.gmod.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.gmod.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/target/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.gmod.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/target/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.gmod.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/target/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmod.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmod.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmod.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.gmod.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.gmod.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.gmod.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.gmod.feature --- [INFO] [INFO] ---------< org.eclipse.fx.ide:org.eclipse.fx.ide.m2e.feature >---------- [INFO] Building e(fx)clipse - IDE - Features - m2e 3.10.0-SNAPSHOT [43/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.m2e.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.m2e.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.m2e.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/target/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.m2e.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/target/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.m2e.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/target/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.m2e.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.m2e.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.m2e.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.m2e.feature --- [INFO] [INFO] -----------< org.eclipse.fx.ide:org.eclipse.fx.ide.feature >------------ [INFO] Building e(fx)clipse - IDE - Features - All in one 3.10.0-SNAPSHOT [44/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fx.ide.feature --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.feature --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/src/main/java]' does not exist. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.fx.ide.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/target/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/target/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.feature --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/target/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/target/p2content.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/tooling/org.eclipse.fx.ide.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.feature/3.10.0-SNAPSHOT/org.eclipse.fx.ide.feature-3.10.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.fx.ide.feature --- [INFO] [INFO] ----------< org.eclipse.fx.ide:org.eclipse.fx.ide.updatesite >---------- [INFO] Building e(fx)clipse - IDE - Updatesite 3.10.0-SNAPSHOT [45/45] [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.fx.ide.updatesite --- [INFO] The project's OSGi version is 3.10.0.202303150700 [INFO] [INFO] --- xtend-maven-plugin:2.16.0:compile (default) @ org.eclipse.fx.ide.updatesite --- [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/src/main/java]' does not exist. [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:update-site (default-update-site) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-site-p2-metadata (default-update-site-p2-metadata) @ org.eclipse.fx.ide.updatesite --- [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar, -configuration, /tmp/tycho-p2-runtime2339030511438641219.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site/, -metadataRepositoryName, e(fx)clipse - IDE - Updatesite, -artifactRepository, file:/home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site/, -artifactRepositoryName, e(fx)clipse - IDE - Updatesite Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:update-site-packaging (default-update-site-packaging) @ org.eclipse.fx.ide.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site.zip [INFO] Building zip: /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site_assembly.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.fx.ide.updatesite --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fx.ide.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site.zip to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.updatesite/3.10.0-SNAPSHOT/org.eclipse.fx.ide.updatesite-3.10.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/pom.xml to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.updatesite/3.10.0-SNAPSHOT/org.eclipse.fx.ide.updatesite-3.10.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/efxclipse_ide/releng/org.eclipse.fx.ide.updatesite/target/site_assembly.zip to /home/jenkins/agent/workspace/efxclipse_ide/.repository/org/eclipse/fx/ide/org.eclipse.fx.ide.updatesite/3.10.0-SNAPSHOT/org.eclipse.fx.ide.updatesite-3.10.0-SNAPSHOT-assembly.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] e(fx)clipse IDE build 3.10.0-SNAPSHOT .............. SUCCESS [01:18 min] [INFO] e(fx)clipse - IDE - JDT Core ....................... SUCCESS [ 16.470 s] [INFO] e(fx)clipse - IDE - Basic UI ....................... SUCCESS [ 7.208 s] [INFO] e(fx)clipse - IDE - JDT UI ......................... SUCCESS [ 21.556 s] [INFO] e(fx)clipse - IDE - RRobot Model ................... SUCCESS [ 8.470 s] [INFO] e(fx)clipse - IDE - RRobot ......................... SUCCESS [ 6.335 s] [INFO] e(fx)clipse - IDE - RRobot - DSL-Core .............. SUCCESS [ 11.475 s] [INFO] e(fx)clipse - IDE - RRobot - DSL-UI ................ SUCCESS [ 8.213 s] [INFO] e(fx)clipse - IDE - PDE UI ......................... SUCCESS [ 11.394 s] [INFO] e(fx)clipse - IDE - PDE e4 - UI .................... SUCCESS [ 16.638 s] [INFO] e(fx)clipse - IDE - PDE Classpath Enhancer ......... SUCCESS [ 3.909 s] [INFO] e(fx)clipse - IDE - FXML Preview Tooling ........... SUCCESS [ 5.337 s] [INFO] e(fx)clipse - IDE - CSS Core ....................... SUCCESS [ 8.899 s] [INFO] e(fx)clipse - IDE - CSS UI ......................... SUCCESS [ 8.975 s] [INFO] e(fx)clipse - IDE - CSS JavaFX2 Extensions ......... SUCCESS [ 3.626 s] [INFO] e(fx)clipse - IDE - CSS JavaFX8 Extensions ......... SUCCESS [ 2.944 s] [INFO] e(fx)clipse - IDE - CSS Ext Core ................... SUCCESS [ 12.387 s] [INFO] e(fx)clipse - IDE - CSS Ext UI ..................... SUCCESS [ 7.766 s] [INFO] e(fx)clipse - IDE - CSS Ext Core Proposals ......... SUCCESS [ 4.055 s] [INFO] e(fx)clipse - IDE - JavaFX Classmodel .............. SUCCESS [ 6.311 s] [INFO] e(fx)clipse - IDE - FXGraph ........................ SUCCESS [ 22.986 s] [INFO] e(fx)clipse - IDE - FXGraph UI ..................... SUCCESS [ 11.543 s] [INFO] e(fx)clipse - IDE - FXML UI ........................ SUCCESS [ 6.965 s] [INFO] e(fx)clipse - IDE - FXML/FGraph to Java compiler ... SUCCESS [ 9.234 s] [INFO] e(fx)clipse - IDE - l10n core ...................... SUCCESS [ 6.636 s] [INFO] e(fx)clipse - IDE - l10n UI ........................ SUCCESS [ 6.529 s] [INFO] e(fx)clipse - IDE - GModel Core .................... SUCCESS [ 5.612 s] [INFO] e(fx)clipse - IDE - GModel UI ...................... SUCCESS [ 4.919 s] [INFO] e(fx)clipse - IDE - LDef Editor Core ............... SUCCESS [ 7.574 s] [INFO] e(fx)clipse - IDE - LDef Editor .................... SUCCESS [ 6.701 s] [INFO] e(fx)clipse - IDE - m2e lifecycle integration ...... SUCCESS [ 3.016 s] [INFO] e(fx)clipse - IDE - Maven Launching ................ SUCCESS [ 3.664 s] [INFO] e(fx)clipse - IDE - Maven Launching UI ............. SUCCESS [ 3.393 s] [INFO] e(fx)clipse - IDE - Features - Basic ............... SUCCESS [ 1.820 s] [INFO] e(fx)clipse - IDE - Features - RRobot .............. SUCCESS [ 2.200 s] [INFO] e(fx)clipse - IDE - Features - CSS ................. SUCCESS [ 2.318 s] [INFO] e(fx)clipse - IDE - Features - FXGraph ............. SUCCESS [ 2.039 s] [INFO] e(fx)clipse - IDE - Features - FXML ................ SUCCESS [ 1.603 s] [INFO] e(fx)clipse - IDE - Features - PDE ................. SUCCESS [ 1.879 s] [INFO] e(fx)clipse - IDE - Features - l10n ................ SUCCESS [ 1.470 s] [INFO] e(fx)clipse - IDE - Features - ldef ................ SUCCESS [ 1.474 s] [INFO] e(fx)clipse - IDE - Features - GMod ................ SUCCESS [ 1.946 s] [INFO] e(fx)clipse - IDE - Features - m2e ................. SUCCESS [ 1.933 s] [INFO] e(fx)clipse - IDE - Features - All in one .......... SUCCESS [ 1.837 s] [INFO] e(fx)clipse - IDE - Updatesite 3.10.0-SNAPSHOT ..... SUCCESS [ 5.656 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:18 h [INFO] Finished at: 2023-03-15T08:19:12Z [INFO] ------------------------------------------------------------------------ [efxclipse_ide] $ /bin/sh -xe /tmp/jenkins13913026931384901149.sh + ssh genie.efxclipse@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/efxclipse/updates-nightly/*' + scp -r releng/org.eclipse.fx.ide.updatesite/target/site releng/org.eclipse.fx.ide.updatesite/target/site_assembly.zip releng/org.eclipse.fx.ide.updatesite/target/site.zip genie.efxclipse@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/efxclipse/updates-nightly/ $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Finished: SUCCESS