Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-users] Another query


Hi Juri,

Didn't you mean && within(package net.jpmdesign..)?  I'm not sure what your query means as specified.  (What were you trying to do?)

     Peri


Juri Memmert <memmert@xxxxxxxxxxxx>
Sent by: cme-users-admin@xxxxxxxxxxx

08/03/2004 11:12 AM

Please respond to
cme-users

To
CME Users <cme-users@xxxxxxxxxxx>
cc
Subject
[cme-users] Another query





Hi again,

why does this query:

execution(public * execute(..)) && package net.jpmdesign..

show the exact same results (different packages, not only
net.jpmdesign..) as this query:

execution(public * execute(..))?

I would have expected differently.


                Juri


-----
Senate, n.: A body of elderly gentlemen charged with high duties and
misdemeanors.
-- Ambrose Bierce

_______________________________________________
cme-users mailing list
cme-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cme-users


Back to the top