please TAKE this discussion to the JAWS main mailing list, it *really*
doesn't belong here
It has gone in bug fixing and design, i.e. dev

marc


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Fredrik Borgh
> Sent: Tuesday, May 23, 2000 1:20 AM
> To: jBoss
> Subject: Re: [jBoss-User] JAWS O>R problem *** Rickard, are you there?
> ***
>
>
>
> To clarify:
>
> On Tue, 23 May 2000, Fredrik Borgh wrote:
>
> >
> > Won't the call to currentState[i].equals(oldState[i]) cause a
> > NullPointerExcpetion if currentState[i] is null?? Since you've used the
> > "or" ( || ), if currentState[i] is null, the first test in the if is not
> > valid. Therefore it jumps to the second, which causes an
> Exception (or am
> > I missing something??)
>
> I meant, that since you use "or", if the first statement in the "if" is
> false (if currentState[i] == null), it jumps to check the second. This
> then causes a NullPointerExcpetion.
>
> F...
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to