mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more logging
This commit is contained in:
@@ -254,13 +254,13 @@ public abstract class GroovyCompilerTest extends GroovyCompilerTestCase {
|
||||
|
||||
@Override
|
||||
void after(List<? extends VFileEvent> events) {
|
||||
println events
|
||||
println Thread.currentThread() + " " + events
|
||||
}
|
||||
})
|
||||
myFixture.addFileToProject("tests/Super.groovy", "class Super {}");
|
||||
assertEmpty(make());
|
||||
|
||||
println 'after first make'
|
||||
println 'after first make ' + Thread.currentThread()
|
||||
|
||||
def sub = myFixture.addFileToProject("tests/Sub.groovy", "class Sub {\n" +
|
||||
" Super xxx() {}\n" +
|
||||
|
||||
Reference in New Issue
Block a user