I just searched and I could not find any open JIRA issue. Thanks for the pointer.
Andy On Mon, Jan 11, 2016 at 11:22 PM, Justin Mclean <jus...@classsoftware.com> wrote: > Hi, > > Think there might be a JIRA re this issue, seem to recall something about > it. For more serious issues don’t forget to raise a JIRA, that way we can > easily track what been fixed come release time. > > Thanks, > Justin > > > On 12 Jan 2016, at 2:48 pm, adufi...@apache.org wrote: > > > > Repository: flex-sdk > > Updated Branches: > > refs/heads/develop 386c8bb00 -> 991f2c294 > > > > > > fixed warning > > > > Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo > > Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/991f2c29 > > Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/991f2c29 > > Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/991f2c29 > > > > Branch: refs/heads/develop > > Commit: 991f2c294422da189c0f80f63829623895995da6 > > Parents: 386c8bb > > Author: Andy Dufilie <adufi...@apache.org> > > Authored: Mon Jan 11 22:47:37 2016 -0500 > > Committer: Andy Dufilie <adufi...@apache.org> > > Committed: Mon Jan 11 22:47:37 2016 -0500 > > > > ---------------------------------------------------------------------- > > frameworks/projects/framework/src/mx/binding/Binding.as | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/991f2c29/frameworks/projects/framework/src/mx/binding/Binding.as > > ---------------------------------------------------------------------- > > diff --git a/frameworks/projects/framework/src/mx/binding/Binding.as > b/frameworks/projects/framework/src/mx/binding/Binding.as > > index 15bef54..a8c569a 100644 > > --- a/frameworks/projects/framework/src/mx/binding/Binding.as > > +++ b/frameworks/projects/framework/src/mx/binding/Binding.as > > @@ -426,7 +426,7 @@ public class Binding > > catch(error:Error) > > { > > if (error is ItemPendingError) { > > - error.addResponder(new EvalBindingResponder(this, > object)); > > + (error as ItemPendingError).addResponder(new > EvalBindingResponder(this, object)); > > if (BindingManager.debugDestinationStrings[destString]) > > { > > trace("Binding: destString = " + destString + ", > error = " + error); > > > >