java-callgraph

Details

README 10(+10 -0)

diff --git a/README b/README
index e69de29..26fdb8c 100644
--- a/README
+++ b/README
@@ -0,0 +1,10 @@
+Java Call Graph
+---------------
+
+Programs for generating static and dynamic call graphs
+
+
+-Known Restrictions
+
+* The static call graph generator does not account for methods invoked using
+  reflection. Thorough dynamic analysis is required  
\ No newline at end of file