Group: comp.lang.java.programmer
From: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
Date: Monday, February 25, 2008 9:18 PM
Subject: Re: short circuit operators

k-e-n wrote:
> Also as I mention in the list below it is simply not good practice to
> mix Bitwise and Boolean operators in the same expression, just because
> you can, does not mean you should.

The test should reflect the functionality you want. If the functionality
requires mixing shortcircuit and non-shortcircuit operators, then there
is not much to do about it.

Arne