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
A lot of printStackTrace and System.out are called by AutoComplete (e. g. in class ASTFactory). This makes my program not very robust.
Could you substitute this two method calls with a java.util.Logger or something like that? Let me know if you need help!
The text was updated successfully, but these errors were encountered:
This issue is being moved from the
AutoComplete
project, where write to sysout are at least guarded by system properties.From @ChrisBLN,
AutoComplete
issue 26:The text was updated successfully, but these errors were encountered: