summaryrefslogtreecommitdiffstats
path: root/connectivity/qa/complex
Commit message (Expand)AuthorAgeFilesLines
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-4/+4
* java: make inner classes static where possibleNoel Grandin2015-11-051-4/+4
* convert "continue" flag to an enumNoel Grandin2015-10-161-2/+2
* Typos + simple german translationsJulien Nabet2015-02-081-3/+3
* java: remove more dead codeNoel Grandin2015-01-052-4/+3
* java: remove dead codeNoel Grandin2015-01-052-100/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-2/+2
* java: static fields that should not be staticNoel Grandin2014-12-191-1/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-151-8/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-23/+23
* java: remove some comment noiseNoel Grandin2014-11-251-7/+1
* java: make fields final where possibleNoel Grandin2014-11-181-2/+2
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-251-9/+9
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: close ResultSet after useNoel Grandin2014-10-161-25/+30
* connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch2014-10-141-1/+1
* connectivity: the assigned value is never usedRobert Antoni Buj i Gelonch2014-10-012-12/+7
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
* remove some dead Java codeNoel Grandin2014-08-201-2/+0
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-8/+8
* java: remove commented out codeNoel Grandin2014-08-143-75/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+3
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unused fieldsNoel Grandin2014-08-081-5/+0
* java: remove commented out codeNoel Grandin2014-08-051-3/+0
* java: remove some unused import statementsNoel Grandin2014-08-043-3/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-044-11/+11
* Remove visual noise from connectivityAlexander Wilms2014-02-271-1/+1
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-012-5/+0
* Java5 update - use generics where appropriateNoel Grandin2012-06-299-43/+44
* misc dead code and cosmetic cleanup.Michael Meeks2012-06-194-0/+4
* re-base on ALv2 code.Michael Meeks2012-06-1212-188/+173
* .java files don't need executable bitsMichael Stahl2012-03-2312-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-128-2/+2
* dba34b: more tests (inspired by #i105989#)Frank Schoenheit [fs]2010-10-012-1/+238
* dba34b: make tests runnable with a simple 'dmake run', and selectively runnab...Frank Schoenheit [fs]2010-09-3012-78/+115
* dba34b: step 1 of including the complex tests herein in a default build, and ...Frank Schoenheit [fs]2010-09-3010-0/+2259