summaryrefslogtreecommitdiff
path: root/dbaccess/qa/complex/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2023-11-09enable unchecked lint for our java codeNoel Grandin4-6/+7
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-1/+1
2019-04-22Fix typoAndrea Gelmini1-1/+1
2019-03-04Fix typoAndrea Gelmini1-1/+1
2018-04-14Revert HSQLDB related unit testsTamas Bunth4-17/+15
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth4-15/+17
2018-01-25Fix typosAndrea Gelmini1-1/+1
2017-11-16Delete test*.odb filesStephan Bergmann1-0/+6
2016-12-12dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl1-1/+6
2016-01-10Fix typosAndrea Gelmini1-3/+3
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-10-06Fix typosAndrea Gelmini2-5/+5
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin1-1/+0
2015-06-05Let JUnit take care of exceptionsNoel Grandin6-254/+148
2015-06-04Let JUnit take care of exceptionsStephan Bergmann1-231/+134
2015-06-02inline simple Java methodNoel Grandin1-7/+2
2015-06-01minor simplificationStephan Bergmann1-2/+1
2015-06-01Do not lose AssertionError from sub-threadsStephan Bergmann1-1/+11
2015-05-30tweaksLionel Elie Mamane1-4/+5
2015-05-30janitorialLionel Elie Mamane1-3/+3
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane1-0/+21
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-7/+1
2015-01-05java: these fields can become local variablesNoel Grandin1-5/+3
2015-01-05java: remove dead codeNoel Grandin1-10/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-3/+3
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-3/+2
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin1-3/+3
2014-10-09forgotten part of previous commitLionel Elie Mamane1-1/+1
2014-09-17TyposJulien Nabet1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-19/+0
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-3/+3
2014-08-13java: reduce scope, make member classes privateNoel Grandin2-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin3-6/+6
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-2/+2
2014-08-12java: remove useless javadoc tagsNoel Grandin1-1/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-8/+5
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-3/+3
2014-08-08java: use an empty block rather than an empty statementNoel Grandin1-1/+1
2014-08-05java: remove commented out codeNoel Grandin4-11/+0