summaryrefslogtreecommitdiffstats
path: root/scripting/workben
Commit message (Expand)AuthorAgeFilesLines
* Scripting: Remove org packageDavid Ostrovsky2014-10-1088-10905/+0
* typo: Lable -> LabelAndras Timar2014-10-091-162/+162
* java: remove useless overriding methodsNoel Grandin2014-10-071-5/+0
* scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch2014-10-0239-1399/+1424
* fdo#47302: Added insert->fields->page title buttonJennifer Liebel2014-09-241-0/+1
* java: remove modifiers implied by the contextNoel Grandin2014-08-201-1/+1
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-207-42/+9
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-205-7/+7
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-7/+3
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-195-5/+5
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-8/+8
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+0
* java: remove unused methodsNoel Grandin2014-08-191-62/+0
* java: remove commented out codeNoel Grandin2014-08-143-10/+0
* remove usage of DOCPTH and CNCSTRNoel Grandin2014-08-142-4/+4
* java: remove dead methodsNoel Grandin2014-08-1310-210/+16
* java: reduce scope, make some methods privateNoel Grandin2014-08-132-7/+7
* java: reduce scope, make fields privateNoel Grandin2014-08-133-3/+3
* java: return value of trim() ignoredNoel Grandin2014-08-122-9/+0
* java: fix broken javadoc tagsNoel Grandin2014-08-121-2/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1228-0/+58
* java: remove unused parametersNoel Grandin2014-08-118-16/+14
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-082-30/+8
* java: remove unused importsNoel Grandin2014-08-082-5/+0
* java: remove unused variablesNoel Grandin2014-08-083-15/+1
* java: remove unused fieldsNoel Grandin2014-08-083-7/+0
* java: remove dead methodsNoel Grandin2014-08-083-143/+0
* java: remove commented out codeNoel Grandin2014-08-0515-152/+0
* java: remove unused fieldsNoel Grandin2014-08-055-8/+1
* java: remove various unused variablesNoel Grandin2014-08-056-18/+1
* java: remove some unused import statementsNoel Grandin2014-08-045-5/+0
* java: remove some unused variablesNoel Grandin2014-08-041-1/+1
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-0412-18/+18
* partially fix fdo#80490 - string 'Non-printing Characters'Joren De Cuyper2014-06-251-1/+1
* fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier2014-05-201-1/+1
* remove executable bitAndras Timar2014-04-172-0/+0
* Remove visual noise from scriptingAlexander Wilms2014-02-262-3/+3
* typo fixesAndras Timar2013-12-202-2/+2
* fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"Samuel Mehrbrodt2013-10-181-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2013-06-032-0/+34
* Java cleanup, close file handles when done with themNoel Grandin2013-05-064-41/+40
* Java cleanup, delete some dead codeNoel Grandin2013-05-061-21/+9
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-062-14/+10
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-267-13/+13
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-243-3/+3
* Java cleanup, remove the rest of the unnecessary castsNoel Grandin2013-04-1916-76/+56
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* fdo#48317 - Support jumping to next/previous changeMuhammad Haggag2012-11-271-0/+2
* fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza2012-09-262-22/+0
* Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin2012-09-103-9/+8