summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch
AgeCommit message (Expand)AuthorFilesLines
2014-12-12java: remove dead code in qadevOOoNoel Grandin38-8979/+0
2014-12-11java: remove some unnecessary interfacesNoel Grandin1-19/+6
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-5/+5
2014-12-10java: remove comment noiseNoel Grandin3-3/+0
2014-12-05java: remove some comment noiseNoel Grandin2-2/+2
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin6-176/+132
2014-11-18java: make fields final where possibleNoel Grandin8-19/+19
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-10/+7
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2-2/+2
2014-10-18java: loss of precissionRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin7-16/+16
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin6-6/+15
2014-10-16runner: if .. else if .. elseRobert Antoni Buj i Gelonch1-1/+1
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch5-408/+494
2014-10-13runner: Object comparisonRobert Antoni Buj i Gelonch1-1/+1
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 Gelonch6-71/+21
2014-10-07while loop that ends in a return is more accurately an if blockNoel Grandin1-1/+1
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin5-31/+31
2014-10-07java: simplify conditions involving logical negationNoel Grandin2-2/+2
2014-09-24fdo#39625 Make existing CppUnittests workTobias Madl1-1/+0
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj1-1/+1
2014-09-10qadevOOo: Number Parsingrbuj1-2/+2
2014-09-10qadevOOo: use a character literalrbuj5-9/+9
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 Grandin2-10/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-36/+36
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin9-22/+22
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-4/+4
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-7/+7
2014-08-19java: remove unused methodsNoel Grandin2-142/+0
2014-08-14java: remove unused importsNoel Grandin2-3/+0
2014-08-14java: remove commented out codeNoel Grandin9-48/+2
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 Grandin12-386/+7
2014-08-13java: remove unused fieldsNoel Grandin6-18/+7
2014-08-13java: reduce scope, make some methods privateNoel Grandin19-79/+79
2014-08-13java: reduce scope, make fields privateNoel Grandin13-67/+67
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-2/+2
2014-08-12java: reduce scope, make constants privateNoel Grandin2-12/+12
2014-08-12java: return value of trim() ignoredNoel Grandin1-1/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin2-18/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin10-0/+26
2014-08-11java: remove unused parametersNoel Grandin6-12/+12
2014-08-11java: remove unused parametersNoel Grandin1-5/+0