Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1390

DataRowStore.processRemoteEvent processInvalidatedIDs typo

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0RC2
    • 3.0RC3
    • Core Library
    • None

    Description

      This was found during code review by one of the users:

      diff -git a/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java b/framework/cayenne-jdk1.5
      index e5dc0fb..617081b 100644
      — a/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java
      +++ b/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataRowStore.java
      @@ -380,7 +380,7 @@ public class DataRowStore implements Serializable {

      synchronized (this) {
      processDeletedIDs(deletedSnapshotIds);

      • processInvalidatedIDs(deletedSnapshotIds);
        + processInvalidatedIDs(invalidatedSnapshotIds);
        processUpdateDiffs(diffs);
        sendUpdateNotification(
        event.getPostedBy(),

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: