summaryrefslogtreecommitdiff
path: root/scripting/workben
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Scripting: Remove org packageDavid Ostrovsky88-10905/+0
2014-10-09typo: Lable -> LabelAndras Timar1-162/+162
2014-10-07java: remove useless overriding methodsNoel Grandin1-5/+0
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch39-1399/+1424
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+1
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-1/+1
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin7-42/+9
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin5-7/+7
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-7/+3
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin5-5/+5
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-8/+8
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+0
2014-08-19java: remove unused methodsNoel Grandin1-62/+0
2014-08-14java: remove commented out codeNoel Grandin3-10/+0
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin2-4/+4
2014-08-13java: remove dead methodsNoel Grandin10-210/+16
2014-08-13java: reduce scope, make some methods privateNoel Grandin2-7/+7
2014-08-13java: reduce scope, make fields privateNoel Grandin3-3/+3
2014-08-12java: return value of trim() ignoredNoel Grandin2-9/+0
2014-08-12java: fix broken javadoc tagsNoel Grandin1-2/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin28-0/+58
2014-08-11java: remove unused parametersNoel Grandin8-16/+14
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin2-30/+8
2014-08-08java: remove unused importsNoel Grandin2-5/+0
2014-08-08java: remove unused variablesNoel Grandin3-15/+1
2014-08-08java: remove unused fieldsNoel Grandin3-7/+0
2014-08-08java: remove dead methodsNoel Grandin3-143/+0
2014-08-05java: remove commented out codeNoel Grandin15-152/+0
2014-08-05java: remove unused fieldsNoel Grandin5-8/+1
2014-08-05java: remove various unused variablesNoel Grandin6-18/+1
2014-08-04java: remove some unused import statementsNoel Grandin5-5/+0
2014-08-04java: remove some unused variablesNoel Grandin1-1/+1
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin12-18/+18
2014-06-25partially fix fdo#80490 - string 'Non-printing Characters'Joren De Cuyper1-1/+1
2014-05-20fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier1-1/+1
2014-04-17remove executable bitAndras Timar2-0/+0
2014-02-26Remove visual noise from scriptingAlexander Wilms2-3/+3
2013-12-20typo fixesAndras Timar2-2/+2
2013-10-18fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt1-1/+1
2013-06-03re-base on ALv2 code. Includes:Michael Meeks2-0/+34
2013-05-06Java cleanup, close file handles when done with themNoel Grandin4-41/+40
2013-05-06Java cleanup, delete some dead codeNoel Grandin1-21/+9
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin2-14/+10
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin7-13/+13
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin3-3/+3
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin16-76/+56
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2012-11-27fdo#48317 - Support jumping to next/previous changeMuhammad Haggag1-0/+2
2012-09-26fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza2-22/+0
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin3-9/+8