4 Replies Latest reply on Nov 4, 2005 10:29 PM by rmcdonough

    How can I create a point cut to monitor a method of an input

    sylcheung

      Hi,

      Can someone tell me how can I create a point cut to monitor a method of an input parameter has been invoked?

      For example, I have a Java class with a method
      class A {
      public void a(List aList);
      }

      how can I create a point cut which the implemention of a() add an entry to 'aList' (i.e. aList.add()) is called?

      Thank you.