Skip to content

Clean Code for ui/org.eclipse.pde.launching#2194

Open
eclipse-pde-bot wants to merge 1 commit into
masterfrom
clean-code/ui/org.eclipse.pde.launching
Open

Clean Code for ui/org.eclipse.pde.launching#2194
eclipse-pde-bot wants to merge 1 commit into
masterfrom
clean-code/ui/org.eclipse.pde.launching

Perform clean code of ui/org.eclipse.pde.launching

71338ac
Select commit
Loading
Failed to load commit list.
Jenkins - eclipse-pde / Jenkins failed Jun 5, 2026 in 8m 59s

Build: warning in 'recordIssues' step

Build / Shell Script

Error in sh step, with arguments mvn clean verify -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository --fail-at-end --update-snapshots --batch-mode --no-transfer-progress --show-version --errors -Pbree-libs -Papi-check -Pjavadoc -Ptck -Dcompare-version-with-baselines.skip=false -Dmaven.test.failure.ignore=true -Dtycho.debug.artifactcomparator -Dpde.docs.baselinemode=fail.

script returned exit code 1
Build log
Build log truncated.

[2026-06-05T04:18:22.989Z] [ERROR] 	String jarPath = targetVersion >= 3.3 ? getEquinoxStartupPath(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER) : getStartupJarPath();
[2026-06-05T04:18:22.989Z] [ERROR] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.989Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.989Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[265] 
[2026-06-05T04:18:22.990Z] [ERROR] 	String jarPath = targetVersion >= 3.3 ? getEquinoxStartupPath(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER) : getStartupJarPath();
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[288] 
[2026-06-05T04:18:22.990Z] [ERROR] 	* @param packageName name of the launcher package, typically {@link IPDEBuildConstants#BUNDLE_EQUINOX_LAUNCHER}
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                                    ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[288] 
[2026-06-05T04:18:22.990Z] [ERROR] 	* @param packageName name of the launcher package, typically {@link IPDEBuildConstants#BUNDLE_EQUINOX_LAUNCHER}
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[293] 
[2026-06-05T04:18:22.990Z] [ERROR] 	IPluginModelBase model = PluginRegistry.findModel(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER);
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[293] 
[2026-06-05T04:18:22.990Z] [ERROR] 	IPluginModelBase model = PluginRegistry.findModel(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER);
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[310] 
[2026-06-05T04:18:22.990Z] [ERROR] 	File[] files = bundleFile.listFiles((FilenameFilter) (dir, name) -> name.contains(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER));
[2026-06-05T04:18:22.990Z] [ERROR] 	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.990Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.990Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[310] 
[2026-06-05T04:18:22.991Z] [ERROR] 	File[] files = bundleFile.listFiles((FilenameFilter) (dir, name) -> name.contains(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER));
[2026-06-05T04:18:22.991Z] [ERROR] 	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.991Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[358] 
[2026-06-05T04:18:22.991Z] [ERROR] 	Bundle bundle = Platform.getBundle(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER);
[2026-06-05T04:18:22.991Z] [ERROR] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.991Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java:[358] 
[2026-06-05T04:18:22.991Z] [ERROR] 	Bundle bundle = Platform.getBundle(IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER);
[2026-06-05T04:18:22.991Z] [ERROR] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_EQUINOX_LAUNCHER' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.991Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[191] 
[2026-06-05T04:18:22.991Z] [ERROR] 	if (osgiBundles != null && osgiBundles.contains(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) && bundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:22.991Z] [ERROR] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.991Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[191] 
[2026-06-05T04:18:22.991Z] [ERROR] 	if (osgiBundles != null && osgiBundles.contains(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) && bundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:22.991Z] [ERROR] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.991Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[191] 
[2026-06-05T04:18:22.991Z] [ERROR] 	if (osgiBundles != null && osgiBundles.contains(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) && bundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:22.991Z] [ERROR] 	                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.991Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[191] 
[2026-06-05T04:18:22.992Z] [ERROR] 	if (osgiBundles != null && osgiBundles.contains(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) && bundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:22.992Z] [ERROR] 	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[252] 
[2026-06-05T04:18:22.992Z] [ERROR] 	properties.setProperty(PROP_OSGI_FRAMEWORK, IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:22.992Z] [ERROR] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[252] 
[2026-06-05T04:18:22.992Z] [ERROR] 	properties.setProperty(PROP_OSGI_FRAMEWORK, IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:22.992Z] [ERROR] 	                                                               ^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[286] 
[2026-06-05T04:18:22.992Z] [ERROR] 	if (bundles.get(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) != null) {
[2026-06-05T04:18:22.992Z] [ERROR] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[286] 
[2026-06-05T04:18:22.992Z] [ERROR] 	if (bundles.get(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR) != null) {
[2026-06-05T04:18:22.992Z] [ERROR] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[291] 
[2026-06-05T04:18:22.992Z] [ERROR] 	allBundles.keySet().removeIf(model -> IPDEBuildConstants.BUNDLE_OSGI.equals(model.getPluginBase().getId())); // write out all bundles in osgi.bundles - bug 170772
[2026-06-05T04:18:22.992Z] [ERROR] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.992Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.992Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/LaunchConfigurationHelper.java:[291] 
[2026-06-05T04:18:22.993Z] [ERROR] 	allBundles.keySet().removeIf(model -> IPDEBuildConstants.BUNDLE_OSGI.equals(model.getPluginBase().getId())); // write out all bundles in osgi.bundles - bug 170772
[2026-06-05T04:18:22.993Z] [ERROR] 	                                                         ^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java:[108] 
[2026-06-05T04:18:22.993Z] [ERROR] 	if (object instanceof IJavaStackFrame || object instanceof IJavaObject || object instanceof IJavaReferenceType) {
[2026-06-05T04:18:22.993Z] [ERROR] 	                      ^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The type 'IJavaStackFrame' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java:[108] 
[2026-06-05T04:18:22.993Z] [ERROR] 	if (object instanceof IJavaStackFrame || object instanceof IJavaObject || object instanceof IJavaReferenceType) {
[2026-06-05T04:18:22.993Z] [ERROR] 	                                                           ^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java:[108] 
[2026-06-05T04:18:22.993Z] [ERROR] 	if (object instanceof IJavaStackFrame || object instanceof IJavaObject || object instanceof IJavaReferenceType) {
[2026-06-05T04:18:22.993Z] [ERROR] 	                                                                                            ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[99] 
[2026-06-05T04:18:22.993Z] [ERROR] 	IJavaReferenceType declaringType = null;
[2026-06-05T04:18:22.993Z] [ERROR] 	^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[101] 
[2026-06-05T04:18:22.993Z] [ERROR] 	if (fElement instanceof IJavaStackFrame stackFrame) {
[2026-06-05T04:18:22.993Z] [ERROR] 	                        ^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The type 'IJavaStackFrame' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.993Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[102] 
[2026-06-05T04:18:22.993Z] [ERROR] 	declaringType = stackFrame.getReferenceType();
[2026-06-05T04:18:22.993Z] [ERROR] 	                           ^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.993Z] [ERROR] Access restriction: The method 'IJavaStackFrame.getReferenceType()' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[104] 
[2026-06-05T04:18:22.994Z] [ERROR] 	sourcePath = stackFrame.getSourcePath();
[2026-06-05T04:18:22.994Z] [ERROR] 	                        ^^^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The method 'IJavaStackFrame.getSourcePath()' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[105] 
[2026-06-05T04:18:22.994Z] [ERROR] 	} else if (fElement instanceof IJavaObject) {
[2026-06-05T04:18:22.994Z] [ERROR] 	                               ^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[106] 
[2026-06-05T04:18:22.994Z] [ERROR] 	IJavaType javaType = ((IJavaObject) fElement).getJavaType();
[2026-06-05T04:18:22.994Z] [ERROR] 	^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[106] 
[2026-06-05T04:18:22.994Z] [ERROR] 	IJavaType javaType = ((IJavaObject) fElement).getJavaType();
[2026-06-05T04:18:22.994Z] [ERROR] 	                       ^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[107] 
[2026-06-05T04:18:22.994Z] [ERROR] 	if (javaType instanceof IJavaReferenceType) {
[2026-06-05T04:18:22.994Z] [ERROR] 	                        ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[108] 
[2026-06-05T04:18:22.994Z] [ERROR] 	declaringType = (IJavaReferenceType) javaType;
[2026-06-05T04:18:22.994Z] [ERROR] 	                 ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[110] 
[2026-06-05T04:18:22.994Z] [ERROR] 	} else if (fElement instanceof IJavaReferenceType) {
[2026-06-05T04:18:22.994Z] [ERROR] 	                               ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.994Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.994Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[111] 
[2026-06-05T04:18:22.995Z] [ERROR] 	declaringType = (IJavaReferenceType) fElement;
[2026-06-05T04:18:22.995Z] [ERROR] 	                 ^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The type 'IJavaReferenceType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[114] 
[2026-06-05T04:18:22.995Z] [ERROR] 	IJavaObject classLoaderObject = declaringType.getClassLoaderObject();
[2026-06-05T04:18:22.995Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[114] 
[2026-06-05T04:18:22.995Z] [ERROR] 	IJavaObject classLoaderObject = declaringType.getClassLoaderObject();
[2026-06-05T04:18:22.995Z] [ERROR] 	                                              ^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The method 'IJavaReferenceType.getClassLoaderObject()' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[117] 
[2026-06-05T04:18:22.995Z] [ERROR] 	String[] sourcePaths = declaringType.getSourcePaths(null);
[2026-06-05T04:18:22.995Z] [ERROR] 	                                     ^^^^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The method 'IJavaReferenceType.getSourcePaths(String)' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[127] 
[2026-06-05T04:18:22.995Z] [ERROR] 	IJavaClassType type = (IJavaClassType) classLoaderObject.getJavaType();
[2026-06-05T04:18:22.995Z] [ERROR] 	^^^^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The type 'IJavaClassType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[127] 
[2026-06-05T04:18:22.995Z] [ERROR] 	IJavaClassType type = (IJavaClassType) classLoaderObject.getJavaType();
[2026-06-05T04:18:22.995Z] [ERROR] 	                       ^^^^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The type 'IJavaClassType' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[157] 
[2026-06-05T04:18:22.995Z] [ERROR] 	private String getValue(IJavaObject object, String variable) throws DebugException {
[2026-06-05T04:18:22.995Z] [ERROR] 	                        ^^^^^^^^^^^
[2026-06-05T04:18:22.995Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.995Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[158] 
[2026-06-05T04:18:22.996Z] [ERROR] 	IJavaFieldVariable var = object.getField(variable, false);
[2026-06-05T04:18:22.996Z] [ERROR] 	^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaFieldVariable' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[158] 
[2026-06-05T04:18:22.996Z] [ERROR] 	IJavaFieldVariable var = object.getField(variable, false);
[2026-06-05T04:18:22.996Z] [ERROR] 	                                ^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The method 'IJavaObject.getField(String, boolean)' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[169] 
[2026-06-05T04:18:22.996Z] [ERROR] 	protected Object findSourceElement34(IJavaObject object, String typeName) throws CoreException {
[2026-06-05T04:18:22.996Z] [ERROR] 	                                     ^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[170] 
[2026-06-05T04:18:22.996Z] [ERROR] 	IJavaObject manager = getObject(object, "manager", false); //$NON-NLS-1$
[2026-06-05T04:18:22.996Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[172] 
[2026-06-05T04:18:22.996Z] [ERROR] 	IJavaObject data = getObject(manager, "data", false); //$NON-NLS-1$
[2026-06-05T04:18:22.996Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[190] 
[2026-06-05T04:18:22.996Z] [ERROR] 	protected Object findSourceElement(IJavaObject object, String typeName) throws CoreException {
[2026-06-05T04:18:22.996Z] [ERROR] 	                                   ^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[191] 
[2026-06-05T04:18:22.996Z] [ERROR] 	IJavaObject manager = getObject(object, "manager", false); //$NON-NLS-1$
[2026-06-05T04:18:22.996Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.996Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.996Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[199] 
[2026-06-05T04:18:22.997Z] [ERROR] 	IJavaObject frgArray = getObject(manager, "fragments", false); //$NON-NLS-1$
[2026-06-05T04:18:22.997Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[200] 
[2026-06-05T04:18:22.997Z] [ERROR] 	if (frgArray instanceof IJavaArray fragments) {
[2026-06-05T04:18:22.997Z] [ERROR] 	                        ^^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The type 'IJavaArray' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[201] 
[2026-06-05T04:18:22.997Z] [ERROR] 	for (int i = 0; i < fragments.getLength(); i++) {
[2026-06-05T04:18:22.997Z] [ERROR] 	                              ^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The method 'IJavaArray.getLength()' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[202] 
[2026-06-05T04:18:22.997Z] [ERROR] 	IJavaObject fragment = (IJavaObject) fragments.getValue(i);
[2026-06-05T04:18:22.997Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[202] 
[2026-06-05T04:18:22.997Z] [ERROR] 	IJavaObject fragment = (IJavaObject) fragments.getValue(i);
[2026-06-05T04:18:22.997Z] [ERROR] 	                        ^^^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[202] 
[2026-06-05T04:18:22.997Z] [ERROR] 	IJavaObject fragment = (IJavaObject) fragments.getValue(i);
[2026-06-05T04:18:22.997Z] [ERROR] 	                                               ^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The method 'IJavaArray.getValue(int)' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[225] 
[2026-06-05T04:18:22.997Z] [ERROR] 	private Object searchClasspathEntries(IJavaObject entriesOwner, String typeName) throws CoreException {
[2026-06-05T04:18:22.997Z] [ERROR] 	                                      ^^^^^^^^^^^
[2026-06-05T04:18:22.997Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.997Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[226] 
[2026-06-05T04:18:22.997Z] [ERROR] 	IJavaObject cpeArray = getObject(entriesOwner, "entries", false); //$NON-NLS-1$
[2026-06-05T04:18:22.998Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[227] 
[2026-06-05T04:18:22.998Z] [ERROR] 	if (cpeArray instanceof IJavaArray entries) {
[2026-06-05T04:18:22.998Z] [ERROR] 	                        ^^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The type 'IJavaArray' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[228] 
[2026-06-05T04:18:22.998Z] [ERROR] 	for (int i = 0; i < entries.getLength(); i++) {
[2026-06-05T04:18:22.998Z] [ERROR] 	                            ^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The method 'IJavaArray.getLength()' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[229] 
[2026-06-05T04:18:22.998Z] [ERROR] 	IJavaObject entry = (IJavaObject) entries.getValue(i);
[2026-06-05T04:18:22.998Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[229] 
[2026-06-05T04:18:22.998Z] [ERROR] 	IJavaObject entry = (IJavaObject) entries.getValue(i);
[2026-06-05T04:18:22.998Z] [ERROR] 	                     ^^^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[229] 
[2026-06-05T04:18:22.998Z] [ERROR] 	IJavaObject entry = (IJavaObject) entries.getValue(i);
[2026-06-05T04:18:22.998Z] [ERROR] 	                                          ^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The method 'IJavaArray.getValue(int)' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[231] 
[2026-06-05T04:18:22.998Z] [ERROR] 	IJavaObject baseData = getObject(entry, "data", false); //$NON-NLS-1$
[2026-06-05T04:18:22.998Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.998Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.998Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[233] 
[2026-06-05T04:18:22.998Z] [ERROR] 	IJavaObject fileName = getObject(baseData, "fileName", false); //$NON-NLS-1$
[2026-06-05T04:18:22.999Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[249] 
[2026-06-05T04:18:22.999Z] [ERROR] 	private IJavaObject getObject(IJavaObject object, String field, boolean superfield) throws DebugException {
[2026-06-05T04:18:22.999Z] [ERROR] 	        ^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[249] 
[2026-06-05T04:18:22.999Z] [ERROR] 	private IJavaObject getObject(IJavaObject object, String field, boolean superfield) throws DebugException {
[2026-06-05T04:18:22.999Z] [ERROR] 	                              ^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[250] 
[2026-06-05T04:18:22.999Z] [ERROR] 	IJavaFieldVariable variable = object.getField(field, superfield);
[2026-06-05T04:18:22.999Z] [ERROR] 	^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaFieldVariable' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[250] 
[2026-06-05T04:18:22.999Z] [ERROR] 	IJavaFieldVariable variable = object.getField(field, superfield);
[2026-06-05T04:18:22.999Z] [ERROR] 	                                     ^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The method 'IJavaObject.getField(String, boolean)' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[253] 
[2026-06-05T04:18:22.999Z] [ERROR] 	if (value instanceof IJavaObject) {
[2026-06-05T04:18:22.999Z] [ERROR] 	                     ^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:22.999Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[254] 
[2026-06-05T04:18:22.999Z] [ERROR] 	return (IJavaObject) value;
[2026-06-05T04:18:22.999Z] [ERROR] 	        ^^^^^^^^^^^
[2026-06-05T04:18:22.999Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[260] 
[2026-06-05T04:18:23.000Z] [ERROR] 	private Object findSourceElement_legacy(IJavaObject object, String typeName) throws CoreException {
[2026-06-05T04:18:23.000Z] [ERROR] 	                                        ^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupQuery.java:[261] 
[2026-06-05T04:18:23.000Z] [ERROR] 	IJavaObject hostdata = getObject(object, "hostdata", true); //$NON-NLS-1$
[2026-06-05T04:18:23.000Z] [ERROR] 	^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The type 'IJavaObject' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.26.0.v20260418-1439.jar/jdimodel.jar')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[69] 
[2026-06-05T04:18:23.000Z] [ERROR] 	return List.of(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.000Z] [ERROR] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[69] 
[2026-06-05T04:18:23.000Z] [ERROR] 	return List.of(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.000Z] [ERROR] 	                                  ^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[102] 
[2026-06-05T04:18:23.000Z] [ERROR] 	properties.put("osgi.framework", LaunchConfigurationHelper.getBundleURL(IPDEBuildConstants.BUNDLE_OSGI, fAllBundles, false)); //$NON-NLS-1$
[2026-06-05T04:18:23.000Z] [ERROR] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[102] 
[2026-06-05T04:18:23.000Z] [ERROR] 	properties.put("osgi.framework", LaunchConfigurationHelper.getBundleURL(IPDEBuildConstants.BUNDLE_OSGI, fAllBundles, false)); //$NON-NLS-1$
[2026-06-05T04:18:23.000Z] [ERROR] 	                                                                                           ^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.000Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[108] 
[2026-06-05T04:18:23.000Z] [ERROR] 	if (fAllBundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:23.000Z] [ERROR] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.000Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[108] 
[2026-06-05T04:18:23.001Z] [ERROR] 	if (fAllBundles.containsKey(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
[2026-06-05T04:18:23.001Z] [ERROR] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[116] 
[2026-06-05T04:18:23.001Z] [ERROR] 	IPluginModelBase model = LaunchConfigurationHelper.getLatestModel(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR, fAllBundles);
[2026-06-05T04:18:23.001Z] [ERROR] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[116] 
[2026-06-05T04:18:23.001Z] [ERROR] 	IPluginModelBase model = LaunchConfigurationHelper.getLatestModel(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR, fAllBundles);
[2026-06-05T04:18:23.001Z] [ERROR] 	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[140] 
[2026-06-05T04:18:23.001Z] [ERROR] 	if (!IPDEBuildConstants.BUNDLE_OSGI.equals(id)) {
[2026-06-05T04:18:23.001Z] [ERROR] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[140] 
[2026-06-05T04:18:23.001Z] [ERROR] 	if (!IPDEBuildConstants.BUNDLE_OSGI.equals(id)) {
[2026-06-05T04:18:23.001Z] [ERROR] 	                        ^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[191] 
[2026-06-05T04:18:23.001Z] [ERROR] 	if (!RequirementHelper.addApplicationLaunchRequirements(List.of(IPDEBuildConstants.BUNDLE_OSGI), configuration, fModels)) {
[2026-06-05T04:18:23.001Z] [ERROR] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.001Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.001Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EquinoxLaunchConfiguration.java:[191] 
[2026-06-05T04:18:23.001Z] [ERROR] 	if (!RequirementHelper.addApplicationLaunchRequirements(List.of(IPDEBuildConstants.BUNDLE_OSGI), configuration, fModels)) {
[2026-06-05T04:18:23.002Z] [ERROR] 	                                                                                   ^^^^^^^^^^^
[2026-06-05T04:18:23.002Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.002Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[110] 
[2026-06-05T04:18:23.002Z] [ERROR] 	list.add(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.002Z] [ERROR] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.002Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.002Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[110] 
[2026-06-05T04:18:23.002Z] [ERROR] 	list.add(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.002Z] [ERROR] 	                            ^^^^^^^^^^^
[2026-06-05T04:18:23.002Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.002Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[113] 
[2026-06-05T04:18:23.002Z] [ERROR] 	return List.of(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.002Z] [ERROR] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2026-06-05T04:18:23.002Z] [ERROR] Access restriction: The type 'IPDEBuildConstants' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.002Z] [ERROR] /home/jenkins/agent/workspace/eclipse.pde_PR-2194/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java:[113] 
[2026-06-05T04:18:23.002Z] [ERROR] 	return List.of(IPDEBuildConstants.BUNDLE_OSGI);
[2026-06-05T04:18:23.002Z] [ERROR] 	                                  ^^^^^^^^^^^
[2026-06-05T04:18:23.002Z] [ERROR] Access restriction: The field 'IPDEBuildConstants.BUNDLE_OSGI' is not accessible (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse.pde_PR-2194/build/org.eclipse.pde.build/target/pdebuild.jar-classes')
[2026-06-05T04:18:23.002Z] [ERROR] 104 problems (104 errors)
[2026-06-05T04:18:23.002Z] [ERROR] -> [Help 1]
[2026-06-05T04:18:23.002Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:5.0.3:compile (default-compile) on project org.eclipse.pde.launching: Compilation failure
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2026-06-05T04:18:23.002Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2026-06-05T04:18:23.003Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2026-06-05T04:18:23.003Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2026-06-05T04:18:23.003Z] Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
[2026-06-05T04:18:23.003Z]     at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:435)
[2026-06-05T04:18:23.003Z]     at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile (AbstractOsgiCompilerMojo.java:387)
[2026-06-05T04:18:23.003Z]     at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:368)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2026-06-05T04:18:23.003Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2026-06-05T04:18:23.003Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2026-06-05T04:18:23.003Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2026-06-05T04:18:23.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2026-06-05T04:18:23.003Z] [ERROR] 
[2026-06-05T04:18:23.003Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2026-06-05T04:18:23.003Z] [ERROR] 
[2026-06-05T04:18:23.003Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2026-06-05T04:18:23.003Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2026-06-05T04:18:23.003Z] [ERROR] 
[2026-06-05T04:18:23.003Z] [ERROR] After correcting the problems, you can resume the build with the command
[2026-06-05T04:18:23.003Z] [ERROR]   mvn <args> -rf :org.eclipse.pde.launching

Build / Record compiler warnings and static analysis results

Output truncated.

Details

  • Declarative: Checkout SCM (24 sec)
    • Declarative: Tool Install (2.4 sec)
      • Build (8 min 28 sec)
        Error: script returned exit code 1 - logs
        Unstable: -> Some quality gates have been missed: overall result is UNSTABLE - logs
      • Deploy (2.1 sec)