Reviewers: amitmanjhi, Description: The old uses of getCanonicalName() blithely assumed that the symlink-resolved name was, in fact, still the same as the unresolved name. Oops.
Also tweaked use of List.toArray by giving it an correctly-sized argument (avoiding the need to allocate a zero-size array, and then the real one), and to remove the superfluous <copy> in ant. Please review this at http://gwt-code-reviews.appspot.com/78802 Affected files: build.xml tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
