summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
AgeCommit message (Expand)AuthorFilesLines
2014-11-18java: make fields final where possibleNoel Grandin15-28/+28
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini16-31/+31
2014-11-12java: convert fields to local variables where possibleNoel Grandin3-14/+10
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-2/+1
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin41-217/+97
2014-10-16java: always use braces for while loopsNoel Grandin4-4/+8
2014-10-09typo: proeprty -> propertyAndras Timar1-1/+1
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin2-2/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin2-2/+2
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-2/+3
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin4-4/+4
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-2/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2-2/+2
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin11-11/+11
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin23-36/+36
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin64-105/+105
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin60-78/+78
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin5-7/+7
2014-08-14java: remove commented out codeNoel Grandin42-147/+1
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin8-14/+14
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin642-4/+1604
2014-08-11fdo#82151 finish fixupLionel Elie Mamane1-0/+6
2014-08-11java: remove unused parametersNoel Grandin4-5/+5
2014-08-11java: remove unused parametersNoel Grandin73-92/+84
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin11-83/+19
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+0
2014-08-08java: variable cannot be nullNoel Grandin3-7/+0
2014-08-05java: remove commented out codeNoel Grandin8-28/+0
2014-08-04java: remove some unused import statementsNoel Grandin354-354/+0
2014-08-04java: remove some unused variablesNoel Grandin82-82/+82
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin623-995/+991
2014-08-04java: removed unused importsNoel Grandin4-5/+0
2014-08-04fix spelling compilant -> compliantNoel Grandin4-4/+4
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni48-81/+81
2014-04-14typo: accesible -> accessibleThomas Arnhold1-1/+1
2014-03-10qadevOOo: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-26Remove visual noise from qadevOOoAlexander Wilms3-4/+4
2014-02-25Typo: folowing -> following + elemtens -> elementsJulien Nabet2-3/+3
2014-02-06Typo: realtion -> relationJulien Nabet2-2/+2
2014-02-04*_AppDispatchProvider_get_implementation cannot bypass XInitializationStephan Bergmann1-0/+2
2014-01-20Remove unused XInitialization.args dataStephan Bergmann1-40/+0
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist7-9/+9
2013-11-24Some Java String clean-upStephan Bergmann5-10/+8
2013-11-04Try make this more robust in slow environmentsStephan Bergmann1-19/+29
2013-11-01Try make this more robust in slow environmentsStephan Bergmann1-18/+28
2013-10-22Try make this more robust in slow environmentsStephan Bergmann1-28/+32
2013-10-08Try make this more robust in slow environmentsStephan Bergmann1-22/+33