Initialize methods after loading classgroup too, I dont know if other things are broken elsewhere. Making the method graphs work makes many more frames. Might be worth processing methods one at a time and then doing the comparisons. And maybe elsewhere that doesn't need the graph will not include all frames, or something.
This commit is contained in:
@@ -45,6 +45,12 @@ public class ClassGroup
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void initialize()
|
||||||
|
{
|
||||||
|
buildClassGraph();
|
||||||
|
lookup();
|
||||||
|
}
|
||||||
|
|
||||||
public void buildClassGraph()
|
public void buildClassGraph()
|
||||||
{
|
{
|
||||||
for (ClassFile c : classes)
|
for (ClassFile c : classes)
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ public class JarUtil
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
group.initialize();
|
||||||
|
|
||||||
return group;
|
return group;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user