summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)Author
2014-12-12Revert "java: remove the unit test skeleton code"Noel Grandin
2014-12-12java: remove the unit test skeleton codeNoel Grandin
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-10java: simplify the getMSF() methodsNoel Grandin
2014-12-05java: remove some comment noiseNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-30java: calling ready() on a BufferedReader is a dodgy way..Noel Grandin
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch
2014-10-30runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-19runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch
2014-10-18java: loss of precissionRobert Antoni Buj i Gelonch
2014-10-17java: dodgy &= operationNoel Grandin
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
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-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-15runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14reformat ValueChangerNoel Grandin
2014-10-14runner: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-13runner: Object comparisonRobert Antoni Buj i Gelonch
2014-10-12runner: code will never be executedRobert Antoni Buj i Gelonch
2014-10-12runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch
2014-10-12runner: remove import from same packageRobert Antoni Buj i Gelonch
2014-10-12runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch
2014-10-12runner: 'static final' to declare constants when it isn't an interfaceRobert 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-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