Skip to content

Commit 0b232e4

Browse files
Incorporated code review changes
1 parent 990bbce commit 0b232e4

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DebugUIMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,4 @@ CompareObjectsReference=Reference Mismatch
436436
ObjectsReferenceDifferent=Different in {0}
437437
ObjectsReferenceSameAndDifferent=Same in {0}, but different in {1}
438438
ObjectsExtractedSame=Same in {0}
439-
fExceptionBreakpointMsg=Create/Show Exception breakpoint on clicking exceptions
439+
fExceptionBreakpointMsg=Create/Show Exception breakpoint on clicking exception names in stacktrace

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugPreferencePage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ protected Control createContents(Composite parent) {
189189
fFilterUnrelatedBreakpoints = SWTFactory.createCheckButton(composite, DebugUIMessages.JavaDebugPreferencePage_filterUnrelatedBreakpoints, null, false, 1);
190190

191191
fExceptionBreakpoint = SWTFactory.createCheckButton(composite, DebugUIMessages.fExceptionBreakpointMsg, null, true, 1);
192-
193192
SWTFactory.createVerticalSpacer(composite, 1);
194193
fOnlyIncludeExportedEntries = SWTFactory.createCheckButton(composite, DebugUIMessages.JavaDebugPreferencePage_only_include_exported_entries, null, false, 1);
195194

org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ public class JDIDebugModel {
104104
+ ".do_not_install_breakpoints_from_unrelated_sources"; //$NON-NLS-1$
105105

106106
/**
107-
* Boolean preference controlling whether to not install (filter) breakpoints for types existing multiple times in source projects and not related
108-
* to the current debug session.
107+
* Boolean preference for controlling whether an exception breakpoint should be created or managed
108+
* when clicked on an exception type in the console.
109109
*
110110
* @since 3.23
111111
*/

0 commit comments

Comments
 (0)