Open GoogleCodeExporter opened 9 years ago
I believe this bug report is invalid.
Properties.java is obsolete and hasn't been in Trunk in a long time. Cha is
present in Trunk. I don't know how well it works though -- I haven't had much
success with it.
Original comment by asrabkin@gmail.com
on 18 Nov 2010 at 5:21
Cha still documented in 8/14/10 user guide. If it's problemmatic, I won't try
to use it.
What do y'all recommend as the best jChord version to grab and run with?
Original comment by mab.m...@gmail.com
on 30 Nov 2010 at 4:21
Hi, we are planning a major release in December. Meanwhile, please use the
latest svn from the trunk, and email me if you run into any problems.
The most commonly used scope construction algorithm is rta. I believe cha
should work correctly too, but it can result in very large call graphs. If you
want to use cha, then the property to set is chord.scope.kind=cha (default is
'rta'). In this case you also have the choice of setting
chord.ch.kind=[static|dynamic] (default is 'static'; 'dynamic' results can
result in much smaller call graph but it will run your program). To eliminate
most warnings, you can set DEFAULT_SCOPE_EXCLUDES in
main/src/java/chord/project/Config.java to "mainClassPathPackages" (i.e. do not
exclude packages like sun., com.sun., com.ibm., etc.).
Original comment by mayur.naik
on 30 Nov 2010 at 7:13
Original issue reported on code.google.com by
mab.m...@gmail.com
on 17 Nov 2010 at 12:00