summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner
Commit message (Expand)AuthorAgeFilesLines
* java: 'final static' to 'static final'Noel Grandin2015-06-152-21/+21
* java:remove more unnecessary catch/re-throwNoel Grandin2015-06-117-361/+298
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-4/+4
* speed up Java unit tests by removing sleepsNoel Grandin2015-06-113-6/+23
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-1/+1
* java: remove some unused codeNoel Grandin2015-04-202-28/+0
* java: some random small cleanupsNoel Grandin2015-04-202-2/+0
* TyposJulien Nabet2015-02-241-1/+1
* Fix of a few typosAndrea Gelmini2015-02-091-1/+1
* LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2015-01-142-3/+9
* css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann2015-01-131-3/+14
* java: inline some test propertiesNoel Grandin2015-01-131-43/+2
* java: nothing is passing in a "ComplexIni" parameterNoel Grandin2015-01-131-19/+3
* java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin2015-01-133-80/+0
* java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2015-01-132-5/+6
* java: NO_CWS_ATTACH parameter is unusedNoel Grandin2015-01-132-7/+0
* java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin2015-01-132-32/+22
* java: simplify command-line parameter parsing in ClParserNoel Grandin2015-01-121-27/+22
* java: APP_KILL_COMMAND is unusedNoel Grandin2015-01-123-34/+0
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-1210-63/+27
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-121-0/+2
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-2/+2
* java: static fields that should be instance fieldsNoel Grandin2015-01-052-5/+5
* java: these fields can become local variablesNoel Grandin2015-01-051-8/+5
* java: remove dead codeNoel Grandin2015-01-051-51/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: unused importNoel Grandin2014-12-191-1/+0
* java: static fields that should not be staticNoel Grandin2014-12-193-29/+17
* java: dead codeNoel Grandin2014-12-191-52/+2
* java: synching on an interned String object not goodNoel Grandin2014-12-191-4/+1
* java: these fields can be converted to local variablesNoel Grandin2014-12-191-4/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-151-0/+1
* java: remove dead code in qadevOOoNoel Grandin2014-12-12112-18140/+3
* java: remove some unnecessary interfacesNoel Grandin2014-12-115-91/+23
* java: reduce visibility of fields and methodsNoel Grandin2014-12-1112-19/+19
* java: remove comment noiseNoel Grandin2014-12-103-3/+0
* java: remove some comment noiseNoel Grandin2014-12-053-3/+3
* java: remove some comment noiseNoel Grandin2014-11-251-7/+0
* java: final fields that can be staticNoel Grandin2014-11-253-3/+3
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-249-250/+133
* java: make fields final where possibleNoel Grandin2014-11-1844-119/+112
* java: rather use @Deprecated annotationNoel Grandin2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-8/+8
* java: convert fields to local variables where possibleNoel Grandin2014-11-129-46/+28
* java: calling ready() on a BufferedReader is a dodgy way..Noel Grandin2014-10-301-17/+12
* java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch2014-10-301-1/+2
* runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch2014-10-301-9/+13
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-255-5/+5
* runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch2014-10-193-18/+21
* java: loss of precissionRobert Antoni Buj i Gelonch2014-10-181-1/+1