Hi Roman,

On Fri, 2005-11-04 at 11:33 +0000, Roman Kennke wrote:
> This adds the getMinimumSize() method to the BasicTextUI and replaces a
> 'should never happen' comment with an assert statement.
> [...]
>      catch (BadLocationException e)
>        {
> -       // This should never happen.
> -       text = "";
> +        assert false : e.toString();
> +        text = "";
>        }

Please chain the exception before throwing the assert.

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to