summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch
AgeCommit message (Expand)Author
2014-12-12java: remove dead code in qadevOOoNoel Grandin
2014-12-11java: remove some unnecessary interfacesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: remove comment noiseNoel Grandin
2014-12-05java: remove some comment noiseNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-18java: loss of precissionRobert Antoni Buj i Gelonch
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16runner: if .. else if .. elseRobert Antoni Buj i Gelonch
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch
2014-10-13runner: Object comparisonRobert Antoni Buj i Gelonch
2014-10-11It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-07while loop that ends in a return is more accurately an if blockNoel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel 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-10qadevOOo: Number Parsingrbuj
2014-09-10qadevOOo: use a character literalrbuj
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: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_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-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13make some java methods privateNoel Grandin
2014-08-13make some java fields privateNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: return value of trim() ignoredNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin