summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework/provider/beanshell
AgeCommit message (Expand)Author
2019-12-15Beanshell: Display full exception messageSamuel Mehrbrodt
2019-12-15Beanshell: Wrap long error messagesSamuel Mehrbrodt
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2016-10-16tdf#98004 - Enhansment on Editor(Beanshell)nadith
2016-10-03ClassLoader->URLClassLoaderCaolán McNamara
2016-08-19Revert "coverity#1371372 Resource leak on an exceptional path"Caolán McNamara
2016-08-19coverity#1371372 Resource leak on an exceptional pathCaolán McNamara
2016-08-19coverity#1371367 Resource leak on an exceptional pathCaolán McNamara
2016-06-06remove unused imports in java codeNoel Grandin
2016-05-15coverity#1361587 Dereference null return valueCaolán McNamara
2016-03-14scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACEDDouglas Mencken
2016-02-25coverity#1354272 SS: Unread field should be staticCaolán McNamara
2016-02-22tdf#98004 Added toolbar to beanshell editor with undo/redo buttonsChirag Manwani
2016-02-21tdf#97636 Added Undo/Redo functionality to Beanshell EditorChirag Manwani
2016-02-18tdf#97637 Fixed Tab size of beanshell editor to 4Chirag Manwani
2016-02-18tdf#97642 Use native theming for swing controls in Beanshell EditorChirag Manwani
2016-02-17tdf#97640 Fixed-Width Font for Beanshell EditorChirag Manwani
2016-02-04coverity#1326399 Dereference null return valueCaolán McNamara
2016-02-04coverity#1326630 DE: Dropped or ignored exceptionCaolán McNamara
2016-02-04coverity#1326629 DE: Dropped or ignored exceptionCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin
2015-10-14cid#1326674 DLS: Dead local storeNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-19scripting: redundant cast to StringRobert Antoni Buj i Gelonch
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-03scripting: organize importsRobert Antoni Buj i Gelonch
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-09-16ScriptProvider implementations need to be accessibleStephan Bergmann
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
2014-09-13scripting: [deprecation] show() in Window has been deprecatedrbuj
2014-09-13scripting: Enhanced For-Loopsrbuj
2014-09-08scripting: the assigned value is never usedrbuj
2014-09-06scripting: fix javadoc error: reference not foundrbuj
2014-09-04scripting: the assigned value is never usedrbuj
2014-09-02scripting: fix javadoc error: unknown tag: returnsrbuj
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin