do not suggest org.jruby.util.ShellLauncher.ChannelPumper when find usages of "Thread.start"

This commit is contained in:
Alexey Kudravtsev
2015-10-28 14:55:39 +03:00
parent 91d5d75923
commit f9547c2ece
3 changed files with 82 additions and 9 deletions
@@ -0,0 +1,9 @@
interface Pumper extends Runnable {
void start();
}
class MyThread extends Thread implements Pumper {
}