Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 10.2 Bug?

Re: 10.2 Bug?

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 09 Feb 2006 11:48:18 -0800
Message-ID: <1139514488.480488@jetspin.drizzle.com>


Andy Hassall wrote:

> It should only mark lines that really are redundant - presumably with an
> IF/ELSIF/ELSIF/ENDIF it'll only mark the specific branches where it can prove
> that the conditions are impossible. If it starts marking other branches as
> unreachable then that'd be a bug - but here the "IF x = 10" conditional is
> clearly pointless as x is a constant value 10 through all code paths, so it's
> trivially true and there's no point it doing the comparison at runtime.

You've got my vote. I liked it better the way it worked in 10.1.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Feb 09 2006 - 13:48:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US