[RFA] Implement LocationOnlyFilter.matches
Keith Seitz
keiths@redhat.com
Fri Apr 27 22:24:00 GMT 2007
Hi,
This is a patch that I have already committed to Classpath. It
implements LocationOnlyFilter.matches, which despite earlier thoughts,
does need to be properly implemented.
Ok?
Keith
classpath/ChangeLog
2007-04-27 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/event/filters/LocationOnlyFilter.java
(matches): Use Location.equals to determine equality.
* gnu/classpath/jdwp/VMMethod.java (equals):
New method.
* gnu/classpath/jdwp/util/Location.java (equals):
New method.
ChangeLog
2007-04-27 Keith Seitz <keiths@redhat.com>
* classpath/lib/gnu/classpath/jdwp/event/filters/
LocationOnlyFilter.class: Regenerated;
* classpath/lib/gnu/classpath/jdwp/util/Location.class:
Regenerated.
* gnu/classpath/jdwp/VMMethod.java
* classpath/lib/gnu/classpath/jdwp/VMMethod.class:
Regenerated.
* gnu/classpath/jdwp/VMMethod.h: Regenerated.
* gnu/classpath/jdwp/util/Location.h: Regenerated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cp-locationfilter.patch
Type: text/x-patch
Size: 3001 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070427/272bacc0/attachment.bin>
More information about the Java-patches
mailing list