mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
correct check
This commit is contained in:
@@ -222,7 +222,7 @@ public abstract class DefaultMessageHandler implements BuilderMessageHandler {
|
||||
ApplicationManager.getApplication().runReadAction(new Runnable() {
|
||||
public void run() {
|
||||
for (final PsiElement usage : usages) {
|
||||
if (!usage.isValid()) {
|
||||
if (usage.isValid()) {
|
||||
// if usage is invalid the file should be changed anyway and thus compiled later
|
||||
affect(usage, affectedPaths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user