mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
debugging the test
This commit is contained in:
@@ -599,6 +599,7 @@ public interface Test {
|
||||
println myFixture.editor.document.text
|
||||
println myFixture.editor.caretModel.offset
|
||||
println myFixture.editor.settings.virtualSpace
|
||||
println project
|
||||
println LookupManager.getInstance(project)
|
||||
println LookupManager.getInstance(project).getActiveLookup()
|
||||
}
|
||||
|
||||
@@ -209,7 +209,8 @@ public class LookupManagerImpl extends LookupManager {
|
||||
if (LookupActionHandler.DEBUG) {
|
||||
System.out.println("LookupManagerImpl.lookupClosed2");
|
||||
System.out.println("myActiveLookup = " + myActiveLookup);
|
||||
System.out.println("this = " + this);
|
||||
System.out.println("this = " + LookupManagerImpl.this);
|
||||
System.out.println("project = " + myProject);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user