summaryrefslogtreecommitdiff
path: root/forms/qa
AgeCommit message (Expand)AuthorFilesLines
2014-11-12java: convert fields to local variables where possibleNoel Grandin4-14/+10
2014-10-30forms: The if statement is redundantRobert Antoni Buj i Gelonch7-38/+13
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-6/+6
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-1/+1
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-3/+11
2014-10-07java: optimise calls to toArrayNoel Grandin1-3/+1
2014-10-01forms: enhanced for loopRobert Antoni Buj i Gelonch1-6/+2
2014-09-30forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch1-10/+2
2014-09-30forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2-4/+4
2014-09-30forms: the assigned value is never usedRobert Antoni Buj i Gelonch2-5/+2
2014-09-30forms: remove import from the same packageRobert Antoni Buj i Gelonch5-16/+0
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch1-1/+1
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch1-7/+6
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch1-1/+3
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin10-50/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-2/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin6-16/+16
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin6-14/+14
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin6-12/+12
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin8-17/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-14java: remove unused importsNoel Grandin3-5/+0
2014-08-14java: remove commented out codeNoel Grandin2-3/+0
2014-08-13remove unnecessary use of Java reflectionNoel Grandin1-28/+5
2014-08-13java: remove dead methodsNoel Grandin8-165/+11
2014-08-13java: reduce scope, make some methods privateNoel Grandin4-8/+8
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin2-8/+4
2014-08-12java: remove useless javadoc tagsNoel Grandin3-23/+7
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin14-0/+33
2014-08-11java: remove unused parametersNoel Grandin1-2/+2
2014-08-11java: remove unused parametersNoel Grandin1-4/+0
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin7-10/+9
2014-08-08java: remove redundant null checksNoel Grandin1-1/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin6-6/+6
2014-08-08java: remove unused importsNoel Grandin1-1/+0
2014-08-08java: remove dead methodsNoel Grandin1-16/+0
2014-08-05java: remove commented out codeNoel Grandin1-5/+0
2014-08-05java: remove unused fieldsNoel Grandin2-3/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin8-8/+8
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-02-26Remove visual noise from formsAlexander Wilms4-10/+10
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-1/+1
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin2-20/+26
2013-04-26Java cleanup, call static methods staticallyNoel Grandin1-4/+4
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2