mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-30321 changing lookup during completion, diagnostics
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ public class CompletionProgressIndicator extends ProgressIndicatorBase implement
|
||||
@Override
|
||||
public void propertyChange(PropertyChangeEvent evt) {
|
||||
if (evt.getNewValue() != null) {
|
||||
LOG.error("An attempt to change the lookup during completion");
|
||||
LOG.error("An attempt to change the lookup during completion, phase = " + CompletionServiceImpl.getCompletionPhase());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user