Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "unable to instantiate class JavaBreakpointAdvancedPage" #570 #571

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Dec 2, 2024

When trying to open breakpoint Preferences page "Filtering"

JavaBreakpointAdvancedPage is referenced by:
org.eclipse.jdt.debug.ui\plugin.xml

partial revert of
1e0e94b

#570

…jdt#570

When trying to open breakpoint Preferences page "Filtering"

JavaBreakpointAdvancedPage is referenced by:
org.eclipse.jdt.debug.ui\plugin.xml

partial revert of
1e0e94b

eclipse-jdt#570
@jukzi
Copy link
Contributor Author

jukzi commented Dec 2, 2024

@SougandhS should fix your problem.

@jukzi jukzi linked an issue Dec 2, 2024 that may be closed by this pull request
@eclipse-jdt-bot
Copy link
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

org.eclipse.jdt.debug.ui/META-INF/MANIFEST.MF
org.eclipse.jdt.debug.ui/pom.xml

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From a9629313a48194b4c52b61251108fb16256676c4 Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <[email protected]>
Date: Mon, 2 Dec 2024 11:59:28 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/org.eclipse.jdt.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug.ui/META-INF/MANIFEST.MF
index e651afa8a..06269ace2 100644
--- a/org.eclipse.jdt.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.debug.ui; singleton:=true
-Bundle-Version: 3.13.600.qualifier
+Bundle-Version: 3.13.700.qualifier
 Bundle-Activator: org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.jdt.debug.ui/pom.xml b/org.eclipse.jdt.debug.ui/pom.xml
index dceebf96d..597b96d81 100644
--- a/org.eclipse.jdt.debug.ui/pom.xml
+++ b/org.eclipse.jdt.debug.ui/pom.xml
@@ -18,7 +18,7 @@
   </parent>
   <groupId>org.eclipse.jdt</groupId>
   <artifactId>org.eclipse.jdt.debug.ui</artifactId>
-  <version>3.13.600-SNAPSHOT</version>
+  <version>3.13.700-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <properties>
   	<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
-- 
2.47.0

Further information are available in Common Build Issues - Missing version increments.

@SougandhS
Copy link
Contributor

@SougandhS should fix your problem.

Thanks @jukzi

@jukzi jukzi merged commit 111e7a1 into eclipse-jdt:master Dec 2, 2024
11 checks passed
@jukzi jukzi deleted the JavaBreakpointAdvancedPage branch December 2, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering breakpoints page throwing error
4 participants