gayathri97 / mini-java

Automatically exported from code.google.com/p/mini-java
0 stars 0 forks source link

Add more test cases for DFAComparator #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
47        // we have checked "stateA_" before; if it is checked against
48        // "stateB_" then we are done, they are the same(?)
49        if (_checkedStates.containsKey(stateA_)) {
50            return (_checkedStates.get(stateA_) == stateB_);
51        }

NOTE: line 50 is partial covered

Original issue reported on code.google.com by lemontree.cool on 3 Oct 2008 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 21 May 2009 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 14 Jul 2009 at 3:01