mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
shorten CachedValue access stack traces a bit
This commit is contained in:
@@ -58,12 +58,6 @@ public abstract class PsiCachedValue<T> extends CachedValueBase<T> {
|
|||||||
o == PsiModificationTracker.JAVA_STRUCTURE_MODIFICATION_COUNT;
|
o == PsiModificationTracker.JAVA_STRUCTURE_MODIFICATION_COUNT;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
|
||||||
@Override
|
|
||||||
protected <P> T getValueWithLock(P param) {
|
|
||||||
return super.getValueWithLock(param);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean isUpToDate(@NotNull Data data) {
|
protected boolean isUpToDate(@NotNull Data data) {
|
||||||
return !myManager.isDisposed() && super.isUpToDate(data);
|
return !myManager.isDisposed() && super.isUpToDate(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user