summaryrefslogtreecommitdiffstats
path: root/dbaccess/qa/complex
Commit message (Expand)AuthorAgeFilesLines
* dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl2016-12-121-1/+6
* Fix typosAndrea Gelmini2016-01-101-3/+3
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* Fix typosAndrea Gelmini2015-10-062-5/+5
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-2/+2
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* remove some unnecessary exception wrapping in the Java testsNoel Grandin2015-06-091-1/+0
* Let JUnit take care of exceptionsNoel Grandin2015-06-056-254/+148
* Let JUnit take care of exceptionsStephan Bergmann2015-06-041-231/+134
* inline simple Java methodNoel Grandin2015-06-021-7/+2
* minor simplificationStephan Bergmann2015-06-011-2/+1
* Do not lose AssertionError from sub-threadsStephan Bergmann2015-06-011-1/+11
* tweaksLionel Elie Mamane2015-05-301-4/+5
* janitorialLionel Elie Mamane2015-05-301-3/+3
* tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane2015-05-301-0/+21
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-7/+1
* java: these fields can become local variablesNoel Grandin2015-01-051-5/+3
* java: remove dead codeNoel Grandin2015-01-051-10/+0
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-3/+3
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-3/+2
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-241-1/+1
* java: make fields final where possibleNoel Grandin2014-11-181-3/+3
* forgotten part of previous commitLionel Elie Mamane2014-10-091-1/+1
* TyposJulien Nabet2014-09-171-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-19/+0
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-3/+3
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-141-1/+0
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-3/+3
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-133-6/+6
* java: reduce scope, make constructors privateNoel Grandin2014-08-132-2/+2
* java: remove useless javadoc tagsNoel Grandin2014-08-121-1/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-084-8/+5
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-3/+3
* java: use an empty block rather than an empty statementNoel Grandin2014-08-081-1/+1
* java: remove commented out codeNoel Grandin2014-08-054-11/+0
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* typo: positon -> positionThomas Arnhold2014-04-141-1/+1
* dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-1/+1
* Remove visual noise from dbaccessAlexander Wilms2014-02-2714-145/+145
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-162-5/+10
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-064-4/+0
* Java cleanup, remove unused importsNoel Grandin2013-04-261-1/+0
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-192-4/+4