On Fri, Oct 19, 2012 at 6:12 PM, Matthew Dempsky <[email protected]> wrote: > On Fri, Oct 19, 2012 at 5:50 AM, <[email protected]> wrote: >> >> Except you missed one that spans 2 lines in ImageLoadingCell. >> (caught using "grep -R -A 1 'setInnerHTML' user/src/com/google/gwt/ >> |grep asString |grep -v setInnerHTML" ;-) ) > > > FWIW, I used Error Prone[1] to do this refactoring. "Not as clumsy or > random as a regex; an elegant tool, for a more civilized age." :) > > [1] http://code.google.com/p/error-prone/
Oh, so you did develop a specific "bug pattern", right? (you learn a new thing every day! thanks for the pointer, didn't know about that project –one day, I should really go through the whole list of projects tagged with "google" on Google Code Hosting ;-) ) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
