124125126127128129130131132133134
BreakpointAnnotation annotation = breakpointToAnnotation.remove(b); if (annotation == null) { return; } annotation.detach(); b.removePropertyChangeListener( Breakpoint.PROP_ENABLED, this); } }