[gwt-contrib] Re: RR : Fix SingleJsoImpl web-mode compilation for unreferenced types

2009-02-25 Thread BobV
On Thu, Feb 26, 2009 at 4:25 AM, Scott Blum wrote: > 1) Shove every singleJsoImpl in up front.  The easiest way to do this would > be to add additional seedTypeNames in getCompilationUnitDeclarations() and > make no changes to AbstractCompiler. Done. > The name of this type seems slightly weird

[gwt-contrib] Re: RR : Fix SingleJsoImpl web-mode compilation for unreferenced types

2009-02-25 Thread Scott Blum
On Wed, Feb 25, 2009 at 12:45 AM, BobV wrote: > dev/core/src/com/google/gwt/dev/jdt/AbstractCompiler.java LG, but now I get a bunch of warnings about unused parameters due to removing the suppression. :) > dev/core/src/com/google/gwt/dev/jdt/WebModeCompilerFrontEnd.java Hmmm... I think this