summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)AuthorFilesLines
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-05java: unnecessary method overridesNoel Grandin18-171/+0
2015-01-05java: simplify if statementNoel Grandin1-5/+1
2015-01-05java: unnecessary importsNoel Grandin1-2/+0
2015-01-05java: more efficient float parsingNoel Grandin4-5/+9
2015-01-05java: avoid octal literalsNoel Grandin1-2/+2
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin1-2/+2
2015-01-05java: remove more dead codeNoel Grandin3-43/+44
2015-01-05java: static fields that should be instance fieldsNoel Grandin3-6/+6
2015-01-05java: compare Strings using equals()Noel Grandin1-1/+1
2015-01-05java: these fields can become local variablesNoel Grandin1-8/+5
2015-01-05java: remove dead codeNoel Grandin2-53/+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 Grandin10-44/+30
2014-12-19java: dead codeNoel Grandin1-52/+2
2014-12-19java: unused importsNoel Grandin2-2/+0
2014-12-19java: synching on an interned String object not goodNoel Grandin1-4/+1
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-4/+1
2014-12-16java: remove OOoRunnerLightNoel Grandin2-141/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin9-33/+3
2014-12-12Revert "java: remove the unit test skeleton code"Noel Grandin8-0/+374
2014-12-12java: remove the unit test skeleton codeNoel Grandin8-374/+0
2014-12-12java: remove dead code in qadevOOoNoel Grandin114-18304/+3
2014-12-11java: remove some unnecessary interfacesNoel Grandin7-95/+23
2014-12-11java: reduce visibility of fields and methodsNoel Grandin58-136/+136
2014-12-10java: remove comment noiseNoel Grandin4-4/+0
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-2/+1
2014-12-05java: remove some comment noiseNoel Grandin3-3/+3
2014-11-25java: remove some comment noiseNoel Grandin2-13/+1
2014-11-25java: final fields that can be staticNoel Grandin20-21/+21
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin25-271/+147
2014-11-18java: make fields final where possibleNoel Grandin99-204/+196
2014-11-18java: rather use @Deprecated annotationNoel Grandin2-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini34-66/+66
2014-11-12java: convert fields to local variables where possibleNoel Grandin18-73/+45
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
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: dodgy &= operationNoel Grandin1-4/+2
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin3-12/+5
2014-10-17java: final fields that can be staticNoel Grandin5-7/+7
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin13-31/+31
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin69-387/+237
2014-10-16runner: if .. else if .. elseRobert Antoni Buj i Gelonch1-1/+1