Util / atlanta-pm-code

Automatically exported from code.google.com/p/atlanta-pm-code
0 stars 0 forks source link

Grammatical error in "Cyclicity fault" message. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create a cyclicity fault (loop)

1. create node n1
2. create node n2
3. create node n3
4. make n2 daughter of n1
5. make n3 daughter of n2
6. make n1 daughter of n3

What is the expected output? What do you see instead?
Expected:
Cyclicity fault: <n1>  is an ancestor of <n3>, so it can't become its daughter. 
at <module> 
<line>
Current behavior:
CCyclicity fault: <n1>  is an ancestor of <n3>, so can't became its daughter. 
at <module> 
<line>

What version of the product are you using? On what operating system?
Tree-DAG_Node-1.06

Please provide any additional information below.

Original issue reported on code.google.com by rosat...@gmail.com on 30 Aug 2009 at 5:19

GoogleCodeExporter commented 9 years ago
Fix requires change to code line 533 of DAG_Node.pm (in call to 
$daughter->cyclicity_fault() in method _add_daughters_wrapper())

Original comment by stephen....@gmail.com on 20 Jun 2010 at 3:47