Invoke Ctrl-Alt-N on an unreferenced bean like
<bean class="java.lang.Object"/>.
Result: the declaration is simply removed.
It seems that this happens when the caret is exactly on leading "<" character.
Expected: nothing happens (or perhaps some message like 'bean can not be inlined: no references').