You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removals - types that have already been deprecated in a past release and are not considered part of the public API:
com.google.gwt.dev.GetJreEmulation - runnable main that appears to list jre emulation, like the JavaEmulSummaryDoclet (formerly ezt doclet).
com.google.gwt.dev.SignatureDumper - package-protected class used in GetJreEmulation.
com.google.gwt.dev.RunWebApp - runnable main that appears to run the JettyLauncher (deprecated in GWT 2.11), without the rest of dev mode.
com.google.gwt.dev.shell.log.ServletContextTreeLogger - like HostedModeServletConfigProxy, this was part of GWTShellServlet, but wasn't removed.
com.google.gwt.dev.shell.WorkDirs - Was used in GWTShell, also removed in GWT 2.6.
com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor - this should not be deleted, but removed from release artifacts.
com.google.gwt.dev.ApplicationCreator this only logs an error, and references another main, which previously only logged an error, and was removed in 2.12.
com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures - already warns if used, though not annotated with @Deprecated.
com.google.gwt.dev.util.arg.ArgHandlerOutDir - unused, not available for any command line tools
com.google.gwt.dev.util.arg.ArgHandlerFragmentMerge - unused, deprecated in 2.12
com.google.gwt.util.PreventSpuriousRebuilds - unused, deprecated in 2.9, served as a workaround for a bug in ant
com.google.gwt.dev.codeserver.RecompileListener - deprecated with a replacement in 2.6, part of the SDM server api
Deprecations - to be removed in a future release, and also not considered part of the public API:
com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching - has comments asking it to be removed, as it is enabled by default. Should warn for a version first.
com.google.gwt.dev.util.arg.OptionEnableGeneratorResultCaching option interface for this flag, also unused
Removals - types that have already been deprecated in a past release and are not considered part of the public API:
com.google.gwt.dev.GetJreEmulation
- runnable main that appears to list jre emulation, like the JavaEmulSummaryDoclet (formerly ezt doclet).com.google.gwt.dev.SignatureDumper
- package-protected class used in GetJreEmulation.com.google.gwt.dev.RunWebApp
- runnable main that appears to run the JettyLauncher (deprecated in GWT 2.11), without the rest of dev mode.com.google.gwt.dev.shell.log.ServletContextTreeLogger
- like HostedModeServletConfigProxy, this was part of GWTShellServlet, but wasn't removed.com.google.gwt.dev.shell.WorkDirs
- Was used inGWTShell
, also removed in GWT 2.6.com.google.web.bindery.requestfactory.server.RequestFactoryJarExtractor
- this should not be deleted, but removed from release artifacts.com.google.gwt.dev.ApplicationCreator
this only logs an error, and references another main, which previously only logged an error, and was removed in 2.12.com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures
- already warns if used, though not annotated with@Deprecated
.com.google.gwt.dev.util.arg.ArgHandlerOutDir
- unused, not available for any command line toolscom.google.gwt.dev.util.arg.ArgHandlerFragmentMerge
- unused, deprecated in 2.12com.google.gwt.util.PreventSpuriousRebuilds
- unused, deprecated in 2.9, served as a workaround for a bug in antcom.google.gwt.dev.codeserver.RecompileListener
- deprecated with a replacement in 2.6, part of the SDM server apiDeprecations - to be removed in a future release, and also not considered part of the public API:
com.google.gwt.dev.util.Util
for removal #10030com.google.gwt.util.tools.Utility
for removal #10031com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching
- has comments asking it to be removed, as it is enabled by default. Should warn for a version first.com.google.gwt.dev.util.arg.OptionEnableGeneratorResultCaching
option interface for this flag, also unusedcom.google.gwt.dev.util.InstalledHelpInfo
Update, migrate, improve log help links #10042com.google.gwt.core.ext.debug.JsoEval
- unused internally, only usable when running legacy dev mode, to allow a debugger to interact with JSOsThe text was updated successfully, but these errors were encountered: