summaryrefslogtreecommitdiffstats
path: root/forms/qa
Commit message (Expand)AuthorAgeFilesLines
* java: inline some test propertiesNoel Grandin2015-01-132-22/+6
* java: remove dead codeNoel Grandin2015-01-053-131/+4
* java: don't synch on an object and also assign to itNoel Grandin2014-12-191-10/+3
* java: remove more test skeleton codeNoel Grandin2014-12-151-71/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* java: remove some comment noiseNoel Grandin2014-11-253-20/+0
* java,framework: remove unused vars and parametersNoel Grandin2014-11-251-2/+1
* java: make fields final where possibleNoel Grandin2014-11-1811-31/+24
* java: convert fields to local variables where possibleNoel Grandin2014-11-124-14/+10
* forms: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-307-38/+13
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-6/+6
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-161-3/+11
* java: optimise calls to toArrayNoel Grandin2014-10-071-3/+1
* forms: enhanced for loopRobert Antoni Buj i Gelonch2014-10-011-6/+2
* forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch2014-09-301-10/+2
* forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2014-09-302-4/+4
* forms: the assigned value is never usedRobert Antoni Buj i Gelonch2014-09-302-5/+2
* forms: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-305-16/+0
* Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch2014-09-291-1/+1
* forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch2014-09-291-7/+6
* forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch2014-09-291-1/+3
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-16/+16
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-198-17/+17
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused importsNoel Grandin2014-08-143-5/+0
* java: remove commented out codeNoel Grandin2014-08-142-3/+0
* remove unnecessary use of Java reflectionNoel Grandin2014-08-131-28/+5
* java: remove dead methodsNoel Grandin2014-08-138-165/+11
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-8/+8
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-122-8/+4
* java: remove useless javadoc tagsNoel Grandin2014-08-123-23/+7
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1214-0/+33
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* java: remove unused parametersNoel Grandin2014-08-111-4/+0
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-087-10/+9
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-086-6/+6
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove dead methodsNoel Grandin2014-08-081-16/+0