summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
AgeCommit message (Expand)Author
2015-10-15com.sun.star.table.BorderLine is already handled further upStephan Bergmann
2015-10-15cid#1326507 Resource leakNoel Grandin
2015-10-14coverity#1327196 UwF: Unwritten fieldCaolán McNamara
2015-10-14cid#1326123 Copy-paste errorNoel Grandin
2015-10-14cid#1326122 Copy-paste errorNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-19java: these fields can be converted to local variablesNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-12java: remove dead code in qadevOOoNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-15runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14reformat ValueChangerNoel Grandin
2014-10-14runner: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-12runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch
2014-10-12runner: remove import from same packageRobert Antoni Buj i Gelonch
2014-10-12runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch
2014-10-12runner: 'static final' to declare constants when it isn't an interfaceRobert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10qadevOOo: Convert a primitive type into a stringrbuj
2014-09-10qadevOOo: use a character literalrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin