summaryrefslogtreecommitdiffstats
path: root/connectivity/qa
Commit message (Expand)AuthorAgeFilesLines
* remove some unused Java codeNoel Grandin2017-01-171-18/+0
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-23/+0
* Fix typosAndrea Gelmini2016-10-011-1/+1
* connectivity: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-292-36/+36
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-2/+2
* com::sun::star->css in connectivityNoel Grandin2016-05-301-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-102-2/+2
* these fields can be static constantsNoel Grandin2016-01-041-11/+6
* 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
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* Finalizers must not access UNO objectsStephan Bergmann2015-06-041-1/+15
* 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-056-132/+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
* connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-4/+4
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-25/+25
* java: remove some comment noiseNoel Grandin2014-11-251-7/+1
* java: make fields final where possibleNoel Grandin2014-11-185-12/+12
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-7/+6
* 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-162-3/+2
* java: close ResultSet after useNoel Grandin2014-10-161-25/+30
* remove unnecessary catch blockNoel Grandin2014-10-161-8/+2
* connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch2014-10-141-1/+1
* connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch2014-10-111-8/+5
* connectivity: the assigned value is never usedRobert Antoni Buj i Gelonch2014-10-012-12/+7
* connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch2014-09-291-3/+3
* Fix some typosDavid Ostrovsky2014-09-212-3/+3
* 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: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-8/+8
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-144-76/+0
* java: remove dead methodsNoel Grandin2014-08-131-18/+0
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-133-4/+4
* java: remove useless javadoc tagsNoel Grandin2014-08-121-3/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+3
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-082-2/+2
* java: remove unused fieldsNoel Grandin2014-08-081-5/+0
* java: remove commented out codeNoel Grandin2014-08-052-4/+0