summaryrefslogtreecommitdiffstats
path: root/qadevOOo
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-14/+15
* runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-151-1/+1
* reformat ValueChangerNoel Grandin2014-10-141-934/+980
* runner: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-141-5/+5
* runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch2014-10-1411-728/+873
* java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2014-10-132-8/+6
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-132-3/+0
* runner: Object comparisonRobert Antoni Buj i Gelonch2014-10-132-2/+2
* runner: code will never be executedRobert Antoni Buj i Gelonch2014-10-121-4/+0
* runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch2014-10-121-23/+4
* runner: remove import from same packageRobert Antoni Buj i Gelonch2014-10-125-9/+5
* runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch2014-10-121-1/+0
* runner: 'static final' to declare constants when it isn't an interfaceRobert Antoni Buj i Gelonch2014-10-1210-19/+19
* It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch2014-10-111-2/+2
* runner: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-1012-167/+48
* typo: proeprty -> propertyAndras Timar2014-10-093-3/+3
* typo: Lable -> LabelAndras Timar2014-10-091-2/+2
* java: simplify some for loops to while loopsNoel Grandin2014-10-073-4/+4
* while loop that ends in a return is more accurately an if blockNoel Grandin2014-10-071-1/+1
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-073-4/+4
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-0711-51/+51
* java: use equals() to compare Strings, not ==Noel Grandin2014-10-073-3/+3
* java: simplify conditions involving logical negationNoel Grandin2014-10-079-16/+16
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-073-8/+8
* java: optimise calls to toArrayNoel Grandin2014-10-071-2/+2
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-076-10/+10
* java: no need to check for null before calling instanceofNoel Grandin2014-10-073-3/+3
* java: remove useless overriding methodsNoel Grandin2014-10-071-19/+0
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-10-062-11/+11
* runner: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch2014-10-023-18/+4
* runner: Avoid a possible NullPointerException with tCase ObjectRobert Antoni Buj i Gelonch2014-10-011-21/+14
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-257-7/+15
* fdo#39625 Make existing CppUnittests workTobias Madl2014-09-241-1/+0
* qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-114-5/+5
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* qadevOOo: Convert a primitive type into a stringrbuj2014-09-101-2/+2
* qadevOOo: Number Parsingrbuj2014-09-103-6/+6