summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
AgeCommit message (Expand)AuthorFilesLines
2015-11-28backport implementation part of 754ade38ddb2e96187d00f3e621203cea34961faNoel Grandin1-0/+12
2015-10-15java: 'final static' to 'static final'Noel Grandin2-21/+21
2015-04-20java: remove some unused codeNoel Grandin2-28/+0
2015-04-20java: some random small cleanupsNoel Grandin2-2/+0
2015-02-24TyposJulien Nabet1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-1/+1
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2-3/+9
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann1-3/+14
2015-01-13java: inline some test propertiesNoel Grandin1-43/+2
2015-01-13java: nothing is passing in a "ComplexIni" parameterNoel Grandin1-19/+3
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin3-80/+0
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2-5/+6
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin2-7/+0
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin2-32/+22
2015-01-12java: simplify command-line parameter parsing in ClParserNoel Grandin1-27/+22
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin3-34/+0
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin10-63/+27
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-0/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-05java: static fields that should be instance fieldsNoel Grandin2-5/+5
2015-01-05java: these fields can become local variablesNoel Grandin1-8/+5
2015-01-05java: remove dead codeNoel Grandin1-51/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: unused importNoel Grandin1-1/+0
2014-12-19java: static fields that should not be staticNoel Grandin3-29/+17
2014-12-19java: dead codeNoel Grandin1-52/+2
2014-12-19java: synching on an interned String object not goodNoel Grandin1-4/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-4/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-0/+1
2014-12-12java: remove dead code in qadevOOoNoel Grandin112-18140/+3
2014-12-11java: remove some unnecessary interfacesNoel Grandin5-91/+23
2014-12-11java: reduce visibility of fields and methodsNoel Grandin12-19/+19
2014-12-10java: remove comment noiseNoel Grandin3-3/+0
2014-12-05java: remove some comment noiseNoel Grandin3-3/+3
2014-11-25java: remove some comment noiseNoel Grandin1-7/+0
2014-11-25java: final fields that can be staticNoel Grandin3-3/+3
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin9-250/+133
2014-11-18java: make fields final where possibleNoel Grandin44-119/+112
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-8/+8
2014-11-12java: convert fields to local variables where possibleNoel Grandin9-46/+28
2014-10-30java: calling ready() on a BufferedReader is a dodgy way..Noel Grandin1-17/+12
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch1-1/+2
2014-10-30runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch1-9/+13
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch5-5/+5
2014-10-19runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch3-18/+21
2014-10-18java: loss of precissionRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-8/+3
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin12-30/+30
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin21-153/+130