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:
@@ -44,6 +44,12 @@ public class ClassGroup
|
||||
return c;
|
||||
return null;
|
||||
}
|
||||
|
||||
public void initialize()
|
||||
{
|
||||
buildClassGraph();
|
||||
lookup();
|
||||
}
|
||||
|
||||
public void buildClassGraph()
|
||||
{
|
||||
|
||||
@@ -35,6 +35,8 @@ public class JarUtil
|
||||
}
|
||||
}
|
||||
|
||||
group.initialize();
|
||||
|
||||
return group;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user