* <code>null</code>: seems like it has no side effects and
* probably does nothing in this case.
*/
public void testUpdateLayout02() throws BadLocationException {
final boolean[] called = new boolean[1];
view = new DisAbstractedView(line) {
@Override
public void preferenceChanged(final View child, final boolean width,
final boolean height) {
called[0] = true;
}