summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)AuthorFilesLines
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
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 Grandin14-59/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin29-157/+145
2014-08-20java: remove unnecessary return statementsNoel Grandin17-54/+0
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin1-9/+2
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin25-45/+45
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-7/+7
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin14-15/+15
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin47-82/+82
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin3-3/+3
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin125-269/+269
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin101-163/+163
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin33-59/+59
2014-08-19java: remove unused methodsNoel Grandin16-1236/+0
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara2-1/+21
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara1-1/+31
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 Grandin85-409/+44
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin11-19/+17
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