summaryrefslogtreecommitdiff
path: root/scripting/workben
AgeCommit message (Expand)Author
2014-10-10Scripting: Remove org packageDavid Ostrovsky
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel 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-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: return value of trim() ignoredNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel 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 unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-06-25partially fix fdo#80490 - string 'Non-printing Characters'Joren De Cuyper
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier
2014-04-17remove executable bitAndras Timar
2014-02-26Remove visual noise from scriptingAlexander Wilms
2013-12-20typo fixesAndras Timar
2013-10-18fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-06Java cleanup, close file handles when done with themNoel Grandin
2013-05-06Java cleanup, delete some dead codeNoel Grandin
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin
2013-04-15fdo#60724 correct spellingThomas Arnhold
2012-11-27fdo#48317 - Support jumping to next/previous changeMuhammad Haggag
2012-09-26fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin