234235235

Results 3 comments of 234235235

That is the code I am analyzing: ``` public class defaultMain{ public static void main(String[] args){ //normalFlow (0) String wtf = "aha"; //normalFlow (1) int output = 0; int add...

The result running it with SourceDirCallGraph (i.e. -sourceDir ".../JavaFiles/Default/" -mainClass "LdefaultMain" is the same incomplete Graph. In case you need more info, just let me know, we could also have...

I did not find the exact problem but I can at least give you a hint on where the problem appears (if you didnt already find out). So the problem...