[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BlockGraph.getTails()
Hi,
I propose updating the documentation of BlockGraph.getTails() to
include a note that it is not yet implemented, since someone may build
some code on it and then only find out the bad news at runtime. :-)
Cheers,
Navin.
--- BlockGraph.java.orig Sat Mar 23 13:15:20 2002
+++ BlockGraph.java Sat Mar 23 13:16:52 2002
@@ -559,6 +559,11 @@
return mHeads;
}
+ /**
+ * Returns a list of exit points for this graph.
+ *
+ * <p><b>Not Yet Implemented.</b>
+ **/
public List getTails()
{
throw new RuntimeException("not yet implemented");