On 15/08/07, Henri Yandell <[EMAIL PROTECTED]> wrote:
> For the latter, I use:
>
> function propcheck() {
>for i in `find $1 -type f -name '*.properties'`
>do
>for j in `cat $i | sed 's/=.*//'`
This does not allow for comment or continuation lines ...
>do
>grep
Luc Maisonobe wrote:
I currently use Eclipse and Findbugs for Java development, with strict
settings to identify as many errors as I can. Both trigger numerous
warnings on the current math code, mainly in the test classes.
[snip]
Does anybody mind if I remove these warning, even the harmless on
Brian A. Egge wrote:
> Hi Wolfgang,
>
> I agree that the framework should have better support for groups and mutually
> exclusive options. This is a feature I've often had to do in a pre or post
> processing step.
>
> I've thought about writing a CLI library which would accept a EBNF option