a small example:

class A{
Integer m(Object l[]){
return l.length;
}
}

[ dryad-front | error ] Ambiguous construct cannot be reclassified:
AmbName(Id(“l”))

in “dryad/reclassify/ContextuallyAmbName”:
the strategy “Reclassify-SimpleAmbName(rec)”
will replace it by using the dr named “ReclassifySimpleInScopeVar”
which is not set in case of an array in “declare-*-helper”
which are in “dryad/reclassify/declare/LocalVariables”

Submitted on 28 September 2006 at 16:52

Log in to post comments