Other |
---|
1.4.0 beta2Fixed |
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
Two problems -- First, the following RuntimeExceptions are spec'ed to be thrown in only some of the places where they can be: ObjectCollectedException VMDisconnectedException VMMismatchException VMOutOfMemoryException NullPointerException Spec should be consistent. Second, some exceptions (specifically, ObjectCollectedException and VMDisconnectedException) are not always thrown by methods which are spec'ed to throw them. Exception is not thrown because no interaction with target VM is needed (e.g., info is cached). They should be specified that the exception "may" be thrown.
|