Hi,
I would like to congratulate the people mantaining this project, it is quite hard to find java reverse tools for java>1.8, I used to use MoDisco but seems abandoned and then discovered this project and I would really like to use it.
I'm trying to reverse a java project with
https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/blob/master/bundles/jamopp.standalone/src/jamopp/standalone/JaMoPPStandalone.java
But it seems to enter an infinite loop resolving proxies, because it tries to resolver itself in a loop.
My doubt is if I'm using the correct class, because I guess that the junit tests like
https://github.com/PalladioSimulator/Palladio-Supporting-EclipseJavaDevelopmentTools/blob/master/tests/org.emftext.language.java.test/src/org/emftext/language/java/test/standalone/StandaloneTest.java
Work, but I see there are quite difference between what does the test to parse and what does the standalone class.
Also reading the documentation in the document "Parsing and Printing Java 7-15
by Extending an Existing Metamodel
Martin Armbruster
Supervisor: Manar Mazkatli
July 28, 2022"
I don't understand which class corresponds to the first variant and which to the third.
Could anyone help please?
Kind regards.