CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Kyle Galloway <kgallowa> 06/07/27 14:45:38
Modified files:
gnu/classpath/jdwp/util: Location.java
. : ChangeLog
gnu/classpath/jdwp/event: ExceptionEvent.java
Log message:
2006-07-18 Kyle Galloway <[EMAIL PROTECTED]>
* gnu/classpath/jdwp/event/ExceptionEvent.java: Added _klass field
to hold
defining class.
(getParameter): Returns _klass field instead of determining
class from _instance.
(setCatchLoc): New method.
(writeData): Now assumes Location deals with empty locations
instead of
using null.
* gnu/classpath/jdwp/util/Location.java (write): Check for empty
locations and write out accordingly.
(getEmptyLocation): New method.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/util/Location.java?cvsroot=classpath&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8247&r2=1.8248
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ExceptionEvent.java?cvsroot=classpath&r1=1.2&r2=1.3