summaryrefslogtreecommitdiff
path: root/dbaccess/qa/complex
AgeCommit message (Expand)Author
2019-04-22Fix typoAndrea Gelmini
2019-03-04Fix typoAndrea Gelmini
2018-04-14Revert HSQLDB related unit testsTamas Bunth
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth
2018-01-25Fix typosAndrea Gelmini
2017-11-16Delete test*.odb filesStephan Bergmann
2016-12-12dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl
2016-01-10Fix typosAndrea Gelmini
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: make inner classes static where possibleNoel Grandin
2015-10-06Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin
2015-06-05Let JUnit take care of exceptionsNoel Grandin
2015-06-04Let JUnit take care of exceptionsStephan Bergmann
2015-06-02inline simple Java methodNoel Grandin
2015-06-01minor simplificationStephan Bergmann
2015-06-01Do not lose AssertionError from sub-threadsStephan Bergmann
2015-05-30tweaksLionel Elie Mamane
2015-05-30janitorialLionel Elie Mamane
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-05java: these fields can become local variablesNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-09forgotten part of previous commitLionel Elie Mamane
2014-09-17TyposJulien Nabet
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-14typo: positon -> positionThomas Arnhold