summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)Author
2014-10-09typo: proeprty -> propertyAndras Timar
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-07java: simplify some for loops to while loopsNoel Grandin
2014-10-07while loop that ends in a return is more accurately an if blockNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-10-02runner: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch
2014-10-01runner: Avoid a possible NullPointerException with tCase ObjectRobert Antoni Buj i Gelonch
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-24fdo#39625 Make existing CppUnittests workTobias Madl
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-10qadevOOo: Convert a primitive type into a stringrbuj
2014-09-10qadevOOo: Number Parsingrbuj
2014-09-10qadevOOo: use a character literalrbuj
2014-09-10qadevOOo: use System.arraycopyrbuj
2014-09-08qadevOOo: reuse the value of entryName.indexOf(Left Parenthesis)rbuj
2014-09-08qadevOOo: remove import from the same packagerbuj
2014-09-08qadevOOo: All classes in the java.lang package are imported by defaultrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-14simplify timing codeNoel Grandin
2014-08-14improve copmmentsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-14clean up formattingNoel Grandin