BUGFIX TEST: jlobby.java.lang.StringBuffer.new(10) failed to discriminate between constructors
StringBuffer(String) and StringBuffer(int), reason was that anything native was convertible to
NATText and also to String.
Since external definitions inherently are equipped access to their lexical scope,
and isolates are prohibited access to any form of lexical scope so that they can
be copied between actors, these mechanisms are irreconcilable.
NATIVE TEST: Tests whether the definition of an external method refers to the correct
bindings for:
- lexically accessed variables
- the value of 'self'
- the value of 'super'
When rethrowing an exception from a handler, the expected semantics apply : no handlers
from the same try block are tried, even if they also match the thrown exception.
Extremely vague and dirty feature of Java reflection: it can sometimes happen that
a method is invoked on a private inner class via a publicly accessible interface method.
toString() -
Method in class edu.vub.at.actors.eventloops.Event