summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-16java: always use braces for while loopsNoel Grandin8-9/+16
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-14/+15
2014-10-15runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch1-1/+1
2014-10-14reformat ValueChangerNoel Grandin1-934/+980
2014-10-14runner: Null pointer dereferenceRobert Antoni Buj i Gelonch1-5/+5
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch11-728/+873
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2-8/+6
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch2-3/+0
2014-10-13runner: Object comparisonRobert Antoni Buj i Gelonch2-2/+2
2014-10-12runner: code will never be executedRobert Antoni Buj i Gelonch1-4/+0
2014-10-12runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch1-23/+4
2014-10-12runner: remove import from same packageRobert Antoni Buj i Gelonch5-9/+5
2014-10-12runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch1-1/+0
2014-10-12runner: 'static final' to declare constants when it isn't an interfaceRobert Antoni Buj i Gelonch10-19/+19
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch1-2/+2
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch12-167/+48
2014-10-09typo: proeprty -> propertyAndras Timar3-3/+3
2014-10-09typo: Lable -> LabelAndras Timar1-2/+2
2014-10-07java: simplify some for loops to while loopsNoel Grandin3-4/+4
2014-10-07while loop that ends in a return is more accurately an if blockNoel Grandin1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin3-4/+4
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin11-51/+51
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin3-3/+3
2014-10-07java: simplify conditions involving logical negationNoel Grandin9-16/+16
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin3-8/+8
2014-10-07java: optimise calls to toArrayNoel Grandin1-2/+2
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin6-10/+10
2014-10-07java: no need to check for null before calling instanceofNoel Grandin3-3/+3
2014-10-07java: remove useless overriding methodsNoel Grandin1-19/+0
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2-11/+11
2014-10-02runner: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch3-18/+4
2014-10-01runner: Avoid a possible NullPointerException with tCase ObjectRobert Antoni Buj i Gelonch1-21/+14
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin7-7/+15
2014-09-24fdo#39625 Make existing CppUnittests workTobias Madl1-1/+0
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj4-5/+5
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10qadevOOo: Convert a primitive type into a stringrbuj1-2/+2
2014-09-10qadevOOo: Number Parsingrbuj3-6/+6