summaryrefslogtreecommitdiffstats
path: root/qadevOOo
Commit message (Expand)AuthorAgeFilesLines
* java: unnecessary method overridesNoel Grandin2015-01-0518-171/+0
* java: simplify if statementNoel Grandin2015-01-051-5/+1
* java: unnecessary importsNoel Grandin2015-01-051-2/+0
* java: more efficient float parsingNoel Grandin2015-01-054-5/+9
* java: avoid octal literalsNoel Grandin2015-01-051-2/+2
* java: use brackets to make difference between concat and plusNoel Grandin2015-01-051-2/+2
* java: remove more dead codeNoel Grandin2015-01-053-43/+44
* java: static fields that should be instance fieldsNoel Grandin2015-01-053-6/+6
* java: compare Strings using equals()Noel Grandin2015-01-051-1/+1
* java: these fields can become local variablesNoel Grandin2015-01-051-8/+5
* java: remove dead codeNoel Grandin2015-01-052-53/+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-1910-44/+30
* java: dead codeNoel Grandin2014-12-191-52/+2
* java: unused importsNoel Grandin2014-12-192-2/+0
* java: synching on an interned String object not goodNoel Grandin2014-12-191-4/+1
* java: this does not need to be a ThreadNoel Grandin2014-12-191-2/+1
* java: these fields can be converted to local variablesNoel Grandin2014-12-191-4/+1
* java: remove OOoRunnerLightNoel Grandin2014-12-162-141/+0
* java: remove some unused fields and variablesNoel Grandin2014-12-159-33/+3
* Revert "java: remove the unit test skeleton code"Noel Grandin2014-12-128-0/+374
* java: remove the unit test skeleton codeNoel Grandin2014-12-128-374/+0
* java: remove dead code in qadevOOoNoel Grandin2014-12-12114-18304/+3
* java: remove some unnecessary interfacesNoel Grandin2014-12-117-95/+23
* java: reduce visibility of fields and methodsNoel Grandin2014-12-1158-136/+136
* java: remove comment noiseNoel Grandin2014-12-104-4/+0
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* java: remove some comment noiseNoel Grandin2014-12-053-3/+3
* java: remove some comment noiseNoel Grandin2014-11-252-13/+1
* java: final fields that can be staticNoel Grandin2014-11-2520-21/+21
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-2425-271/+147
* java: make fields final where possibleNoel Grandin2014-11-1899-204/+196
* java: rather use @Deprecated annotationNoel Grandin2014-11-182-2/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1234-66/+66
* java: convert fields to local variables where possibleNoel Grandin2014-11-1218-73/+45
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* 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
* java: dodgy &= operationNoel Grandin2014-10-171-4/+2
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-173-12/+5
* java: final fields that can be staticNoel Grandin2014-10-175-7/+7
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-1713-31/+31
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1669-387/+237
* runner: if .. else if .. elseRobert Antoni Buj i Gelonch2014-10-161-1/+1
* java: always use braces for while loopsNoel Grandin2014-10-168-9/+16