public void inspectionReadActionFinished() {
    myIsInProcess = false;
    if (myScope != null) myScope.invalidate();

    synchronized (myRefTable) {
      mySortedRefs = null;
    }
  }