PicoContainer
  1. PicoContainer
  2. PICO-279

Immutable Proxy not handling equals(PicoContainer).

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Minor Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: 1.2
    • Component/s: PicoContainer (Java)
    • Labels:
      None
    • Testcase included:
      yes
    • Number of attachments :
      0

      Description

      The following will fail because the immutable proxy won't handle equals();

      DefaultPicoContainer pico = new DefaultPicoContainer();
      DefaultPicoContainer pico2 = pico.makeChildContainer();

      assertEquals(pico, pico2.getParent() );

        People

        • Assignee:
          Jörg Schaible
          Reporter:
          Michael Rimov
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: