summaryrefslogtreecommitdiff
path: root/connectivity/qa
AgeCommit message (Expand)AuthorFilesLines
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch1-9/+9
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin2-3/+2
2014-10-16java: close ResultSet after useNoel Grandin1-25/+30
2014-10-16remove unnecessary catch blockNoel Grandin1-8/+2
2014-10-14connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch1-1/+1
2014-10-11connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch1-8/+5
2014-10-01connectivity: the assigned value is never usedRobert Antoni Buj i Gelonch2-12/+7
2014-09-29connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch1-3/+3
2014-09-21Fix some typosDavid Ostrovsky2-3/+3
2014-08-20remove more unnecessary constructor declarationsNoel Grandin1-5/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-3/+3
2014-08-20remove some dead Java codeNoel Grandin1-2/+0
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-8/+8
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-14java: remove commented out codeNoel Grandin4-76/+0
2014-08-13java: remove dead methodsNoel Grandin1-18/+0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin3-4/+4
2014-08-12java: remove useless javadoc tagsNoel Grandin1-3/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+3
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin2-2/+2
2014-08-08java: remove unused fieldsNoel Grandin1-5/+0
2014-08-05java: remove commented out codeNoel Grandin2-4/+0
2014-08-04java: remove some unused import statementsNoel Grandin3-3/+0
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin4-11/+11
2014-06-04connectivity: fix includesThomas Arnhold2-2/+2
2014-05-30Fix leaks in test codeStephan Bergmann1-0/+7
2014-04-21remove comments why a file gets includedThomas Arnhold1-4/+0
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-27Remove visual noise from connectivityAlexander Wilms7-19/+19
2014-01-22bool improvementsStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin2-2/+2
2013-10-20ORowSetValue: adapt test to new behaviour, extend test moreLionel Elie Mamane1-7/+85
2013-10-20Extend test to cover changed toString() conversion for bool typesDavid Ostrovsky1-0/+24
2013-02-09ORowSetValue: move float and double to unionDavid Ostrovsky1-0/+44
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky1-0/+248
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-5/+0
2012-11-20fdo#57285 restore acceptsURL logicDavid Ostrovsky1-0/+22
2012-11-14source file modes fixEnrico Weigelt, metux ITS1-0/+0
2012-11-07enable ado driver unit test againDavid Ostrovsky1-3/+1
2012-11-03fdo#53070 add complete unit testDavid Ostrovsky2-0/+147
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky2-0/+332
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain5-17/+0
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
2012-08-28Simplify/remove some methods named "dropTable"Stephan Bergmann2-19/+3