1. f25cae2 Typo: creat->create by Julien Nabet · 11 years ago
  2. d867ab4 add some helpful log messages by Bjoern Michaelsen · 11 years ago
  3. 5584d73 Typos by Julien Nabet · 11 years ago
  4. 41c99ab Typos by Julien Nabet · 11 years ago
  5. 2b34797 Typos by Julien Nabet · 11 years ago
  6. 45aaec8 Typo: ocured->occured by Julien Nabet · 11 years ago
  7. ca7f62c Typos by Julien Nabet · 11 years ago
  8. 8577f2f Typos by Julien Nabet · 11 years ago
  9. 4be55ff Typo: queriing->querying by Julien Nabet · 11 years ago
  10. ffb2be2 Typo: curor/cusor(s)->cursor(s) by Julien Nabet · 11 years ago
  11. 81cb993 Fix of a few typos by Andrea Gelmini · 11 years ago
  12. 48f704c Revert "fdo#55997: Work around slight offset causing sc_unoapi failure" by Stephan Bergmann · 11 years ago
  13. 9ab7644 LinkUpdateMode property values must be in the range 0--2 or 0--3 by Stephan Bergmann · 11 years ago
  14. 7ca657e css.form.component.{CheckBox,RadioButton} DefaultState property values by Stephan Bergmann · 11 years ago
  15. 9b8fb07 java: inline some test properties by Noel Grandin · 11 years ago
  16. e15807f java: nothing is passing in a "ComplexIni" parameter by Noel Grandin · 11 years ago
  17. 04e26ca java: nothing is passing a "-ini" parameter into the RunnerService by Noel Grandin · 11 years ago
  18. c55f945 java: move DEFAULT_SHORT_WAIT_MS to util.utils by Noel Grandin · 11 years ago
  19. b82cc80 java: NO_CWS_ATTACH parameter is unused by Noel Grandin · 11 years ago
  20. 7e394e7 java: DONT_BACKUP_USERLAYER parameter is unused by Noel Grandin · 11 years ago
  21. 673c599 java: simplify command-line parameter parsing in ClParser by Noel Grandin · 11 years ago
  22. 37d36d6 java: APP_KILL_COMMAND is unused by Noel Grandin · 11 years ago
  23. 0933005 java: simplify sleeping and waiting in tests by Noel Grandin · 11 years ago
  24. 4bf4e3d java: no need to instantiate the AccessibilityTools object by Noel Grandin · 11 years ago
  25. 40e48e8 java: no need to sleep quite so often by Noel Grandin · 11 years ago
  26. 3757c03 java: simplify array creation by Noel Grandin · 11 years ago
  27. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  28. 822b4fd java: unnecessary method overrides by Noel Grandin · 11 years ago
  29. 93a85df java: simplify if statement by Noel Grandin · 11 years ago
  30. 566f16a java: unnecessary imports by Noel Grandin · 11 years ago
  31. 5c7d33a java: more efficient float parsing by Noel Grandin · 11 years ago
  32. 8f2935a java: avoid octal literals by Noel Grandin · 11 years ago
  33. e28151d java: use brackets to make difference between concat and plus by Noel Grandin · 11 years ago
  34. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  35. 82257e9 java: static fields that should be instance fields by Noel Grandin · 11 years ago
  36. 08e8bd4 java: compare Strings using equals() by Noel Grandin · 11 years ago
  37. 46540d0 java: these fields can become local variables by Noel Grandin · 11 years ago
  38. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  39. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  40. 1f9297e java: unused import by Noel Grandin · 11 years ago
  41. 2d82619 java: static fields that should not be static by Noel Grandin · 11 years ago
  42. ce3e78b java: dead code by Noel Grandin · 11 years ago
  43. 35da4ec java: unused imports by Noel Grandin · 11 years ago
  44. e747737 java: synching on an interned String object not good by Noel Grandin · 11 years ago
  45. cba3956 java: this does not need to be a Thread by Noel Grandin · 11 years ago
  46. a96c308 java: these fields can be converted to local variables by Noel Grandin · 11 years ago
  47. 39327e7 java: remove OOoRunnerLight by Noel Grandin · 11 years ago
  48. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  49. 4d58121 Revert "java: remove the unit test skeleton code" by Noel Grandin · 11 years ago
  50. 2d724f0 java: remove the unit test skeleton code by Noel Grandin · 11 years ago
  51. 117a82c java: remove dead code in qadevOOo by Noel Grandin · 11 years ago
  52. 373affe java: remove some unnecessary interfaces by Noel Grandin · 11 years ago
  53. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  54. ffffc52 java: remove comment noise by Noel Grandin · 11 years ago
  55. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  56. 7716243 java: remove some comment noise by Noel Grandin · 11 years ago
  57. 5d602146 java: remove some comment noise by Noel Grandin · 11 years ago
  58. 58eab57 java: final fields that can be static by Noel Grandin · 11 years ago
  59. fe095da java,qadev: remove unused parameters and local vars by Noel Grandin · 11 years ago
  60. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  61. 7577481 java: rather use @Deprecated annotation by Noel Grandin · 11 years ago
  62. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  63. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  64. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  65. 226285b java: calling ready() on a BufferedReader is a dodgy way.. by Noel Grandin · 11 years ago
  66. 9eabc1f java: Questionable use of non-short-circuit logic by Robert Antoni Buj i Gelonch · 11 years ago
  67. 1e7382c runner: Dereference of the result of readLine() without nullcheck by Robert Antoni Buj i Gelonch · 11 years ago
  68. e61c4b5 java: prevent overflow by using 'long int' arithmetic in multiplication by Robert Antoni Buj i Gelonch · 11 years ago
  69. a8e723e runner: Iterate over each Entry in a Map by Robert Antoni Buj i Gelonch · 11 years ago
  70. d807cba java: loss of precission by Robert Antoni Buj i Gelonch · 11 years ago
  71. 4650b42 java: dodgy &= operation by Noel Grandin · 11 years ago
  72. 9305648 java: when rethrowing exceptions, store the original by Noel Grandin · 11 years ago
  73. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  74. 12b01b9 java: no need to call String.valueOf to append to a String by Noel Grandin · 11 years ago
  75. 5cba8d4 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  76. 3a6987b runner: if .. else if .. else by Robert Antoni Buj i Gelonch · 11 years ago
  77. fa22664 java: always use braces for while loops by Noel Grandin · 11 years ago
  78. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  79. b11968e runner: replace '.size() == 0' with '.isEmpty()' (collections) by Robert Antoni Buj i Gelonch · 11 years ago
  80. cc25440 reformat ValueChanger by Noel Grandin · 11 years ago
  81. 23e4eb6 runner: Null pointer dereference by Robert Antoni Buj i Gelonch · 11 years ago
  82. a2c4814 runner: finally block to ensure that a resource is closed (Prior to Java SE 7) by Robert Antoni Buj i Gelonch · 11 years ago
  83. d0be30e java: Collections.addAll for adding an array of elements to a Collection by Robert Antoni Buj i Gelonch · 11 years ago
  84. f6388e1 java: import from the same package by Robert Antoni Buj i Gelonch · 11 years ago
  85. 5233d9b runner: Object comparison by Robert Antoni Buj i Gelonch · 11 years ago
  86. ab06f67 runner: code will never be executed by Robert Antoni Buj i Gelonch · 11 years ago
  87. 881c030 runner: Concatenating null strings in Java (JDK 1.5+) by Robert Antoni Buj i Gelonch · 11 years ago
  88. d1c1c4e runner: remove import from same package by Robert Antoni Buj i Gelonch · 11 years ago
  89. 1610356 runner: remove import from java.lang Package by Robert Antoni Buj i Gelonch · 11 years ago
  90. 268f4d1 runner: 'static final' to declare constants when it isn't an interface by Robert Antoni Buj i Gelonch · 11 years ago
  91. d860ea9 It is more efficient to use the integer implementations of String.indexOf() by Robert Antoni Buj i Gelonch · 11 years ago
  92. 110ae4e runner: The if statement is redundant by Robert Antoni Buj i Gelonch · 11 years ago
  93. d402819 typo: proeprty -> property by Andras Timar · 11 years ago
  94. 05f1a88 typo: Lable -> Label by Andras Timar · 11 years ago
  95. 821386a java: simplify some for loops to while loops by Noel Grandin · 12 years ago
  96. 58e5a71 while loop that ends in a return is more accurately an if block by Noel Grandin · 12 years ago
  97. 68fa141 java: use isEmpty() instead of "size() == 0" by Noel Grandin · 12 years ago
  98. 8196833 java: use equalsIgnoreCase() instead of toLowerCase().equals() by Noel Grandin · 12 years ago
  99. f9be443 java: use equals() to compare Strings, not == by Noel Grandin · 12 years ago
  100. dc53e30 java: simplify conditions involving logical negation by Noel Grandin · 12 years ago