What is affected:
public void addHotCodeReplaceListener(IJavaHotCodeReplaceListener listener)public void removeHotCodeReplaceListener(IJavaHotCodeReplaceListener listener) Description: Methods have been added to org.eclipse.jdt.debug.core.IJavaDebugTarget to
support target sepcific hot code replace listeners. When listeners are registered with a specific target, the listeners
registered with org.eclipse.jdt.debug.core.JDIDebugModel are not notified for that target. This allows a target
to have custom hot code replace event handling.
Action required: This is a backwards compatible change. No action required.
What is affected:
org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditorDescription: This class provides controls for editing a Java breakpoint's conditional expression. The class may be instantiated but is not intended to be sublcassed.
Action required: This is a backwards compatible change. No action required.