summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical
AgeCommit message (Expand)AuthorFilesLines
2016-01-29cid#1326280, 1326295, 1326303jan iversen1-0/+2
2014-12-12java: remove dead code in qadevOOoNoel Grandin28-6210/+1
2014-12-11java: remove some unnecessary interfacesNoel Grandin2-28/+6
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-3/+3
2014-12-05java: remove some comment noiseNoel Grandin1-1/+1
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin10-24/+17
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-9/+6
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin5-14/+14
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin3-4/+12
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch1-227/+249
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch1-4/+3
2014-10-13runner: Object comparisonRobert Antoni Buj i Gelonch1-1/+1
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch3-55/+13
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin5-18/+18
2014-10-07java: simplify conditions involving logical negationNoel Grandin2-2/+2
2014-09-10qadevOOo: Number Parsingrbuj2-4/+4
2014-09-10qadevOOo: use a character literalrbuj4-13/+13
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-13/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin3-16/+16
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin1-9/+2
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin6-10/+10
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin2-441/+0
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin5-15/+2
2014-08-13remove dead java constantsNoel Grandin1-7/+0
2014-08-13java: remove dead methodsNoel Grandin8-368/+9
2014-08-13java: remove unused fieldsNoel Grandin2-7/+6
2014-08-13java: reduce scope, make some methods privateNoel Grandin9-28/+28
2014-08-13java: reduce scope, make fields privateNoel Grandin5-13/+13
2014-08-12java: reduce scope, make constants privateNoel Grandin2-5/+5
2014-08-12java: return value of trim() ignoredNoel Grandin1-1/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin12-46/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin6-0/+9
2014-08-11java: remove unused parametersNoel Grandin2-7/+3
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+0
2014-08-05java: remove commented out codeNoel Grandin12-806/+0
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin2-3/+3
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-1/+1
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni3-5/+5
2014-04-14typo: choise -> choiceThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1