Change so that containsKey impl points to containsField

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Trivial - P5
    • 0.8
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      You have duplicate code....

      This should be:

      src/main/com/mongodb/BasicDBList.java
      public boolean containsKey( String key )

      { return containsField(key); }

      Some of the others classes have this as well... less likely to break if you make changes to containsField (until fully deprecated).

              Assignee:
              Kristina Chodorow (Inactive)
              Reporter:
              Ryan Nitz
              None
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: