You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to analyze several programs that have multiple main classes, say a program has U.V.Bar.main() and X.Y.Foo.main(). We want to find a way to specify all these main classes to let Averroes generate a single placeholder, like this format: -m U.V.Bar:X.Y.Foo
Also, we have some client-server programs, which have some callbacks that are not reachable from main(). Is there a way to let Averroes start not only from main() but also from any arbitrary methods?
Thanks,
Zhenkai
The text was updated successfully, but these errors were encountered:
Adding multiple main methods sounds like a nice enhancement to add to averroes. I have self-assigned this feature to myself. I don't think I'll get to it until 2 weeks or so though.
As for the callbacks that are not reachable from main(), I'm currently working on a newer version of Averroes that supports framework-based applications. I think that might solve your problem. The release of that version is currently planned for late summer.
Hi Karim,
We have to analyze several programs that have multiple main classes, say a program has U.V.Bar.main() and X.Y.Foo.main(). We want to find a way to specify all these main classes to let Averroes generate a single placeholder, like this format: -m U.V.Bar:X.Y.Foo
Also, we have some client-server programs, which have some callbacks that are not reachable from main(). Is there a way to let Averroes start not only from main() but also from any arbitrary methods?
Thanks,
Zhenkai
The text was updated successfully, but these errors were encountered: