Community
Participate
Working Groups
org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk.Utils for example uses System.err.println to print errors. MoDisco queries should not use print statements for errors, since they can't be seen unless in debug, and they don't provide a stack trace. This should be replaced by use of the MoDiscoLogger.
Fixed in revision 3245. I replaced printlns by invocations of the MoDiscoLogger where applicable.
Bug fixed.