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
Problem
In #229 we found that calls to java/io/PrintStream.println are not found for CG-Algorithms besides CHA when loading the JDK as interfaces. The reason is that the type iterator will not consider the type PrintStream to be instantiated, as any code instantiating it is not actually loaded.
Solution
There might / could already be some handling for this in place that either does not work anymore or does not cover PrintStream - see discussion in #229. Look into the issue and fix it, so that calls to println are actually found when loading the JDK as interfaces.