va:415) [plexus-classworlds-2.5.2.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [plexus-classworlds-2.5.2.jar:na]
Caused by: net.sourceforge.pmd.lang.java.ast.ParseException: Encountered " "new" "new "" at line 43, column 28.
Was expecting one of:
";" ...
"++" ...
"--" ...
"++" ...
"--" ...
at net.sourceforge.pmd.lang.java.ast.JavaParser.generateParseException(JavaParser.java:11224) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.jj_consume_token(JavaParser.java:11108) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ReturnStatement(JavaParser.java:5656) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4684) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.MethodDeclaration(JavaParser.java:1611) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBodyDeclaration(JavaParser.java:1246) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBody(JavaParser.java:1162) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceDeclaration(JavaParser.java:586) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.TypeDeclaration(JavaParser.java:476) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.CompilationUnit(JavaParser.java:222) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.AbstractJavaParser.parse(AbstractJavaParser.java:56) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.parse(SourceCodeProcessor.java:91) ~[pmd-core-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.processSource(SourceCodeProcessor.java:138) ~[pmd-core-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:76) ~[pmd-core-5.4.2.jar:na]
... 59 common frames omitted
14:20:28.959 ERROR - Fail to execute PMD. Following file is ignored: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelAdapterFactory.java
net.sourceforge.pmd.PMDException: Error while parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/model/JavaModelAdapterFactory.java
at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:79) ~[pmd-core-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:43) ~[pmd-core-5.4.2.jar:na]
at org.sonar.plugins.pmd.PmdTemplate.process(PmdTemplate.java:82) ~[sonar-pmd-plugin-2.6.jar:na]
at org.sonar.plugins.pmd.PmdExecutor.executeRules(PmdExecutor.java:120) [sonar-pmd-plugin-2.6.jar:na]
at org.sonar.plugins.pmd.PmdExecutor.executePmd(PmdExecutor.java:90) [sonar-pmd-plugin-2.6.jar:na]
at org.sonar.plugins.pmd.PmdExecutor.execute(PmdExecutor.java:75) [sonar-pmd-plugin-2.6.jar:na]
at org.sonar.plugins.pmd.PmdSensor.analyse(PmdSensor.java:67) [sonar-pmd-plugin-2.6.jar:na]
at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:79) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:70) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.phases.PhaseExecutor.execute(PhaseExecutor.java:119) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:194) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:233) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:228) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:226) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:221) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ScanTask.scan(ScanTask.java:64) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.scan.ScanTask.execute(ScanTask.java:51) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.bootstrap.TaskContainer.doAfterStart(TaskContainer.java:125) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.bootstrap.BootstrapContainer.executeTask(BootstrapContainer.java:173) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:95) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67) [sonar-batch-maven-compat-4.5.7.jar:na]
at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion(BatchIsolatedLauncher.java:71) [sonar-scanner-api-batch8288018934024590752.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_192]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_192]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_192]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_192]
at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) [sonar-scanner-api-2.9.0.887.jar:na]
at com.sun.proxy.$Proxy27.executeOldVersion(Unknown Source) [na:na]
at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:238) [sonar-scanner-api-2.9.0.887.jar:na]
at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151) [sonar-scanner-api-2.9.0.887.jar:na]
at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:77) [sonar-maven-plugin-3.3.0.603.jar:na]
at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:139) [sonar-maven-plugin-3.3.0.603.jar:na]
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [maven-core-3.6.0.jar:3.6.0]
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) [maven-embedder-3.6.0.jar:3.6.0]
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) [maven-embedder-3.6.0.jar:3.6.0]
at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) [maven-embedder-3.6.0.jar:3.6.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_192]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_192]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_192]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_192]
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [plexus-classworlds-2.5.2.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [plexus-classworlds-2.5.2.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [plexus-classworlds-2.5.2.jar:na]
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [plexus-classworlds-2.5.2.jar:na]
Caused by: net.sourceforge.pmd.lang.java.ast.ParseException: Encountered " "new" "new "" at line 40, column 44.
Was expecting one of:
";" ...
"++" ...
"--" ...
"++" ...
"--" ...
at net.sourceforge.pmd.lang.java.ast.JavaParser.generateParseException(JavaParser.java:11224) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.jj_consume_token(JavaParser.java:11108) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ReturnStatement(JavaParser.java:5656) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4684) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.IfStatement(JavaParser.java:5141) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4666) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4630) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.IfStatement(JavaParser.java:5141) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4666) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.MethodDeclaration(JavaParser.java:1611) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBodyDeclaration(JavaParser.java:1246) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBody(JavaParser.java:1162) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceDeclaration(JavaParser.java:586) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.TypeDeclaration(JavaParser.java:476) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.ast.JavaParser.CompilationUnit(JavaParser.java:222) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.lang.java.AbstractJavaParser.parse(AbstractJavaParser.java:56) ~[pmd-java-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.parse(SourceCodeProcessor.java:91) ~[pmd-core-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.processSource(SourceCodeProcessor.java:138) ~[pmd-core-5.4.2.jar:na]
at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:76) ~[pmd-core-5.4.2.jar:na]
... 59 common frames omitted
14:20:51.250 INFO - Execute PMD 5.4.2 done: 50131 ms
14:20:51.504 INFO - Sensor PmdSensor done: 50388 ms
14:20:51.504 INFO - Sensor CheckstyleSensor...
14:20:51.504 INFO - Execute Checkstyle ${checkstyle.version}...
14:20:51.506 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.ui/target/sonar/checkstyle.xml
14:21:04.036 INFO - Execute Checkstyle ${checkstyle.version} done: 12532 ms
14:21:04.036 INFO - Sensor CheckstyleSensor done: 12532 ms
14:21:04.036 INFO - Sensor JaCoCoSensor...
14:21:04.074 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:04.968 INFO - No information about coverage per test.
14:21:04.968 INFO - Sensor JaCoCoSensor done: 932 ms
14:21:04.968 INFO - Sensor CPD Sensor (wrapped)...
14:21:04.968 INFO - JavaCpdEngine is used for java
14:21:04.987 INFO - Cross-project analysis disabled
14:21:09.258 INFO - Sensor CPD Sensor (wrapped) done: 4290 ms
14:21:09.346 INFO - Execute decorators...
14:21:22.402 INFO - ------------- Scan org.eclipse.jdt.junit
14:21:22.404 INFO - Load module settings
14:21:22.442 INFO - Configure Maven plugins
14:21:22.445 INFO - Compare to previous analysis (2019-08-19)
14:21:22.446 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:22.447 INFO - Compare to previous version (2019-06-03)
14:21:22.447 INFO - No quality gate is configured.
14:21:22.463 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit
14:21:22.463 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/sonar
14:21:22.464 INFO - Source paths: pom.xml, src, internal compatibility
14:21:22.464 INFO - Binary dirs: target/classes
14:21:22.464 INFO - Source encoding: UTF-8, default locale: en_US
14:21:22.464 INFO - Index files
14:21:22.464 INFO - Excluded sources:
14:21:22.464 INFO - **/util/*Switch.java
14:21:22.485 INFO - 72 files indexed
14:21:22.874 INFO - Quality profile for java: Sonar way with Findbugs
14:21:22.882 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/jacoco-it.exec
14:21:22.884 INFO - Sensor JavaSquidSensor...
14:21:22.886 INFO - Configured Java source version (sonar.java.source): 6
14:21:22.886 INFO - JavaClasspath initialization...
14:21:22.905 INFO - JavaClasspath initialization done: 19 ms
14:21:22.905 INFO - JavaTestClasspath initialization...
14:21:22.943 INFO - JavaTestClasspath initialization done: 38 ms
14:21:22.950 INFO - Java Main Files AST scan...
14:21:22.951 INFO - 72 source files to be analyzed
14:21:23.202 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:23.203 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:23.361 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:23.362 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:23.397 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:23.397 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:23.483 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:23.483 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:23.675 ERROR - Class not found: org.eclipse.jdt.internal.junit.launcher.TestKind
14:21:23.754 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:23.754 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:23.793 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.RenameParticipant
14:21:23.794 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
14:21:23.794 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:23.794 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:23.838 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:23.838 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:23.871 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:23.871 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:23.944 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:23.944 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:23.977 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:23.977 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:24.068 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.RenameParticipant
14:21:24.068 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
14:21:24.068 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:24.068 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:24.182 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.182 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.184 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.RenameArguments
14:21:24.225 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.RenameParticipant
14:21:24.225 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
14:21:24.225 ERROR - Class not found: org.eclipse.ltk.core.refactoring.RefactoringStatus
14:21:24.226 ERROR - Class not found: org.eclipse.ltk.core.refactoring.Change
14:21:24.235 ERROR - Class not found: org.eclipse.ltk.core.refactoring.participants.RenameArguments
14:21:24.375 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.375 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.454 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.454 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.456 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:24.538 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:24.539 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:24.624 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.624 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.703 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.703 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.708 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:24.763 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:24.763 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:24.851 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:25.001 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:25.001 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:25.142 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:25.142 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:25.268 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:25.268 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:25.347 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:25.500 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:25.500 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:25.526 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:25.527 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.122 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.122 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.126 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:26.126 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:26.206 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.206 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.247 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.248 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.258 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.258 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.353 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.354 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.376 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.376 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.454 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.455 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.563 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.594 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.594 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.665 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.665 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.723 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.724 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.780 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.780 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.784 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.785 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.841 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.841 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.843 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.844 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.899 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.899 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.902 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:26.903 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:26.968 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:26.968 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:26.969 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:27.090 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:27.092 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:27.502 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:27.502 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:27.542 ERROR - Class not found: org.eclipse.jdt.internal.ui.viewsupport.SelectionProviderMediator
14:21:27.542 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:27.542 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:27.542 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestCaseElement
14:21:27.542 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestSuiteElement
14:21:27.543 ERROR - Class not found: org.eclipse.jdt.junit.model.ITestElement
14:21:27.763 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:27.764 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:28.009 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestRunSession
14:21:28.009 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:28.018 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestCaseElement
14:21:28.021 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestSuiteElement
14:21:28.021 ERROR - Class not found: org.eclipse.jdt.junit.model.ITestElement
14:21:28.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.model.TestElement
14:21:28.171 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:28.171 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:28.342 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:28.343 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:28.482 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:28.482 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:28.671 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:28.673 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:28.826 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:28.828 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:28.952 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:28.953 ERROR - Class not found: org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor
14:21:28.957 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:29.019 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:29.020 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:29.157 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:29.158 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:29.174 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:29.175 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:29.264 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:29.264 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:29.400 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:29.401 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:29.413 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:29.413 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:29.714 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:29.714 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:29.726 ERROR - Class not found: org.eclipse.jdt.internal.junit.util.CoreTestSearchEngine
14:21:29.726 ERROR - Class not found: org.eclipse.jdt.internal.junit.launcher.ITestKind
14:21:29.738 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:29.739 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:29.760 ERROR - Class not found: org.eclipse.jdt.internal.ui.wizards.dialogfields.SelectionButtonDialogField
14:21:29.760 ERROR - Class not found: org.eclipse.jdt.internal.ui.wizards.dialogfields.TextBoxDialogField
14:21:29.760 ERROR - Class not found: org.eclipse.jdt.internal.ui.wizards.dialogfields.IDialogFieldListener
14:21:29.760 ERROR - Class not found: org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField
14:21:30.059 ERROR - Class not found: org.eclipse.jdt.internal.junit.util.CoreTestSearchEngine
14:21:30.059 ERROR - Class not found: org.eclipse.jdt.internal.junit.launcher.ITestKind
14:21:30.075 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:30.076 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:30.080 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:30.080 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:30.301 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:30.301 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:30.332 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:30.332 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:30.584 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:30.584 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:30.761 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage
14:21:30.761 ERROR - Class not found: org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
14:21:30.795 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:30.797 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:30.836 INFO - Java Main Files AST scan done: 7886 ms
14:21:30.837 INFO - 72/72 source files have been analyzed
14:21:30.840 INFO - Java bytecode scan...
14:21:30.936 WARN - Class 'org/eclipse/jdt/internal/ui/JavaPluginImages' is not accessible through the ClassLoader.
14:21:30.937 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:30.937 WARN - Class 'org/eclipse/jdt/internal/ui/util/BusyIndicatorRunnableContext' is not accessible through the ClassLoader.
14:21:30.938 WARN - Class 'org/eclipse/jdt/ui/wizards/NewElementWizardPage' is not accessible through the ClassLoader.
14:21:30.938 WARN - Class 'org/eclipse/jdt/ui/wizards/IClasspathContainerPage' is not accessible through the ClassLoader.
14:21:30.938 WARN - Class 'org/eclipse/jdt/ui/wizards/IClasspathContainerPageExtension' is not accessible through the ClassLoader.
14:21:30.938 WARN - Class 'org/eclipse/jdt/ui/wizards/NewElementWizardPage' is not accessible through the ClassLoader.
14:21:30.958 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:30.958 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:30.958 WARN - Class 'org/eclipse/jdt/ui/wizards/NewElementWizardPage' is not accessible through the ClassLoader.
14:21:30.958 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:30.958 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:30.959 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:30.959 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:30.959 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaModelUtil' is not accessible through the ClassLoader.
14:21:30.959 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:30.959 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:30.968 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/IDialogFieldListener' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.969 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.970 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.971 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.972 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.973 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/dialogs/StatusInfo' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/dialogs/StatusInfo' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/dialogs/StatusInfo' is not accessible through the ClassLoader.
14:21:30.974 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.975 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:30.975 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/SelectionButtonDialogField' is not accessible through the ClassLoader.
14:21:30.975 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/dialogfields/TextBoxDialogField' is not accessible through the ClassLoader.
14:21:31.022 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.022 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/ltk/core/refactoring/participants/RenameParticipant' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/ltk/core/refactoring/participants/RenameParticipant' is not accessible through the ClassLoader.
14:21:31.023 WARN - Class 'org/eclipse/ltk/core/refactoring/RefactoringStatus' is not accessible through the ClassLoader.
14:21:31.024 WARN - Class 'org/eclipse/ltk/core/refactoring/participants/RenameArguments' is not accessible through the ClassLoader.
14:21:31.025 WARN - Class 'org/eclipse/ltk/core/refactoring/CompositeChange' is not accessible through the ClassLoader.
14:21:31.025 WARN - Class 'org/eclipse/ltk/core/refactoring/participants/RenameArguments' is not accessible through the ClassLoader.
14:21:31.025 WARN - Class 'org/eclipse/ltk/core/refactoring/participants/RenameArguments' is not accessible through the ClassLoader.
14:21:31.025 WARN - Class 'org/eclipse/ltk/core/refactoring/Change' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/ltk/core/refactoring/Change' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/ltk/core/refactoring/RefactoringStatus' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/ltk/core/refactoring/RefactoringStatus' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/ltk/core/refactoring/NullChange' is not accessible through the ClassLoader.
14:21:31.026 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.027 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.027 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.028 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.028 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.028 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.057 WARN - Class 'org/eclipse/jdt/internal/ui/JavaPlugin' is not accessible through the ClassLoader.
14:21:31.059 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.060 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.061 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.062 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.062 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.062 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.068 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.068 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.068 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.068 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.069 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.069 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.069 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.070 WARN - Class 'org/eclipse/jdt/internal/ui/actions/SelectionConverter' is not accessible through the ClassLoader.
14:21:31.070 WARN - Class 'org/eclipse/jdt/internal/ui/actions/SelectionConverter' is not accessible through the ClassLoader.
14:21:31.070 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabels' is not accessible through the ClassLoader.
14:21:31.070 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.071 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.071 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.072 WARN - Class 'org/eclipse/jdt/ui/text/java/IJavaCompletionProposal' is not accessible through the ClassLoader.
14:21:31.072 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.072 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.072 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.072 WARN - Class 'org/eclipse/jdt/internal/ui/util/BusyIndicatorRunnableContext' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.073 WARN - Class 'org/eclipse/jdt/ui/ISharedImages' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.074 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.075 WARN - Class 'org/eclipse/ltk/core/refactoring/NullChange' is not accessible through the ClassLoader.
14:21:31.075 WARN - Class 'org/eclipse/ltk/core/refactoring/NullChange' is not accessible through the ClassLoader.
14:21:31.075 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.075 WARN - Class 'org/eclipse/jdt/ui/ISharedImages' is not accessible through the ClassLoader.
14:21:31.075 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.077 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.078 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.078 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.079 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.081 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.081 WARN - Class 'org/eclipse/jdt/ui/ISharedImages' is not accessible through the ClassLoader.
14:21:31.081 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.081 WARN - Class 'org/eclipse/jdt/ui/ISharedImages' is not accessible through the ClassLoader.
14:21:31.082 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.082 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.083 WARN - Class 'org/eclipse/jdt/internal/ui/util/TableLayoutComposite' is not accessible through the ClassLoader.
14:21:31.083 WARN - Class 'org/eclipse/jdt/internal/ui/util/TableLayoutComposite' is not accessible through the ClassLoader.
14:21:31.083 WARN - Class 'org/eclipse/jdt/internal/ui/util/TableLayoutComposite' is not accessible through the ClassLoader.
14:21:31.087 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.087 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.088 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.088 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.090 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.090 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.090 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.090 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.092 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.092 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.092 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitPreferencesConstants' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/text/java/IQuickFixProcessor' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/text/java/IProblemLocation' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/text/java/IProblemLocation' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.095 WARN - Class 'org/eclipse/jdt/ui/text/java/IJavaCompletionProposal' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IProblemLocation' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IProblemLocation' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.096 WARN - Class 'org/eclipse/jdt/ui/text/java/IProblemLocation' is not accessible through the ClassLoader.
14:21:31.097 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor' is not accessible through the ClassLoader.
14:21:31.097 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.097 WARN - Class 'org/eclipse/jdt/ui/text/java/IJavaCompletionProposal' is not accessible through the ClassLoader.
14:21:31.098 WARN - Class 'org/eclipse/jdt/ui/CodeStyleConfiguration' is not accessible through the ClassLoader.
14:21:31.099 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.099 WARN - Class 'org/eclipse/jdt/ui/text/java/IInvocationContext' is not accessible through the ClassLoader.
14:21:31.100 WARN - Class 'org/eclipse/jdt/ui/CodeStyleConfiguration' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/ui/ISharedImages' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.101 WARN - Class 'org/eclipse/ltk/core/refactoring/TextFileChange' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/ltk/core/refactoring/TextFileChange' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/ltk/core/refactoring/CompositeChange' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/ltk/core/refactoring/CompositeChange' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/ltk/core/refactoring/CompositeChange' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.102 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/Change' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/RefactoringCore' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.103 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.104 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.109 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.109 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.109 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.110 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.110 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.110 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.111 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.111 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.111 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.111 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaConventionsUtil' is not accessible through the ClassLoader.
14:21:31.111 WARN - Class 'org/eclipse/jdt/internal/ui/actions/SelectionConverter' is not accessible through the ClassLoader.
14:21:31.114 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.116 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.116 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabels' is not accessible through the ClassLoader.
14:21:31.116 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.116 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.117 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.117 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.117 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.117 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.203 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.203 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.206 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.206 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.206 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.206 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.206 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.207 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.207 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.207 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.207 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.208 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.209 WARN - Class 'org/eclipse/jdt/internal/junit/model/ITestSessionListener' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.210 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.211 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.212 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.212 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.213 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.215 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/ViewHistory' is not accessible through the ClassLoader.
14:21:31.215 WARN - Class 'org/eclipse/jdt/internal/junit/model/ITestRunSessionListener' is not accessible through the ClassLoader.
14:21:31.215 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.215 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.215 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.216 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.219 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.220 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.221 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.221 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$15' is not accessible through the ClassLoader.
14:21:31.221 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.221 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.221 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$6DropAdapter' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.222 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.223 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.223 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.223 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.224 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.224 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.224 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.225 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/ViewHistory' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.227 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.228 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.229 WARN - Class 'org/eclipse/jdt/internal/junit/JUnitCorePlugin' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/model/JUnitModel' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.230 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.231 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.232 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.232 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.233 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.234 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.235 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.236 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.237 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.237 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRoot' is not accessible through the ClassLoader.
14:21:31.237 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.237 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.239 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/ColoringLabelProvider' is not accessible through the ClassLoader.
14:21:31.239 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/ColoringLabelProvider' is not accessible through the ClassLoader.
14:21:31.240 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.240 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.242 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.243 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.244 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/junit/model/ITestElement' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestFinder' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.245 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestCaseElement' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/ui/viewsupport/SelectionProviderMediator' is not accessible through the ClassLoader.
14:21:31.246 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.247 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.248 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement$Status' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.249 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestRunSession' is not accessible through the ClassLoader.
14:21:31.250 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.250 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestSuiteElement' is not accessible through the ClassLoader.
14:21:31.250 WARN - Class 'org/eclipse/jdt/internal/junit/model/TestElement' is not accessible through the ClassLoader.
14:21:31.250 WARN - Class 'org/eclipse/jdt/junit/TestRunListener' is not accessible through the ClassLoader.
14:21:31.250 WARN - Class 'org/eclipse/jdt/junit/TestRunListener' is not accessible through the ClassLoader.
14:21:31.254 WARN - Class 'org/eclipse/jdt/core/manipulation/CodeGeneration' is not accessible through the ClassLoader.
14:21:31.254 WARN - Class 'org/eclipse/jdt/core/manipulation/CodeGeneration' is not accessible through the ClassLoader.
14:21:31.254 WARN - Class 'org/eclipse/jdt/core/manipulation/CodeGeneration' is not accessible through the ClassLoader.
14:21:31.254 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaModelUtil' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaModelUtil' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaModelUtil' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.255 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.256 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.256 WARN - Class 'org/eclipse/jdt/ui/PreferenceConstants' is not accessible through the ClassLoader.
14:21:31.258 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.258 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.258 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.258 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.258 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.259 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.259 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.259 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestFinder' is not accessible through the ClassLoader.
14:21:31.263 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.263 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor' is not accessible through the ClassLoader.
14:21:31.263 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.264 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.264 WARN - Class 'org/eclipse/ltk/core/refactoring/PerformChangeOperation' is not accessible through the ClassLoader.
14:21:31.265 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.265 WARN - Class 'org/eclipse/jdt/ui/text/java/ClasspathFixProcessor$ClasspathFixProposal' is not accessible through the ClassLoader.
14:21:31.266 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.266 WARN - Class 'org/eclipse/jdt/internal/ui/javaeditor/EditorUtility' is not accessible through the ClassLoader.
14:21:31.266 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.266 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.267 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.267 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder' is not accessible through the ClassLoader.
14:21:31.267 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnit4TestFinder' is not accessible through the ClassLoader.
14:21:31.267 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder' is not accessible through the ClassLoader.
14:21:31.267 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnit3TestFinder' is not accessible through the ClassLoader.
14:21:31.268 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.269 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.269 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.269 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.269 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.270 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.270 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.270 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.271 WARN - Class 'org/eclipse/jdt/internal/ui/util/SWTUtil' is not accessible through the ClassLoader.
14:21:31.271 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnitLaunchConfigurationConstants' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate' is not accessible through the ClassLoader.
14:21:31.272 WARN - Class 'org/eclipse/jdt/ui/dialogs/TypeSelectionExtension' is not accessible through the ClassLoader.
14:21:31.273 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.273 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.273 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.273 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.274 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.275 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.275 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.275 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/ITestKind' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/TypedElementSelectionValidator' is not accessible through the ClassLoader.
14:21:31.276 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/TypedViewerFilter' is not accessible through the ClassLoader.
14:21:31.277 WARN - Class 'org/eclipse/jdt/ui/StandardJavaElementContentProvider' is not accessible through the ClassLoader.
14:21:31.277 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.277 WARN - Class 'org/eclipse/jdt/ui/JavaElementComparator' is not accessible through the ClassLoader.
14:21:31.278 WARN - Class 'org/eclipse/jdt/ui/dialogs/TypeSelectionExtension' is not accessible through the ClassLoader.
14:21:31.278 WARN - Class 'org/eclipse/jdt/ui/dialogs/ITypeInfoFilterExtension' is not accessible through the ClassLoader.
14:21:31.278 WARN - Class 'org/eclipse/jdt/ui/dialogs/ITypeInfoRequestor' is not accessible through the ClassLoader.
14:21:31.278 WARN - Class 'org/eclipse/jdt/ui/dialogs/ITypeInfoRequestor' is not accessible through the ClassLoader.
14:21:31.278 WARN - Class 'org/eclipse/jdt/ui/dialogs/ITypeInfoRequestor' is not accessible through the ClassLoader.
14:21:31.279 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/TypedElementSelectionValidator' is not accessible through the ClassLoader.
14:21:31.279 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/TypedViewerFilter' is not accessible through the ClassLoader.
14:21:31.279 WARN - Class 'org/eclipse/jdt/internal/ui/wizards/TypedViewerFilter' is not accessible through the ClassLoader.
14:21:31.279 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKind' is not accessible through the ClassLoader.
14:21:31.280 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.280 WARN - Class 'org/eclipse/jdt/internal/ui/actions/SelectionConverter' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/JUnitMigrationDelegate' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/internal/junit/launcher/TestKindRegistry' is not accessible through the ClassLoader.
14:21:31.281 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabels' is not accessible through the ClassLoader.
14:21:31.282 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.282 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.282 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.282 WARN - Class 'org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor' is not accessible through the ClassLoader.
14:21:31.282 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.283 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.283 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.283 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.283 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.283 WARN - Class 'org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper' is not accessible through the ClassLoader.
14:21:31.284 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.284 WARN - Class 'org/eclipse/jdt/internal/junit/buildpath/BuildPathSupport' is not accessible through the ClassLoader.
14:21:31.284 WARN - Class 'org/eclipse/jdt/ui/JavaUI' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaConventionsUtil' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.285 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/core/manipulation/CodeGeneration' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.286 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.318 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.318 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabels' is not accessible through the ClassLoader.
14:21:31.318 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/internal/junit/BasicElementLabels' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.319 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.321 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.322 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.322 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/internal/junit/util/CoreTestSearchEngine' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/internal/core/manipulation/StubUtility' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.323 WARN - Class 'org/eclipse/jdt/ui/JavaElementLabelProvider' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/internal/corext/util/JavaConventionsUtil' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/internal/junit/Messages' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.324 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.325 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.325 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage$ImportsManager' is not accessible through the ClassLoader.
14:21:31.325 WARN - Class 'org/eclipse/jdt/ui/wizards/NewTypeWizardPage' is not accessible through the ClassLoader.
14:21:31.326 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$15' is not accessible through the ClassLoader.
14:21:31.326 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$6DropAdapter' is not accessible through the ClassLoader.
14:21:31.328 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$15' is not accessible through the ClassLoader.
14:21:31.328 WARN - Class 'org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart$6DropAdapter' is not accessible through the ClassLoader.
14:21:31.331 INFO - Java bytecode scan done: 491 ms
14:21:31.331 INFO - Java Test Files AST scan...
14:21:31.331 INFO - 0 source files to be analyzed
14:21:31.331 INFO - Java Test Files AST scan done: 0 ms
14:21:31.331 INFO - Package design analysis...
14:21:31.332 INFO - 0/0 source files have been analyzed
14:21:31.407 INFO - Package design analysis done: 76 ms
14:21:31.409 INFO - Sensor JavaSquidSensor done: 8525 ms
14:21:31.410 INFO - Sensor QProfileSensor...
14:21:31.410 INFO - Sensor QProfileSensor done: 0 ms
14:21:31.410 INFO - Sensor InitialOpenIssuesSensor...
14:21:31.510 INFO - Sensor InitialOpenIssuesSensor done: 100 ms
14:21:31.510 INFO - Sensor ProjectLinksSensor...
14:21:31.518 INFO - Sensor ProjectLinksSensor done: 8 ms
14:21:31.518 INFO - Sensor VersionEventsSensor...
14:21:31.523 INFO - Sensor VersionEventsSensor done: 5 ms
14:21:31.523 INFO - Sensor FileHashSensor...
14:21:31.524 INFO - Sensor FileHashSensor done: 1 ms
14:21:31.524 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@58b655a3...
14:21:31.527 INFO - Execute Findbugs 3.0.1...
14:21:31.562 INFO - Findbugs output report: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/sonar/findbugs-result.xml
The following classes needed for analysis were missing:
org.eclipse.jdt.ui.wizards.NewElementWizardPage
org.eclipse.jdt.ui.wizards.IClasspathContainerPage
org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension
org.eclipse.jdt.internal.ui.wizards.dialogfields.IDialogFieldListener
org.eclipse.ltk.core.refactoring.participants.RenameParticipant
org.eclipse.ltk.core.refactoring.Change
org.eclipse.jdt.ui.text.java.IJavaCompletionProposal
org.eclipse.jdt.ui.text.java.ClasspathFixProcessor
org.eclipse.jdt.ui.text.java.ClasspathFixProcessor$ClasspathFixProposal
org.eclipse.jdt.ui.text.java.IQuickFixProcessor
org.eclipse.jdt.internal.ui.viewsupport.ViewHistory
org.eclipse.jdt.internal.junit.model.ITestRunSessionListener
org.eclipse.jdt.internal.junit.model.ITestSessionListener
org.eclipse.jdt.junit.TestRunListener
org.eclipse.jdt.internal.junit.util.CoreTestSearchEngine
org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
org.eclipse.jdt.ui.dialogs.ITypeInfoFilterExtension
org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator
org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter
org.eclipse.jdt.ui.wizards.NewTypeWizardPage
org.eclipse.jdt.internal.junit.JUnitPreferencesConstants
org.eclipse.jdt.ui.JavaElementLabelProvider
org.eclipse.jdt.internal.ui.JavaPlugin
org.eclipse.jdt.internal.junit.model.TestElement
org.eclipse.jdt.junit.model.ITestRunSession
org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField
org.eclipse.jdt.ui.text.java.IInvocationContext
org.eclipse.jdt.ui.text.java.IProblemLocation
org.eclipse.jdt.ui.PreferenceConstants
org.eclipse.jdt.ui.CodeStyleConfiguration
org.eclipse.jdt.internal.ui.JavaPluginImages
org.eclipse.jdt.junit.JUnitCore
org.eclipse.jdt.ui.JavaElementLabels
org.eclipse.jdt.internal.ui.util.SWTUtil
org.eclipse.jdt.internal.junit.buildpath.BuildPathSupport
org.eclipse.jdt.internal.corext.util.JavaModelUtil
org.eclipse.jdt.internal.junit.BasicElementLabels
org.eclipse.jdt.internal.junit.Messages
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor
org.eclipse.jdt.internal.ui.actions.SelectionConverter
org.eclipse.jdt.ui.JavaUI
org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
org.eclipse.ltk.core.refactoring.RefactoringStatus
org.eclipse.ltk.core.refactoring.participants.RenameArguments
org.eclipse.ltk.core.refactoring.CompositeChange
org.eclipse.jdt.internal.ui.util.BusyIndicatorRunnableContext
org.eclipse.jdt.internal.junit.model.JUnitModel
org.eclipse.jdt.internal.junit.model.TestSuiteElement
org.eclipse.jdt.internal.junit.model.TestRoot
org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
org.eclipse.jdt.ui.ISharedImages
org.eclipse.jdt.junit.model.ITestElement$Result
org.eclipse.jdt.internal.junit.model.TestElement$Status
org.eclipse.jdt.internal.junit.model.TestRunSession
org.eclipse.jdt.internal.junit.launcher.JUnit4TestFinder
org.eclipse.jdt.internal.junit.launcher.JUnit3TestFinder
org.eclipse.jdt.internal.junit.launcher.ITestKind
org.eclipse.jdt.internal.junit.launcher.ITestFinder
org.eclipse.jdt.internal.junit.model.TestCaseElement
org.eclipse.jdt.junit.model.ITestElement
org.eclipse.jdt.internal.ui.viewsupport.ColoringLabelProvider
org.eclipse.jdt.internal.ui.viewsupport.SelectionProviderMediator
org.eclipse.ltk.core.refactoring.NullChange
org.eclipse.jdt.internal.junit.JUnitCorePlugin
org.eclipse.jdt.internal.junit.launcher.TestKindRegistry
org.eclipse.jdt.internal.junit.launcher.JUnitMigrationDelegate
org.eclipse.jdt.internal.ui.wizards.dialogfields.SelectionButtonDialogField
org.eclipse.jdt.internal.ui.wizards.dialogfields.TextBoxDialogField
org.eclipse.jdt.internal.ui.dialogs.StatusInfo
org.eclipse.ltk.core.refactoring.PerformChangeOperation
org.eclipse.ltk.core.refactoring.RefactoringCore
org.eclipse.jdt.ui.wizards.NewTypeWizardPage$ImportsManager
org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor
org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper
org.eclipse.jdt.internal.corext.util.JavaConventionsUtil
org.eclipse.jdt.core.manipulation.CodeGeneration
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility
org.eclipse.jdt.internal.junit.launcher.TestKind
org.eclipse.jdt.internal.junit.launcher.JUnitLaunchConfigurationConstants
org.eclipse.jdt.ui.StandardJavaElementContentProvider
org.eclipse.jdt.ui.JavaElementComparator
org.eclipse.ltk.core.refactoring.TextFileChange
org.eclipse.jdt.internal.ui.util.TableLayoutComposite
org.eclipse.jdt.internal.core.manipulation.StubUtility
org.eclipse.ltk.core.refactoring.IUndoManager
org.eclipse.jdt.junit.model.ITestElement$FailureTrace
14:21:37.897 INFO - Execute Findbugs 3.0.1 done: 6370 ms
14:21:37.899 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@58b655a3 done: 6375 ms
14:21:37.899 INFO - Sensor SurefireSensor...
14:21:37.899 INFO - parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/surefire-reports
14:21:37.899 ERROR - Reports path not found or is not a directory: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/surefire-reports
14:21:37.899 INFO - Sensor SurefireSensor done: 0 ms
14:21:37.899 INFO - Sensor JaCoCoOverallSensor...
14:21:37.899 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:37.950 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/sonar/jacoco-overall.exec
14:21:38.005 INFO - No information about coverage per test.
14:21:38.005 INFO - Sensor JaCoCoOverallSensor done: 106 ms
14:21:38.005 INFO - Sensor PmdSensor...
14:21:38.006 INFO - Execute PMD 5.4.2...
14:21:38.009 INFO - Java version: 1.6
14:21:38.011 INFO - PMD configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/sonar/pmd.xml
14:21:40.153 INFO - Execute PMD 5.4.2 done: 2147 ms
14:21:40.160 INFO - Sensor PmdSensor done: 2155 ms
14:21:40.160 INFO - Sensor CheckstyleSensor...
14:21:40.160 INFO - Execute Checkstyle ${checkstyle.version}...
14:21:40.161 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit/target/sonar/checkstyle.xml
14:21:40.768 INFO - Execute Checkstyle ${checkstyle.version} done: 608 ms
14:21:40.768 INFO - Sensor CheckstyleSensor done: 608 ms
14:21:40.768 INFO - Sensor JaCoCoSensor...
14:21:40.771 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:40.830 INFO - No information about coverage per test.
14:21:40.830 INFO - Sensor JaCoCoSensor done: 62 ms
14:21:40.830 INFO - Sensor CPD Sensor (wrapped)...
14:21:40.830 INFO - JavaCpdEngine is used for java
14:21:40.831 INFO - Cross-project analysis disabled
14:21:40.969 INFO - Sensor CPD Sensor (wrapped) done: 139 ms
14:21:41.048 INFO - Execute decorators...
14:21:41.548 INFO - ------------- Scan org.eclipse.jdt.junit.core
14:21:41.549 INFO - Load module settings
14:21:41.594 INFO - Configure Maven plugins
14:21:41.596 INFO - Compare to previous analysis (2019-08-19)
14:21:41.598 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:41.599 INFO - Compare to previous version (2019-06-03)
14:21:41.599 INFO - No quality gate is configured.
14:21:41.613 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core
14:21:41.613 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/sonar
14:21:41.613 INFO - Source paths: pom.xml, src
14:21:41.613 INFO - Binary dirs: target/classes
14:21:41.613 INFO - Source encoding: UTF-8, default locale: en_US
14:21:41.613 INFO - Index files
14:21:41.613 INFO - Excluded sources:
14:21:41.613 INFO - **/util/*Switch.java
14:21:41.657 INFO - 50 files indexed
14:21:41.856 INFO - Quality profile for java: Sonar way with Findbugs
14:21:41.875 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/jacoco-it.exec
14:21:41.877 INFO - Sensor JavaSquidSensor...
14:21:41.879 INFO - Configured Java source version (sonar.java.source): 6
14:21:41.879 INFO - JavaClasspath initialization...
14:21:41.889 INFO - JavaClasspath initialization done: 10 ms
14:21:41.889 INFO - JavaTestClasspath initialization...
14:21:41.908 INFO - JavaTestClasspath initialization done: 19 ms
14:21:41.914 INFO - Java Main Files AST scan...
14:21:41.914 INFO - 50 source files to be analyzed
14:21:41.978 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:41.978 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.121 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.121 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.243 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.247 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.354 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.354 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.432 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.432 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.469 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.469 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.647 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.648 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.750 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.750 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.826 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:42.829 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.908 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:42.909 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.039 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.039 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.229 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.229 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.338 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.339 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.514 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.516 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.568 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.569 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.666 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.666 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.886 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.886 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:43.966 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:43.966 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:44.168 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType
14:21:44.168 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType
14:21:44.282 INFO - Java Main Files AST scan done: 2367 ms
14:21:44.282 INFO - 50/50 source files have been analyzed
14:21:44.283 INFO - Java bytecode scan...
14:21:44.371 INFO - Java bytecode scan done: 88 ms
14:21:44.371 INFO - Java Test Files AST scan...
14:21:44.371 INFO - 0 source files to be analyzed
14:21:44.371 INFO - Java Test Files AST scan done: 0 ms
14:21:44.371 INFO - Package design analysis...
14:21:44.371 INFO - 0/0 source files have been analyzed
14:21:44.423 INFO - Package design analysis done: 52 ms
14:21:44.425 INFO - Sensor JavaSquidSensor done: 2548 ms
14:21:44.426 INFO - Sensor QProfileSensor...
14:21:44.426 INFO - Sensor QProfileSensor done: 1 ms
14:21:44.426 INFO - Sensor InitialOpenIssuesSensor...
14:21:44.506 INFO - Sensor InitialOpenIssuesSensor done: 80 ms
14:21:44.506 INFO - Sensor ProjectLinksSensor...
14:21:44.513 INFO - Sensor ProjectLinksSensor done: 7 ms
14:21:44.514 INFO - Sensor VersionEventsSensor...
14:21:44.518 INFO - Sensor VersionEventsSensor done: 4 ms
14:21:44.518 INFO - Sensor FileHashSensor...
14:21:44.519 INFO - Sensor FileHashSensor done: 1 ms
14:21:44.519 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6e478320...
14:21:44.520 INFO - Execute Findbugs 3.0.1...
14:21:44.543 INFO - Findbugs output report: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/sonar/findbugs-result.xml
14:21:47.166 INFO - Execute Findbugs 3.0.1 done: 2646 ms
14:21:47.169 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6e478320 done: 2650 ms
14:21:47.169 INFO - Sensor SurefireSensor...
14:21:47.169 INFO - parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/surefire-reports
14:21:47.169 ERROR - Reports path not found or is not a directory: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/surefire-reports
14:21:47.169 INFO - Sensor SurefireSensor done: 0 ms
14:21:47.169 INFO - Sensor JaCoCoOverallSensor...
14:21:47.169 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:47.203 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/sonar/jacoco-overall.exec
14:21:47.228 INFO - No information about coverage per test.
14:21:47.228 INFO - Sensor JaCoCoOverallSensor done: 59 ms
14:21:47.228 INFO - Sensor PmdSensor...
14:21:47.229 INFO - Execute PMD 5.4.2...
14:21:47.229 INFO - Java version: 1.6
14:21:47.231 INFO - PMD configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/sonar/pmd.xml
14:21:48.192 INFO - Execute PMD 5.4.2 done: 963 ms
14:21:48.201 INFO - Sensor PmdSensor done: 973 ms
14:21:48.201 INFO - Sensor CheckstyleSensor...
14:21:48.201 INFO - Execute Checkstyle ${checkstyle.version}...
14:21:48.202 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.core/target/sonar/checkstyle.xml
14:21:48.572 INFO - Execute Checkstyle ${checkstyle.version} done: 371 ms
14:21:48.572 INFO - Sensor CheckstyleSensor done: 371 ms
14:21:48.572 INFO - Sensor JaCoCoSensor...
14:21:48.573 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:48.613 INFO - No information about coverage per test.
14:21:48.613 INFO - Sensor JaCoCoSensor done: 41 ms
14:21:48.613 INFO - Sensor CPD Sensor (wrapped)...
14:21:48.613 INFO - JavaCpdEngine is used for java
14:21:48.614 INFO - Cross-project analysis disabled
14:21:48.678 INFO - Sensor CPD Sensor (wrapped) done: 65 ms
14:21:48.779 INFO - Execute decorators...
14:21:49.117 INFO - ------------- Scan org.eclipse.jdt.junit.runtime
14:21:49.117 INFO - Load module settings
14:21:49.144 INFO - Configure Maven plugins
14:21:49.149 INFO - Compare to previous analysis (2019-08-19)
14:21:49.150 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:49.152 INFO - Compare to previous version (2019-06-03)
14:21:49.152 INFO - No quality gate is configured.
14:21:49.160 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime
14:21:49.160 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/sonar
14:21:49.160 INFO - Source paths: pom.xml, src
14:21:49.160 INFO - Binary dirs: target/classes
14:21:49.161 INFO - Source encoding: UTF-8, default locale: en_US
14:21:49.161 INFO - Index files
14:21:49.161 INFO - Excluded sources:
14:21:49.161 INFO - **/util/*Switch.java
14:21:49.170 INFO - 29 files indexed
14:21:49.274 INFO - Quality profile for java: Sonar way with Findbugs
14:21:49.277 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/jacoco-it.exec
14:21:49.278 INFO - Sensor JavaSquidSensor...
14:21:49.280 INFO - Configured Java source version (sonar.java.source): 6
14:21:49.280 INFO - JavaClasspath initialization...
14:21:49.284 INFO - JavaClasspath initialization done: 4 ms
14:21:49.284 INFO - JavaTestClasspath initialization...
14:21:49.295 INFO - JavaTestClasspath initialization done: 11 ms
14:21:49.299 INFO - Java Main Files AST scan...
14:21:49.299 INFO - 29 source files to be analyzed
14:21:49.680 INFO - Java Main Files AST scan done: 381 ms
14:21:49.680 INFO - 29/29 source files have been analyzed
14:21:49.681 INFO - Java bytecode scan...
14:21:49.694 INFO - Java bytecode scan done: 13 ms
14:21:49.694 INFO - Java Test Files AST scan...
14:21:49.694 INFO - 0 source files to be analyzed
14:21:49.694 INFO - Java Test Files AST scan done: 0 ms
14:21:49.694 INFO - Package design analysis...
14:21:49.694 INFO - 0/0 source files have been analyzed
14:21:49.720 INFO - Package design analysis done: 26 ms
14:21:49.721 INFO - Sensor JavaSquidSensor done: 443 ms
14:21:49.722 INFO - Sensor QProfileSensor...
14:21:49.723 INFO - Sensor QProfileSensor done: 1 ms
14:21:49.723 INFO - Sensor InitialOpenIssuesSensor...
14:21:49.744 INFO - Sensor InitialOpenIssuesSensor done: 21 ms
14:21:49.744 INFO - Sensor ProjectLinksSensor...
14:21:49.751 INFO - Sensor ProjectLinksSensor done: 7 ms
14:21:49.751 INFO - Sensor VersionEventsSensor...
14:21:49.756 INFO - Sensor VersionEventsSensor done: 5 ms
14:21:49.756 INFO - Sensor FileHashSensor...
14:21:49.757 INFO - Sensor FileHashSensor done: 1 ms
14:21:49.757 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5de73567...
14:21:49.757 INFO - Execute Findbugs 3.0.1...
14:21:49.778 INFO - Findbugs output report: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/sonar/findbugs-result.xml
14:21:50.661 INFO - Execute Findbugs 3.0.1 done: 904 ms
14:21:50.662 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5de73567 done: 905 ms
14:21:50.662 INFO - Sensor SurefireSensor...
14:21:50.662 INFO - parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/surefire-reports
14:21:50.662 ERROR - Reports path not found or is not a directory: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/surefire-reports
14:21:50.662 INFO - Sensor SurefireSensor done: 0 ms
14:21:50.662 INFO - Sensor JaCoCoOverallSensor...
14:21:50.662 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:50.694 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/sonar/jacoco-overall.exec
14:21:50.707 INFO - No information about coverage per test.
14:21:50.707 INFO - Sensor JaCoCoOverallSensor done: 45 ms
14:21:50.707 INFO - Sensor PmdSensor...
14:21:50.708 INFO - Execute PMD 5.4.2...
14:21:50.708 INFO - Java version: 1.6
14:21:50.709 INFO - PMD configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/sonar/pmd.xml
14:21:51.031 INFO - Execute PMD 5.4.2 done: 323 ms
14:21:51.036 INFO - Sensor PmdSensor done: 329 ms
14:21:51.036 INFO - Sensor CheckstyleSensor...
14:21:51.036 INFO - Execute Checkstyle ${checkstyle.version}...
14:21:51.037 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit.runtime/target/sonar/checkstyle.xml
14:21:51.268 INFO - Execute Checkstyle ${checkstyle.version} done: 232 ms
14:21:51.268 INFO - Sensor CheckstyleSensor done: 232 ms
14:21:51.268 INFO - Sensor JaCoCoSensor...
14:21:51.269 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:51.299 INFO - No information about coverage per test.
14:21:51.299 INFO - Sensor JaCoCoSensor done: 31 ms
14:21:51.299 INFO - Sensor CPD Sensor (wrapped)...
14:21:51.299 INFO - JavaCpdEngine is used for java
14:21:51.299 INFO - Cross-project analysis disabled
14:21:51.318 INFO - Sensor CPD Sensor (wrapped) done: 19 ms
14:21:51.408 INFO - Execute decorators...
14:21:51.567 INFO - ------------- Scan org.eclipse.jdt.junit4.runtime
14:21:51.568 INFO - Load module settings
14:21:51.598 INFO - Configure Maven plugins
14:21:51.600 INFO - Compare to previous analysis (2019-08-19)
14:21:51.601 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:51.603 INFO - Compare to previous version (2019-06-03)
14:21:51.603 INFO - No quality gate is configured.
14:21:51.611 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime
14:21:51.611 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/sonar
14:21:51.611 INFO - Source paths: pom.xml, src
14:21:51.611 INFO - Binary dirs: target/classes
14:21:51.611 INFO - Source encoding: UTF-8, default locale: en_US
14:21:51.611 INFO - Index files
14:21:51.612 INFO - Excluded sources:
14:21:51.612 INFO - **/util/*Switch.java
14:21:51.618 INFO - 7 files indexed
14:21:51.648 INFO - Quality profile for java: Sonar way with Findbugs
14:21:51.649 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/jacoco-it.exec
14:21:51.650 INFO - Sensor JavaSquidSensor...
14:21:51.652 INFO - Configured Java source version (sonar.java.source): 6
14:21:51.652 INFO - JavaClasspath initialization...
14:21:51.660 INFO - JavaClasspath initialization done: 8 ms
14:21:51.660 INFO - JavaTestClasspath initialization...
14:21:51.673 INFO - JavaTestClasspath initialization done: 13 ms
14:21:51.677 INFO - Java Main Files AST scan...
14:21:51.677 INFO - 7 source files to be analyzed
14:21:51.735 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:51.765 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestReference
14:21:51.765 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:51.765 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.TestExecution
14:21:51.765 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.IVisitsTestTrees
14:21:51.786 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:51.787 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.IListensToTestExecutions
14:21:51.809 INFO - Java Main Files AST scan done: 132 ms
14:21:51.809 INFO - 7/7 source files have been analyzed
14:21:51.810 INFO - Java bytecode scan...
14:21:51.813 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestIdentifier' is not accessible through the ClassLoader.
14:21:51.813 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:51.814 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:51.814 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:51.814 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestReferenceFailure' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestReferenceFailure' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:51.815 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestLoader' is not accessible through the ClassLoader.
14:21:51.816 WARN - Class 'org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestLoader' is not accessible through the ClassLoader.
14:21:51.816 WARN - Class 'org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestLoader' is not accessible through the ClassLoader.
14:21:51.816 WARN - Class 'org/eclipse/jdt/internal/junit/runner/junit3/JUnit3TestReference' is not accessible through the ClassLoader.
14:21:51.816 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestReference' is not accessible through the ClassLoader.
14:21:51.817 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestExecution' is not accessible through the ClassLoader.
14:21:51.817 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IStopListener' is not accessible through the ClassLoader.
14:21:51.817 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestExecution' is not accessible through the ClassLoader.
14:21:51.817 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IVisitsTestTrees' is not accessible through the ClassLoader.
14:21:51.817 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IVisitsTestTrees' is not accessible through the ClassLoader.
14:21:51.818 INFO - Java bytecode scan done: 8 ms
14:21:51.818 INFO - Java Test Files AST scan...
14:21:51.818 INFO - 0 source files to be analyzed
14:21:51.818 INFO - Java Test Files AST scan done: 0 ms
14:21:51.818 INFO - Package design analysis...
14:21:51.818 INFO - 0/0 source files have been analyzed
14:21:51.822 INFO - Package design analysis done: 4 ms
14:21:51.822 INFO - Sensor JavaSquidSensor done: 172 ms
14:21:51.823 INFO - Sensor QProfileSensor...
14:21:51.823 INFO - Sensor QProfileSensor done: 0 ms
14:21:51.824 INFO - Sensor InitialOpenIssuesSensor...
14:21:51.829 INFO - Sensor InitialOpenIssuesSensor done: 6 ms
14:21:51.829 INFO - Sensor ProjectLinksSensor...
14:21:51.836 INFO - Sensor ProjectLinksSensor done: 7 ms
14:21:51.836 INFO - Sensor VersionEventsSensor...
14:21:51.840 INFO - Sensor VersionEventsSensor done: 4 ms
14:21:51.840 INFO - Sensor FileHashSensor...
14:21:51.841 INFO - Sensor FileHashSensor done: 1 ms
14:21:51.841 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7a323220...
14:21:51.841 INFO - Execute Findbugs 3.0.1...
14:21:51.861 INFO - Findbugs output report: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/sonar/findbugs-result.xml
The following classes needed for analysis were missing:
org.eclipse.jdt.internal.junit.runner.ITestIdentifier
org.eclipse.jdt.internal.junit.runner.ITestLoader
org.eclipse.jdt.internal.junit.runner.ITestReference
org.eclipse.jdt.internal.junit.runner.IStopListener
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestLoader
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference
org.eclipse.jdt.internal.junit.runner.TestExecution
org.eclipse.jdt.internal.junit.runner.IVisitsTestTrees
org.eclipse.jdt.internal.junit.runner.FailedComparison
org.eclipse.jdt.internal.junit.runner.IListensToTestExecutions
org.eclipse.jdt.internal.junit.runner.TestReferenceFailure
14:21:52.375 INFO - Execute Findbugs 3.0.1 done: 534 ms
14:21:52.375 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7a323220 done: 534 ms
14:21:52.375 INFO - Sensor SurefireSensor...
14:21:52.375 INFO - parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/surefire-reports
14:21:52.375 ERROR - Reports path not found or is not a directory: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/surefire-reports
14:21:52.375 INFO - Sensor SurefireSensor done: 0 ms
14:21:52.376 INFO - Sensor JaCoCoOverallSensor...
14:21:52.376 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:52.407 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/sonar/jacoco-overall.exec
14:21:52.418 INFO - No information about coverage per test.
14:21:52.418 INFO - Sensor JaCoCoOverallSensor done: 42 ms
14:21:52.418 INFO - Sensor PmdSensor...
14:21:52.418 INFO - Execute PMD 5.4.2...
14:21:52.419 INFO - Java version: 1.6
14:21:52.420 INFO - PMD configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/sonar/pmd.xml
14:21:52.613 INFO - Execute PMD 5.4.2 done: 195 ms
14:21:52.613 INFO - Sensor PmdSensor done: 195 ms
14:21:52.613 INFO - Sensor CheckstyleSensor...
14:21:52.613 INFO - Execute Checkstyle ${checkstyle.version}...
14:21:52.614 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit4.runtime/target/sonar/checkstyle.xml
14:21:52.787 INFO - Execute Checkstyle ${checkstyle.version} done: 174 ms
14:21:52.788 INFO - Sensor CheckstyleSensor done: 175 ms
14:21:52.788 INFO - Sensor JaCoCoSensor...
14:21:52.788 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:52.815 INFO - No information about coverage per test.
14:21:52.815 INFO - Sensor JaCoCoSensor done: 27 ms
14:21:52.815 INFO - Sensor CPD Sensor (wrapped)...
14:21:52.815 INFO - JavaCpdEngine is used for java
14:21:52.815 INFO - Cross-project analysis disabled
14:21:52.821 INFO - Sensor CPD Sensor (wrapped) done: 6 ms
14:21:52.892 INFO - Execute decorators...
14:21:52.946 INFO - ------------- Scan org.eclipse.jdt.junit5.runtime
14:21:52.947 INFO - Load module settings
14:21:52.975 INFO - Configure Maven plugins
14:21:52.977 INFO - Compare to previous analysis (2019-08-19)
14:21:52.978 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:52.980 INFO - Compare to previous version (2019-06-03)
14:21:52.980 INFO - No quality gate is configured.
14:21:52.988 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime
14:21:52.988 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/sonar
14:21:52.988 INFO - Source paths: pom.xml, src
14:21:52.988 INFO - Binary dirs: target/classes
14:21:52.988 INFO - Source encoding: UTF-8, default locale: en_US
14:21:52.988 INFO - Index files
14:21:52.988 INFO - Excluded sources:
14:21:52.988 INFO - **/util/*Switch.java
14:21:52.993 INFO - 4 files indexed
14:21:53.012 INFO - Quality profile for java: Sonar way with Findbugs
14:21:53.012 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/jacoco-it.exec
14:21:53.013 INFO - Sensor JavaSquidSensor...
14:21:53.014 INFO - Configured Java source version (sonar.java.source): 6
14:21:53.014 INFO - JavaClasspath initialization...
14:21:53.020 INFO - JavaClasspath initialization done: 6 ms
14:21:53.020 INFO - JavaTestClasspath initialization...
14:21:53.030 INFO - JavaTestClasspath initialization done: 10 ms
14:21:53.034 INFO - Java Main Files AST scan...
14:21:53.034 INFO - 4 source files to be analyzed
14:21:53.082 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:53.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestReference
14:21:53.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
14:21:53.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.IVisitsTestTrees
14:21:53.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.TestExecution
14:21:53.123 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:53.149 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.ITestIdentifier
14:21:53.149 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.IListensToTestExecutions
14:21:53.149 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
14:21:53.149 ERROR - Class not found: org.eclipse.jdt.internal.junit.runner.FailedComparison
14:21:53.158 INFO - Java Main Files AST scan done: 124 ms
14:21:53.158 INFO - 4/4 source files have been analyzed
14:21:53.158 INFO - Java bytecode scan...
14:21:53.160 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestIdentifier' is not accessible through the ClassLoader.
14:21:53.165 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:53.165 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:53.165 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestReferenceFailure' is not accessible through the ClassLoader.
14:21:53.165 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:53.167 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:53.168 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:53.168 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:53.169 WARN - Class 'org/eclipse/jdt/internal/junit/runner/FailedComparison' is not accessible through the ClassLoader.
14:21:53.170 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:53.170 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IListensToTestExecutions' is not accessible through the ClassLoader.
14:21:53.171 WARN - Class 'org/eclipse/jdt/internal/junit/runner/RemoteTestRunner' is not accessible through the ClassLoader.
14:21:53.171 WARN - Class 'org/eclipse/jdt/internal/junit/runner/RemoteTestRunner' is not accessible through the ClassLoader.
14:21:53.171 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestLoader' is not accessible through the ClassLoader.
14:21:53.172 WARN - Class 'org/eclipse/jdt/internal/junit/runner/ITestReference' is not accessible through the ClassLoader.
14:21:53.173 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IVisitsTestTrees' is not accessible through the ClassLoader.
14:21:53.174 WARN - Class 'org/eclipse/jdt/internal/junit/runner/IVisitsTestTrees' is not accessible through the ClassLoader.
14:21:53.174 WARN - Class 'org/eclipse/jdt/internal/junit/runner/TestExecution' is not accessible through the ClassLoader.
14:21:53.174 WARN - Class 'org/eclipse/jdt/internal/junit/runner/RemoteTestRunner' is not accessible through the ClassLoader.
14:21:53.174 INFO - Java bytecode scan done: 16 ms
14:21:53.174 INFO - Java Test Files AST scan...
14:21:53.174 INFO - 0 source files to be analyzed
14:21:53.174 INFO - Java Test Files AST scan done: 0 ms
14:21:53.174 INFO - Package design analysis...
14:21:53.175 INFO - 0/0 source files have been analyzed
14:21:53.177 INFO - Package design analysis done: 3 ms
14:21:53.177 INFO - Sensor JavaSquidSensor done: 164 ms
14:21:53.178 INFO - Sensor QProfileSensor...
14:21:53.178 INFO - Sensor QProfileSensor done: 0 ms
14:21:53.178 INFO - Sensor InitialOpenIssuesSensor...
14:21:53.183 INFO - Sensor InitialOpenIssuesSensor done: 5 ms
14:21:53.183 INFO - Sensor ProjectLinksSensor...
14:21:53.190 INFO - Sensor ProjectLinksSensor done: 7 ms
14:21:53.190 INFO - Sensor VersionEventsSensor...
14:21:53.194 INFO - Sensor VersionEventsSensor done: 4 ms
14:21:53.194 INFO - Sensor FileHashSensor...
14:21:53.194 INFO - Sensor FileHashSensor done: 0 ms
14:21:53.194 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@53ffc602...
14:21:53.195 INFO - Execute Findbugs 3.0.1...
14:21:53.213 INFO - Findbugs output report: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/sonar/findbugs-result.xml
The following classes needed for analysis were missing:
org.eclipse.jdt.internal.junit.runner.ITestIdentifier
org.eclipse.jdt.internal.junit.runner.ITestLoader
org.eclipse.jdt.internal.junit.runner.ITestReference
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner
org.eclipse.jdt.internal.junit.runner.FailedComparison
org.eclipse.jdt.internal.junit.runner.IListensToTestExecutions
org.eclipse.jdt.internal.junit.runner.TestReferenceFailure
org.eclipse.jdt.internal.junit.runner.IVisitsTestTrees
org.eclipse.jdt.internal.junit.runner.TestExecution
14:21:53.686 INFO - Execute Findbugs 3.0.1 done: 491 ms
14:21:53.687 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@53ffc602 done: 493 ms
14:21:53.687 INFO - Sensor SurefireSensor...
14:21:53.687 INFO - parsing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/surefire-reports
14:21:53.687 ERROR - Reports path not found or is not a directory: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/surefire-reports
14:21:53.687 INFO - Sensor SurefireSensor done: 0 ms
14:21:53.687 INFO - Sensor JaCoCoOverallSensor...
14:21:53.687 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:53.719 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/sonar/jacoco-overall.exec
14:21:53.730 INFO - No information about coverage per test.
14:21:53.730 INFO - Sensor JaCoCoOverallSensor done: 43 ms
14:21:53.730 INFO - Sensor PmdSensor...
14:21:53.730 INFO - Execute PMD 5.4.2...
14:21:53.731 INFO - Java version: 1.6
14:21:53.732 INFO - PMD configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/sonar/pmd.xml
14:21:53.909 INFO - Execute PMD 5.4.2 done: 179 ms
14:21:53.910 INFO - Sensor PmdSensor done: 180 ms
14:21:53.910 INFO - Sensor CheckstyleSensor...
14:21:53.910 INFO - Execute Checkstyle ${checkstyle.version}...
14:21:53.910 INFO - Checkstyle configuration: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/org.eclipse.jdt.junit5.runtime/target/sonar/checkstyle.xml
14:21:54.088 INFO - Execute Checkstyle ${checkstyle.version} done: 178 ms
14:21:54.088 INFO - Sensor CheckstyleSensor done: 178 ms
14:21:54.088 INFO - Sensor JaCoCoSensor...
14:21:54.088 INFO - Analysing /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/jacoco.exec
14:21:54.117 INFO - No information about coverage per test.
14:21:54.117 INFO - Sensor JaCoCoSensor done: 29 ms
14:21:54.117 INFO - Sensor CPD Sensor (wrapped)...
14:21:54.117 INFO - JavaCpdEngine is used for java
14:21:54.117 INFO - Cross-project analysis disabled
14:21:54.122 INFO - Sensor CPD Sensor (wrapped) done: 5 ms
14:21:54.197 INFO - Execute decorators...
14:21:54.243 INFO - ------------- Scan eclipse.jdt.ui
14:21:54.244 INFO - Load module settings
14:21:54.271 INFO - Configure Maven plugins
14:21:54.272 INFO - Compare to previous analysis (2019-08-19)
14:21:54.274 INFO - Compare over 30 days (2019-07-27, analysis of 2019-07-29 14:10:22.0)
14:21:54.276 INFO - Compare to previous version (2019-06-03)
14:21:54.276 INFO - No quality gate is configured.
14:21:54.285 INFO - Base dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace
14:21:54.285 INFO - Working dir: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/target/sonar
14:21:54.285 INFO - Source encoding: UTF-8, default locale: en_US
14:21:54.286 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/hudson/genie.jdt/.jenkins/jobs/eclipse.jdt.ui-SonarQube/workspace/target/jacoco-it.exec
14:21:54.287 INFO - Sensor InitialOpenIssuesSensor...
14:21:54.291 INFO - Sensor InitialOpenIssuesSensor done: 4 ms
14:21:54.291 INFO - Sensor ProjectLinksSensor...
14:21:54.298 INFO - Sensor ProjectLinksSensor done: 7 ms
14:21:54.298 INFO - Sensor VersionEventsSensor...
14:21:54.303 INFO - Sensor VersionEventsSensor done: 5 ms
14:21:54.303 INFO - Sensor FileHashSensor...
14:21:54.303 INFO - Sensor FileHashSensor done: 0 ms
14:21:54.303 INFO - Sensor CPD Sensor (wrapped)...
14:21:54.303 INFO - Sensor CPD Sensor (wrapped) done: 0 ms
14:21:54.383 INFO - Execute decorators...
14:21:54.486 INFO - Store results in database
14:23:08.732 INFO - ANALYSIS SUCCESSFUL, you can browse https://sonar.eclipse.org/dashboard/index/eclipse.jdt.ui:eclipse.jdt.ui
14:23:08.773 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob
14:23:09.184 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob
14:23:09.345 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob
14:23:09.359 INFO - -> Keep one snapshot per day between 2019-07-29 and 2019-08-25
14:23:09.361 INFO - -> Keep one snapshot per week between 2018-08-27 and 2019-07-29
14:23:09.361 INFO - -> Keep one snapshot per month between 2014-09-01 and 2018-08-27
14:23:09.362 INFO - <- Delete snapshot: 2018-08-27T04:14:20-0400 [33578337]
14:23:09.410 INFO - -> Delete data prior to: 2014-09-01
14:23:09.432 INFO - -> Clean eclipse.jdt.ui [id=33296]
14:23:09.434 INFO - <- Delete aborted builds
14:23:09.448 INFO - <- Clean snapshot 40738405
14:23:13.900 INFO - -> Clean org.eclipse.ltk.core.refactoring [id=33297]
14:23:13.901 INFO - <- Delete aborted builds
14:23:13.904 INFO - -> Clean org.eclipse.ltk.ui.refactoring [id=33298]
14:23:13.906 INFO - <- Delete aborted builds
14:23:13.908 INFO - -> Clean org.eclipse.jdt.text.tests [id=33299]
14:23:13.909 INFO - <- Delete aborted builds
14:23:13.911 INFO - -> Clean org.eclipse.jdt.ui.tests [id=33300]
14:23:13.911 INFO - <- Delete aborted builds
14:23:13.913 INFO - -> Clean org.eclipse.ltk.core.refactoring.tests [id=33301]
14:23:13.914 INFO - <- Delete aborted builds
14:23:13.915 INFO - -> Clean org.eclipse.ltk.ui.refactoring.tests [id=33302]
14:23:13.916 INFO - <- Delete aborted builds
14:23:13.918 INFO - -> Clean org.eclipse.jdt.ui.tests.refactoring [id=33303]
14:23:13.919 INFO - <- Delete aborted builds
14:23:13.920 INFO - -> Clean org.eclipse.jdt.core.manipulation [id=33304]
14:23:13.921 INFO - <- Delete aborted builds
14:23:13.945 INFO - -> Clean org.eclipse.jdt.ui [id=33305]
14:23:13.946 INFO - <- Delete aborted builds
14:23:13.948 INFO - -> Clean org.eclipse.jdt.ui.examples.projects [id=33306]
14:23:13.948 INFO - <- Delete aborted builds
14:23:13.950 INFO - -> Clean org.eclipse.jdt.junit [id=33307]
14:23:13.951 INFO - <- Delete aborted builds
14:23:13.952 INFO - -> Clean org.eclipse.jdt.junit.core [id=33308]
14:23:13.953 INFO - <- Delete aborted builds
14:23:13.955 INFO - -> Clean org.eclipse.jdt.junit.runtime [id=33309]
14:23:13.955 INFO - <- Delete aborted builds
14:23:13.957 INFO - -> Clean org.eclipse.jdt.junit4.runtime [id=33310]
14:23:13.958 INFO - <- Delete aborted builds
14:23:13.959 INFO - -> Clean org.eclipse.jdt.junit5.runtime [id=175148]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] eclipse.jdt.ui 4.13.0-SNAPSHOT ..................... SUCCESS [14:27 min]
[INFO] org.eclipse.ltk.core.refactoring 3.10.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ltk.ui.refactoring 3.10.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.jdt.core.manipulation 1.12.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.jdt.ui 3.19.0-SNAPSHOT ................. SKIPPED
[INFO] org.eclipse.jdt.junit.runtime 3.4.1000-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.jdt.junit.core 3.10.400-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.jdt.junit 3.11.500-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.jdt.junit4.runtime 1.1.1000-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.jdt.junit5.runtime 1.0.600-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.jdt.ui.tests 3.13.600-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.jdt.text.tests 3.13.600-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.ltk.core.refactoring.tests 3.8.600-SNAPSHOT SKIPPED
[INFO] org.eclipse.ltk.ui.refactoring.tests 3.9.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.jdt.ui.tests.refactoring 3.13.600-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:39 min
[INFO] Finished at: 2019-08-26T14:23:14-04:00
[INFO] ------------------------------------------------------------------------
SonarQube analysis completed: SUCCESS
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 1 second
Finished: SUCCESS