1. c6d8778 cid#1596251 Dereference null return value by Caolán McNamara · 2 years ago
  2. 58c4457 Update to latest Rhino 1.7.14 by Stephan Bergmann · 2 years ago
  3. 4b3308a Avoid NullPointerException by Stephan Bergmann · 3 years ago
  4. d015989 Fix some errors in the scripting module's XInputStreamImpl: by Damjan Jovanovic · 3 years, 6 months ago
  5. 2a263cb tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close" by Stephan Bergmann · 3 years, 10 months ago
  6. d425cd6 Revert incompatible ScriptEditor change by Stephan Bergmann · 4 years, 6 months ago
  7. 5707ec3 Use javax.xml.transform instead of reflection to write a Document by Stephan Bergmann · 5 years ago
  8. f10a4e2 Fix typos in code by Andrea Gelmini · 6 years ago
  9. dd2b321 Fix typos by Andrea Gelmini · 6 years ago
  10. 1c42afc Respect DisableMacrosExecution option in javascript editor by Samuel Mehrbrodt · 6 years ago
  11. 83579e8 Respect DisableMacrosExecution option in beanshell editor by Samuel Mehrbrodt · 6 years ago
  12. f4a0745 Fix typos by Andrea Gelmini · 7 years ago
  13. c12c84e Fixing "...." by Andrea Gelmini · 7 years ago
  14. bec318a Fix typos by Andrea Gelmini · 7 years ago
  15. 1a75143 Fix typos by Andrea Gelmini · 7 years ago
  16. 418533f Related tdf#116767: Call URLClassLoader.close by Stephan Bergmann · 7 years ago
  17. 664eea9 Remove unused NoSuitableClassLoaderException by Stephan Bergmann · 7 years ago
  18. c4bb20a Remove odd catch of ArrayStoreException by Stephan Bergmann · 7 years ago
  19. cb1c937 cid#1448376 SIC: Inner class could be made static by Caolán McNamara · 7 years ago
  20. 51a5968 cid#1448526 RANGE: Range checks by Caolán McNamara · 7 years ago
  21. 1223bed tdf#123587 Beanshell editor: Show current file name as window title by Andreas Heinisch · 7 years ago
  22. 60f7236 tdf#125355 Beanshell Editor: Corrected indentation when Enter is pressed by Andreas Heinisch · 7 years ago
  23. 04fbd17 cid#1448470: perf inefficient map iterator by Julien Nabet · 7 years ago
  24. d7f1ca8 tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior) by Andreas Heinisch · 7 years ago
  25. 9ee0a1f tdf#97635 Added unindentation using shift-tab (mimicked eclipse's behavior) by Andreas Heinisch · 7 years ago
  26. e875a31 tdf#97635 Added unindentation using shift-tab (mimicked eclipse behavior) by Andreas Heinisch · 7 years ago
  27. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  28. 3d54a10 Beanshell: Display full exception message by Samuel Mehrbrodt · 7 years ago
  29. 3c72945 Beanshell: Wrap long error messages by Samuel Mehrbrodt · 7 years ago
  30. 60a3e72 tdf#123586 Set minimum size for beanshell editor by kushagrakasliwal1 · 7 years ago
  31. f480c6c tdf#123588 Beanshell editor to indicate whether script is saved by Sainal Shah · 7 years ago
  32. ca8eef6 tdf#123589 Removing close button from toolbar in Beanshell editor by EL-SHREIF · 7 years ago
  33. 9fe1eef Fix product name by Samuel Mehrbrodt · 7 years ago
  34. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  35. 8b17679 cid#1437407: create class loader in doPrivileged by Stephan Bergmann · 8 years ago
  36. 1b897f1 Restore binary compatibility for ClassLoaderFactory by Stephan Bergmann · 8 years ago
  37. e39c75b use https links for api.libreoffice.org and opengrok by dennisroczek · 8 years ago
  38. 5c0af52 Fix typos by Andrea Gelmini · 8 years ago
  39. 59a63d8 In Java, css.uno.RuntimeException doesn't derive from css.uno.Exception by Stephan Bergmann · 9 years ago
  40. 71901bf tdf#98004 - Enhansment on Editor(Beanshell) by nadith · 9 years ago
  41. cae57d2 ClassLoader->URLClassLoader by Caolán McNamara · 10 years ago
  42. 0d49968 Fix typos by Andrea Gelmini · 10 years ago
  43. d02941e Revert "coverity#1371372 Resource leak on an exceptional path" by Caolán McNamara · 10 years ago
  44. 6830d8c coverity#1371372 Resource leak on an exceptional path by Caolán McNamara · 10 years ago
  45. 21b0cbf coverity#1371367 Resource leak on an exceptional path by Caolán McNamara · 10 years ago
  46. 5f42a26 remove unused imports in java code by Noel Grandin · 10 years ago
  47. 49cdc1d coverity#1361587 Dereference null return value by Caolán McNamara · 10 years ago
  48. fc2590c Fix typos by Andrea Gelmini · 10 years ago
  49. b9d63d4 remove some unused Java code by Noel Grandin · 10 years ago
  50. 6028622 scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACED by Douglas Mencken · 10 years ago
  51. 4225092 cid#1326861,1326862: Eq: Problems with implementation of equals() by Stephan Bergmann · 10 years ago
  52. 305453d This ScriptEntry ctor is always called with empty languagedepprops by Stephan Bergmann · 10 years ago
  53. 8a4e256d Scripting.location is unused by Stephan Bergmann · 10 years ago
  54. 90033c5 ScriptEntry fields can be final by Stephan Bergmann · 10 years ago
  55. 8e4c3379 Turn forwarding among ScriptEntry ctors around, dropping one by Stephan Bergmann · 10 years ago
  56. 9b70fdf Remove unusd ScriptEntry ctor by Stephan Bergmann · 10 years ago
  57. 05dba68 Forwarding-only ctor, can be private by Stephan Bergmann · 10 years ago
  58. 04b5ae6 This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaData by Stephan Bergmann · 10 years ago
  59. 2e96766 Remove unused ScriptEntry.setLogicalName by Stephan Bergmann · 10 years ago
  60. cf6e5f5 Parcel.getByName apparently wants to return ScriptMetaData by Stephan Bergmann · 10 years ago
  61. 3029afd coverity#1354272 SS: Unread field should be static by Caolán McNamara · 10 years ago
  62. 1b287f1 tdf#98004 Added toolbar to beanshell editor with undo/redo buttons by Chirag Manwani · 10 years ago
  63. 03a5995 tdf#97636 Added Undo/Redo functionality to Beanshell Editor by Chirag Manwani · 10 years ago
  64. 5750444 coverity#1326437 Dereference null return value by Caolán McNamara · 10 years ago
  65. bc9ff64 tdf#97637 Fixed Tab size of beanshell editor to 4 by Chirag Manwani · 10 years ago
  66. 9046ce5 tdf#97642 Use native theming for swing controls in Beanshell Editor by Chirag Manwani · 10 years ago
  67. 3896949 tdf#97640 Fixed-Width Font for Beanshell Editor by Chirag Manwani · 10 years ago
  68. e384e38 coverity#1326200 Explicit null dereferenced by Caolán McNamara · 10 years ago
  69. 84d126c coverity#1326199 Explicit null dereferenced by Caolán McNamara · 10 years ago
  70. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  71. b3e0bd6 coverity#1326399 Dereference null return value by Caolán McNamara · 10 years ago
  72. 9b6cc4f coverity#1326631 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  73. bd5bc03 coverity#1326630 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  74. a7cf2bc coverity#1326629 DE: Dropped or ignored exception by Caolán McNamara · 10 years ago
  75. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  76. b5df54c java: add some @Override annotations by Noel Grandin · 10 years ago
  77. b73db44 java: combine nested if statements by Noel Grandin · 10 years ago
  78. 2f9bd9a cid#1326721 to cid#1326726 Dm: Dubious method used by Caolán McNamara · 10 years ago
  79. d6a3c57 coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  80. 337661a coverity#1326446 Dereference null return value by Caolán McNamara · 10 years ago
  81. 9740a47 coverity#1326429 Dereference null return value by Caolán McNamara · 10 years ago
  82. 86d2753 coverity#1326553 Dereference before null check by Caolán McNamara · 10 years ago
  83. f8ce21a coverity#1326552 Dereference before null check by Caolán McNamara · 10 years ago
  84. e9fc412 Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to" by Caolán McNamara · 10 years ago
  85. a2fa0de cid#1326721 to cid#1326726 Dm: Dubious method used by Noel Grandin · 10 years ago
  86. 04a7df7 coverity#1327168 see if stock SuppressWarnings is sufficient to by Caolán McNamara · 10 years ago
  87. 585757d coverity#1326240 Explicit null dereferenced by Caolán McNamara · 10 years ago
  88. f1e4e73 coverity#1326238 Explicit null dereferenced by Caolán McNamara · 10 years ago
  89. 52e8a80 coverity#1326236 Explicit null dereferenced by Caolán McNamara · 10 years ago
  90. 5d5e14e coverity#1326899 HE: Equal objects must have equal hashcodes by Caolán McNamara · 10 years ago
  91. 0690714 cid#1326116 Unchecked return value by Noel Grandin · 10 years ago
  92. a1624a8 cid#1327023 to cid#1327077 SIC: Inner class could be made static by Noel Grandin · 10 years ago
  93. 3cc4b81 java:using "this" with a static field makes no sense by Noel Grandin · 10 years ago
  94. d9bb701 coverity#1326568 Unused value by Caolán McNamara · 10 years ago
  95. 6946b68 coverity#1327113 UrF: Unread field by Caolán McNamara · 10 years ago
  96. d46134e coverity#1327178 UuF: Unused field by Caolán McNamara · 10 years ago
  97. 43cbaac cid#1326361 Data race condition by Noel Grandin · 10 years ago
  98. fb451a1 cid#1326674 DLS: Dead local store by Noel Grandin · 10 years ago
  99. ec0c4ce cid#1326345 Check of thread-shared field evades lock acquisition by Noel Grandin · 10 years ago
  100. a55c272 Fix typos by Andrea Gelmini · 11 years ago