It'd be nice to have the live error parsing check recognize that a property is being set twice. A coworker of mine using that OTHER editor (the non eclipse based one) pointed it out to me within his editor.
With this scenario FDT would see that the X property has been set twice:
new TweenLite(mc, .5, {x:100,y:200, autoAlpha:0, x:50});