On 8/3/07, Emmanuel Fleury <[EMAIL PROTECTED]> wrote: > Sunzir Deepur wrote: > > hello, > > > > what are class 3 edges ? > > why make them ? > > if i understand ok, they do not represent a legit flow of code... > > Switches:
ok, that's one example where class 3 edges are created, but why is that ? they obviously do not represent a legit flow of code. e.g. if(condition) { BB1 } else { BB2 } here i get (besides the obvious edges) a class 3 edge between BB1 to BB2. why ? there is no way there will be flow from BB1 to BB2. so why to create those edges in the first place ? thank you sunzir