[Joeq-checkins] SF.net SVN: joeq: [2482] trunk/joeq_core/joeq/Compiler/Quad/ FilteredCallGraph.java
Status: Alpha
Brought to you by:
joewhaley
From: <cu...@us...> - 2007-10-30 05:17:40
|
Revision: 2482 http://joeq.svn.sourceforge.net/joeq/?rev=2482&view=rev Author: cunkel Date: 2007-10-29 22:17:36 -0700 (Mon, 29 Oct 2007) Log Message: ----------- allow roots to change (if underlying does.) Modified Paths: -------------- trunk/joeq_core/joeq/Compiler/Quad/FilteredCallGraph.java Modified: trunk/joeq_core/joeq/Compiler/Quad/FilteredCallGraph.java =================================================================== --- trunk/joeq_core/joeq/Compiler/Quad/FilteredCallGraph.java 2007-09-24 23:26:27 UTC (rev 2481) +++ trunk/joeq_core/joeq/Compiler/Quad/FilteredCallGraph.java 2007-10-30 05:17:36 UTC (rev 2482) @@ -35,7 +35,7 @@ } public void setRoots(Collection roots) { - Assert.UNREACHABLE(); + base.setRoots(roots); } public Collection getTargetMethods(Object context, ProgramLocation callSite) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |