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