summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
AgeCommit message (Expand)AuthorFilesLines
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch12-167/+48
2014-10-07java: simplify some for loops to while loopsNoel Grandin2-3/+3
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: simplify conditions involving logical negationNoel Grandin5-5/+5
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin2-4/+4
2014-10-07java: no need to check for null before calling instanceofNoel Grandin2-2/+2
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-9/+8
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 Grandin3-3/+11
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-10qadevOOo: Convert a primitive type into a stringrbuj1-2/+2
2014-09-10qadevOOo: Number Parsingrbuj3-6/+6
2014-09-10qadevOOo: use a character literalrbuj16-44/+44
2014-09-10qadevOOo: use System.arraycopyrbuj1-4/+1
2014-09-08qadevOOo: reuse the value of entryName.indexOf(Left Parenthesis)rbuj1-3/+4
2014-09-08qadevOOo: remove import from the same packagerbuj14-42/+0
2014-09-08qadevOOo: All classes in the java.lang package are imported by defaultrbuj2-3/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin11-54/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin13-113/+101
2014-08-20java: remove unnecessary return statementsNoel Grandin1-1/+0
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin1-9/+2
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin19-38/+38
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-7/+7
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin3-3/+3
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin10-21/+21
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin4-4/+4
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin9-14/+14
2014-08-19java: remove unused methodsNoel Grandin16-1236/+0
2014-08-14java: remove unused importsNoel Grandin12-34/+0
2014-08-14simplify timing codeNoel Grandin1-24/+4
2014-08-14improve copmmentsNoel Grandin1-6/+6
2014-08-14java: remove commented out codeNoel Grandin22-197/+42
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin1-2/+0
2014-08-14clean upo runner.lib.TestParametersNoel Grandin5-125/+52
2014-08-14clean up formattingNoel Grandin1-34/+19
2014-08-13remove dead java constantsNoel Grandin1-7/+0
2014-08-13make some java methods privateNoel Grandin1-1/+1
2014-08-13make some java fields privateNoel Grandin1-1/+1
2014-08-13java: remove dead methodsNoel Grandin43-2296/+60
2014-08-13java: remove unused fieldsNoel Grandin13-88/+22
2014-08-13java: reduce scope, make some methods privateNoel Grandin58-199/+199
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-3/+3
2014-08-13java: reduce scope, make fields privateNoel Grandin49-168/+168
2014-08-13java: reduce scope, make constructors privateNoel Grandin8-12/+12