<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear all,</div>
<div> </div>
<div>I'm currently trying to implement a custom backtracking for Java code, however I also want to allow for parsing "incomplete" java files, meaning that you can apply backtracking on e.g. main.java even though main.java has many imports. (This already works on C/C++ code using Joern and its fuzzy parser). I'm currently trying to solve this with the help of soot, but already got stuck on the question whether it is possible to apply it on source code and not class files and if so how?</div>
<div>I would highly appreciate answers to this :d</div>
<div> </div>
<div>Best,</div>
<div>Chrsitian</div></div></body></html>