summaryrefslogtreecommitdiff
path: root/unotest/source/java/org
AgeCommit message (Expand)AuthorFilesLines
2017-01-17remove some unused Java codeNoel Grandin1-9/+0
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-06-25improve the error message when a java UNO test failsNoel Grandin1-1/+4
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin1-1/+1
2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist1-1/+1
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-4/+2
2015-01-05java: remove more dead codeNoel Grandin3-5/+5
2015-01-05java: remove dead codeNoel Grandin5-192/+4
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-7/+7
2014-11-18java: make fields final where possibleNoel Grandin2-4/+4
2014-10-01unotest: the assigned value is never usedRobert Antoni Buj i Gelonch1-2/+1
2014-09-29unotest: remove import from the same packageRobert Antoni Buj i Gelonch1-2/+0
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-3/+0
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin1-2/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-2/+2
2014-08-08java: remove unnecessary semi-colonsNoel Grandin4-4/+4
2013-07-30gdb-core-bt.sh expects three arguments nowStephan Bergmann1-3/+3
2013-04-03Show backtraces for core files from CppunitTests, tooStephan Bergmann1-29/+44
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz2-6/+0
2012-09-05Java cleanup, remove unused classNoel Grandin1-30/+0
2012-08-20Java5 updates - convert to genericsNoel Grandin1-1/+1
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet1-1/+1
2012-06-29Java5 updates - update code to use genericsNoel Grandin1-1/+1
2012-06-26re-base on ALv2 code.Michael Meeks11-270/+173
2012-04-14OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl1-15/+24
2012-03-03OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl1-1/+6
2012-02-10unotest: convert to gbuildMatúš Kukan2-106/+0
2011-12-16Handle unset workdir argument.Stephan Bergmann1-1/+4
2011-11-25remove debugcommand -- debugrun is superceding itBjoern Michaelsen1-6/+0
2011-11-25empty java stacktrace for soffice crashers, they are not interesting anywayBjoern Michaelsen1-1/+14
2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen1-28/+53
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks13-0/+1247