The API documentation for VirtualMachineManager.allConnectors()
is wrong in stating
"Returns:
a list of ListeningConnector objects."
It should be " a list of all Connector objects."
------ also ---
In ByteValue (similiar in CharValue, DoubleValue,) :
byte value()
Returns this ByteValue as a boolean.
-- also, in StackFrame --
public java.util.List visibleVariables()
throws AbsentInformationException
Throws:
AbsentInformationException - if there is no line number information for this method.
same in visibleVariableByName
is wrong in stating
"Returns:
a list of ListeningConnector objects."
It should be " a list of all Connector objects."
------ also ---
In ByteValue (similiar in CharValue, DoubleValue,) :
byte value()
Returns this ByteValue as a boolean.
-- also, in StackFrame --
public java.util.List visibleVariables()
throws AbsentInformationException
Throws:
AbsentInformationException - if there is no line number information for this method.
same in visibleVariableByName