DRY-243: the reclassification does not support local variables arrays
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”:
Submitted on 28 September 2006 at 16:52
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”
Log in to post comments