summaryrefslogtreecommitdiff
path: root/connectivity/qa
AgeCommit message (Expand)AuthorFilesLines
2017-01-17remove some unused Java codeNoel Grandin1-18/+0
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-23/+0
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-07-29connectivity: fix loplugin:cppunitassertequals warningsMiklos Vajna2-36/+36
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-05-30com::sun::star->css in connectivityNoel Grandin1-1/+1
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann2-2/+2
2016-01-04these fields can be static constantsNoel Grandin1-11/+6
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-4/+4
2015-11-05java: make inner classes static where possibleNoel Grandin1-4/+4
2015-10-16convert "continue" flag to an enumNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-04Finalizers must not access UNO objectsStephan Bergmann1-1/+15
2015-02-08Typos + simple german translationsJulien Nabet1-3/+3
2015-01-05java: remove more dead codeNoel Grandin2-4/+3
2015-01-05java: remove dead codeNoel Grandin6-132/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-2/+2
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-8/+0
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-25/+25
2014-11-25java: remove some comment noiseNoel Grandin1-7/+1
2014-11-18java: make fields final where possibleNoel Grandin5-12/+12
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-7/+6
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