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
The redirected stdout and err, to capture current stds and then stop capturig them is pure evil.
Any subprocess, which stdout/err we are interested in, should have its own thread-based std readers. I think my AbstractSourceTestClass.java can be refactored, so its base class is just launched process with stderr/out captured. And then launch javap via that.
The text was updated successfully, but these errors were encountered:
The redirected stdout and err, to capture current stds and then stop capturig them is pure evil.
Any subprocess, which stdout/err we are interested in, should have its own thread-based std readers. I think my AbstractSourceTestClass.java can be refactored, so its base class is just launched process with stderr/out captured. And then launch javap via that.
The text was updated successfully, but these errors were encountered: