1. 9e207520 xmerge: use java.nio.ByteBuffer (JDK 1.4+) by Robert Antoni Buj i Gelonch · 11 years ago
  2. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  3. 96e3718 xmerge: use String.format by Robert Antoni Buj i Gelonch · 11 years ago
  4. bbd5a30 java: ensure that the stream is cleaned up before the method returns by Robert Antoni Buj i Gelonch · 11 years ago
  5. fa22664 java: always use braces for while loops by Noel Grandin · 11 years ago
  6. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  7. f6388e1 java: import from the same package by Robert Antoni Buj i Gelonch · 11 years ago
  8. e77235e xmerge: ensure that the stream is cleaned up before the method returns by Robert Antoni Buj i Gelonch · 11 years ago
  9. 6d848b2 xmerge: The if statement is redundant by Robert Antoni Buj i Gelonch · 11 years ago
  10. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago
  11. f635ba0 java: remove some unnecessary intermediary object creation by Noel Grandin · 12 years ago
  12. 5b0e6ae xmerge: reuse the value of node.getNodeName() and remove duplicated constants by Robert Antoni Buj i Gelonch · 12 years ago
  13. ca7899d xmerge: reuse the value of value.indexOf and remove duplicated code by Robert Antoni Buj i Gelonch · 12 years ago
  14. dbff5f5 xmerge: Converting ArrayList to Array by Robert Antoni Buj i Gelonch · 12 years ago
  15. 4086137 fix more Java1.5 incompatibility by Noel Grandin · 12 years ago
  16. 83636d2 java: when rethrowing exceptions, store the original cause by Noel Grandin · 12 years ago
  17. d44ace5 xmerge: Convert a primitive type into a string by rbuj · 12 years ago
  18. b53415f xmerge: use String.length()==0 instead of String.equals(empty string) by rbuj · 12 years ago
  19. c346e0f xmerge: use a character literal by rbuj · 12 years ago
  20. fa52447 xmerge: Integer & Boolean Parsing by rbuj · 12 years ago
  21. a5a9457 xmerge: javadoc maintenance and minor code formatting by rbuj · 12 years ago
  22. 2406f4d xmerge: replace package.html with package-info.java by rbuj · 12 years ago
  23. e1bf8ff xmerge: fix javadoc errors for JDK 8 by rbuj · 12 years ago
  24. 6884ef6 java: don't catch and then just rethrow an exception by Noel Grandin · 12 years ago
  25. 8c9fdc4 java: remove modifiers implied by the context by Noel Grandin · 12 years ago
  26. 60f152c java: avoid unnecessary comparisons in boolean expressions by Noel Grandin · 12 years ago
  27. 188af1e no need to instantiate an object to get it's class by Noel Grandin · 12 years ago
  28. b9813ad xmerge: Convert a primitive type into a string by rbuj · 12 years ago
  29. 4b4bff3 java: no need to instantiate String objects directly by Noel Grandin · 12 years ago
  30. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  31. 56ef553 java: classes in java.lang package do not need to be fully qualified by Noel Grandin · 12 years ago
  32. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  33. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  34. 5ce80c9 remove dead java constants by Noel Grandin · 12 years ago
  35. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  36. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  37. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  38. 70f56bc java: reduce scope, make member classes private by Noel Grandin · 12 years ago
  39. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  40. 14d1a11 java: reduce scope, make constructors private by Noel Grandin · 12 years ago
  41. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  42. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  43. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  44. 958a95d xmerge: Remove local variable name conflict by rbuj · 12 years ago
  45. de02417 xmerge: Avoid a possible null pointer exception by rbuj · 12 years ago
  46. 2479db76 xmerge: javadoc <code>..</code> fix by rbuj · 12 years ago
  47. 8b4ea55 xmerge: The assigned value is never used by rbuj · 12 years ago
  48. 316a6dd xmerge: String comparison by rbuj · 12 years ago
  49. 0a6e084 xmerge: Use J2SE 5.0 String.{replace|contains} by rbuj · 12 years ago
  50. 17f9b92 xmerge: simplify static final constructors by Noel Grandin · 12 years ago
  51. ebe8792 xmerge: static non-final variable in the initialization by rbuj · 12 years ago
  52. 4ac335c xmerge: Remove local variable name conflict by rbuj · 12 years ago
  53. 583a35b xmerge: If statement is redundant by rbuj · 12 years ago
  54. e36edbb xmerge: The assigned value is never used by rbuj · 12 years ago
  55. 23aa8ea xmerge: String comparison by rbuj · 12 years ago
  56. 56739cf xmerge: Avoid java.util.ConcurrentModificationException by rbuj · 12 years ago
  57. 7f9732e remove commented out code by Noel Grandin · 12 years ago
  58. 94a5c87 xmerge: The assigned value is never used by rbuj · 12 years ago
  59. 2505225 xmerge: If statement is redundant by rbuj · 12 years ago
  60. a9a944e xmerge: Enhanced For-Loops by rbuj · 12 years ago
  61. a8df517 xmerge: If statement is redundant by rbuj · 12 years ago
  62. 9f803ee xmerge: @Override by rbuj · 12 years ago
  63. 34170ac xmerge: javadoc <code>..</code> fix by rbuj · 12 years ago
  64. 62ef936 xmerge: remove String constructor invocation by rbuj · 12 years ago
  65. 7d06a06 xmerge: Unused assignment by rbuj · 12 years ago
  66. 67a5b68 xmerge: remove import from same package by rbuj · 12 years ago
  67. 66566bf xmerge: javadoc <p>..</p> fix by rbuj · 12 years ago
  68. cc25f70 compareTo -> equals by Noel Grandin · 12 years ago
  69. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  70. 45d09ea "overflow" is one word by Tor Lillqvist · 12 years ago
  71. 136f1ad xmerge: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  72. c2a0a2b Remove visual noise from xmerge by Alexander Wilms · 12 years ago
  73. 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
  74. 402c8f5 Java cleanup, close file handles when done with them by Noel Grandin · 13 years ago
  75. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  76. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  77. a5783fe remove stale javafilters by Andras Timar · 13 years ago
  78. 59d02d3 kill random dmake leftovers by Peter Foley · 13 years ago
  79. b768611 remove all d.lst by Michael Stahl · 13 years ago
  80. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  81. 0c317af s/childrens/children/ by Tor Lillqvist · 13 years ago
  82. 3d6d07a Get rid of GetVersionInfo and checkdll by Tor Lillqvist · 13 years ago
  83. c290989 Get rid of (most uses of) GUI by Tor Lillqvist · 13 years ago
  84. 4395680 fdo#51304: Remove @author annotation by José Guilherme Vanz · 13 years ago
  85. 4972652 fdo#51304: Remove @author annotation by José Guilherme Vanz · 14 years ago
  86. 9385062 Make it clearer that previous change was sound by Stephan Bergmann · 14 years ago
  87. 4e2c95c Java cleanup - remove unnecessary null checks by Noel Grandin · 14 years ago
  88. 0439c51 Java cleanup - remove unused local fields and variables and parameters by Noel Grandin · 14 years ago
  89. ff77676 Java cleanup - remove unused imports by Noel Grandin · 14 years ago
  90. e09953e Remove newly unused instance provisioning by Stephan Bergmann · 14 years ago
  91. 53b80ec Java cleanup - Static methods and fields should be accessed in a static way. by Noel Grandin · 14 years ago
  92. 08181e1 Remove dead java code, fields and local variables by Noel Grandin · 14 years ago
  93. 43c1aef fix dead assignment in setRowStyle by Noel Grandin · 14 years ago
  94. f6a62d9 Java update - fix various javadoc issues by Noel Grandin · 14 years ago
  95. 5a4bcd3 gbuild: register all jars by Michael Stahl · 14 years ago
  96. 84b330c xmerge: remove obsolete xalan stuff from manifest classpath by Michael Stahl · 14 years ago
  97. cdbd695 gbuild: remove most uses of gb_Jar_set_jarclasspath: by Michael Stahl · 14 years ago
  98. e5a0755 new does not return null by Stephan Bergmann · 14 years ago
  99. 00c9394 re-base on ALv2 code. by Michael Meeks · 14 years ago
  100. 30d4c3c Java5 update - convert to using generics where feasible by Noel Grandin · 14 years ago