Kyle Galloway wrote:
Small fix for BreakpointEvent for filter compatibility. Requesting approval and commit.

- Kyle

2006-06-13  Kyle Galloway <[EMAIL PROTECTED]>

   * gnu/classpath/jdwp/event/BreakpointEvent.java : Added
   Object _instance for compatibility with filters.
   (getParameter): Modified to allow access to above.

Approved with one small addendum:

@@ -69,11 +72,12 @@
    * @param thread  thread in which event occurred
    * @param loc     location where breakpoint occurred
    */
-  public BreakpointEvent(Thread thread, Location loc)
+  public BreakpointEvent(Thread thread, Location loc, Object instance)

Missing javadoc for instance parameter.

Keith

Reply via email to