1. 1844843 Received CLA from Mat Gessel; normalized header on ClassCastTestCase.java and therefore the checkstyle rules for test code. by gwt.team.scottb · 18 years ago
  2. fa5e56c The recent Benchmark changes broke TestSuites. The JUnitHostImpl has to be able to deal with "old" clients whose outstanding RPC requests are trying to get the next method for a test class which is no longer being run by JUnit. The servlet is required to send a "null" back to these clients to inform them they are done, and save the information about which method to execute next for the "new" clients which will be making their own RPC requests. by gwt.team.scottb · 18 years ago
  3. 0f9f317 1) Format and Organize Imports of all java files in benchmark-viewer. I don't know whether the Org Imports was necessary, but the formatting was off. by gwt.team.scottb · 18 years ago
  4. ec74d6b This fixes issue #785 and re-enables a disabled test in HostedTest related to hosted mode wrapped Java Objects answering "toString()" in JSNI code. by gwt.team.scottb · 18 years ago
  5. 66ca3d0 Canonical version should depend on gwt-dev-linux rather than windows. by gwt.team.scottb · 18 years ago
  6. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  7. 0a92ede This is working towards issue #699. Historically, we have always hung static fields directly on the window object, which works fine in the iframe environment. Now that we need to run in the outer page, that won't work so well. by gwt.team.scottb · 18 years ago
  8. e4f0a42 Fix for issue #800. Adds getOverridableMethods() to JClassType. See the unit tests as well for the cases that are included/excluded. Also added some dictionary entries to allow JClassType to pass the spellchecker. by gwt.team.bruce · 18 years ago
  9. 6e05b04 Describes how to update your workspace to support the checkstyle settings for unit tests. I also added in a textual description of how to sort members (to avoid the necessity of opening that PNG file). by gwt.team.bruce · 18 years ago
  10. cd230cd Cleaned up SimpleRPC's .classpath and .project files. by gwt.team.scottb · 18 years ago
  11. e2ef502 Setting svn:eol-style to native for all .project and .classpath files. by gwt.team.scottb · 18 years ago
  12. 3545451 1) Adds a new checkstyle config intended to be used with unit tests. by gwt.team.bruce · 18 years ago
  13. 2d98ad3 Added new eclipse projects for simple RPC example. Reviewed by: mmendez by gwt.team.ecc · 18 years ago
  14. c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
  15. de85c1f Merging startup optimization into trunk from branches/opt_imgs_and_startup@538. Had to hand-merge several things. by gwt.team.scottb · 18 years ago
  16. 39240a8 This change addresses the third part of issue #610. Instead of putting each class's typename into the generated code as a full string literal, each class name is broken into package + class. All of the packages are declared at the global level with obfuscated identifiers. This yields a very nice code size reduction. by gwt.team.scottb · 18 years ago
  17. 7ea7298 This patch updates our checkstyle rules to accept zero or more spaces on lines 3, 7, and 9 of our standard file headers. This should address IntelliJ's removal of superfluous whitespace. by gwt.team.mmendez · 18 years ago
  18. f806738 With this change, we can now prune variables that are assigned to, but never read from. Once this occurs, we go back and fix up any assignment sites by replacing the assignment expression with the right hand side of the assignment. This change also enables pruning of local variables. (+spelling fixes) by gwt.team.scottb · 18 years ago
  19. 11fe7dc This patch updates our checkstyle rules to accept either 2006 or 2007 for the copyright date in our standard file header. by gwt.team.mmendez · 18 years ago
  20. ee138fa Rolling back accidental trunk mods committed in r276. by gwt.team.scottb · 18 years ago
  21. 1bf2ada gvn sync: XXX by gwt.team.hcc · 18 years ago
  22. e24e827 Fix Eclipse setup documentation: missing spaces, missing JDK_HOME classpath variable. Reviewed by scottb. by gwt.team.jat · 18 years ago
  23. 276a80f Fix for issue 561, approved by Scott by gwt.team.jat · 18 years ago
  24. 66a0402 Only checkstyle source directories. by gwt.team.scottb · 18 years ago
  25. 111f83e filters non-source directories by gwt.team.ecc · 18 years ago
  26. 3c8d2e2 filters non-source directories by gwt.team.ecc · 18 years ago
  27. 8cf9848 filters non-source directories by gwt.team.ecc · 18 years ago
  28. 15fb3cd filters non-source directories by gwt.team.ecc · 18 years ago
  29. e218cac filters non-source directories by gwt.team.ecc · 18 years ago
  30. 214d3a9 filters non-source directories by gwt.team.ecc · 18 years ago
  31. e73e11f filters non-source directories by gwt.team.ecc · 18 years ago
  32. 1891a10 filters non-source directories by gwt.team.ecc · 18 years ago
  33. b486b32 added checkstyle to lang by gwt.team.ecc · 18 years ago
  34. 950681a Correct line endings on files with CRLF in the repository by gwt.team.jat · 18 years ago
  35. 5a031dd Added section on filtering out .svn/ folders when building. by gwt.team.scottb · 18 years ago
  36. f2321cf Moved README.txt from eclipse/settings/code-style to eclipse/ and expanded it to cover workspace variables, spelling dictionary, and project importing. It is now a general-purpose "How to setup Eclipse" document instead of just focusing on code style. by gwt.team.scottb · 18 years ago
  37. 1416698 Removing user-specific launch configs by gwt.team.scottb · 18 years ago
  38. b05c900 Implemented a TarCat Ant task to slurp tars directly into other tars. This allows us to preserve things like permissions and symlinks on hostile operating systems. by gwt.team.scottb · 18 years ago
  39. a2d10b4 Update from Ant 1.6.1 to 1.6.5. by gwt.team.scottb · 18 years ago
  40. a684795 Adding a prebuild gwt-customchecks.jar to make it simpler for by gwt.team.knorton · 18 years ago
  41. 7696a32 Patched up README, fixed doctool build by gwt.team.scottb · 18 years ago
  42. e0e1bd7 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  43. ff691cc Checkstyle enabled. by gwt.team.ecc · 18 years ago
  44. f3d6494 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  45. 4c1d598 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  46. 068ce9b Checkstyle enabled. by gwt.team.ecc · 18 years ago
  47. 9074c22 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  48. cd9065b Checkstyle enabled. by gwt.team.ecc · 18 years ago
  49. 55f2372 by gwt.team.ecc · 18 years ago
  50. b24d1ca Checkstyle enabled. by gwt.team.ecc · 18 years ago
  51. 501d981 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  52. dee67ed Checkstyle enabled. by gwt.team.ecc · 18 years ago
  53. 32a653b .project with Checkstyle by gwt.team.ecc · 18 years ago
  54. da2eb2f Added checkstyle nature by gwt.team.ecc · 18 years ago
  55. a4894bb Removed 3.2 xml tags by gwt.team.scottb · 18 years ago
  56. 47c959a by gwt.team.ecc · 18 years ago
  57. 5f79b80 by gwt.team.ecc · 18 years ago
  58. fa63851 Changed mac specific checkstyle config to include the path dev/mac/src. by gwt.team.knorton · 18 years ago
  59. 44ba326 Renamed checkstyle rule CHECKSTYLE_NAME_CHECKS_ON|OFF to by gwt.team.knorton · 18 years ago
  60. 68a85f0 configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  61. 38da6d0 configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  62. 28a94df configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  63. ac1a732 configured checkstyle turned off with GWT Checks as default config by gwt.team.ecc · 18 years ago
  64. 113d5bc configured checkstyle turned off with GWT Checks as default config by gwt.team.ecc · 18 years ago
  65. 0af9f12 configured checkstyle turned off with GWT Checks as default config by gwt.team.ecc · 18 years ago
  66. 6fa1fd8 Added checkstyle config to user by gwt.team.ecc · 18 years ago
  67. 70cb722 cleaning up code-style to normalize naming by gwt.team.ecc · 18 years ago
  68. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  69. ed366a5 Added checkstyle settings to DynaTable samples project. by gwt.team.knorton · 18 years ago
  70. 1a646f4 enabled checkstyle by gwt.team.mmendez · 18 years ago
  71. 86eacd2 enabled checkstyle by gwt.team.mmendez · 18 years ago
  72. 266d05e enabled checkstyle for this project by gwt.team.mmendez · 18 years ago
  73. db16fe4 enabled checkstyle for this project by gwt.team.mmendez · 18 years ago
  74. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago