summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc
AgeCommit message (Expand)Author
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-09typo: proeprty -> propertyAndras Timar
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'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-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: variable cannot be nullNoel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-08-04java: removed unused importsNoel Grandin
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-11-04Try make this more robust in slow environmentsStephan Bergmann
2013-11-01Try make this more robust in slow environmentsStephan Bergmann
2013-10-22Try make this more robust in slow environmentsStephan Bergmann
2013-10-08Try make this more robust in slow environmentsStephan Bergmann
2013-10-08Unused variable (AccessibilityTools is all static members)Stephan Bergmann
2013-10-07Also cope with intermittend DisposedExceptionsStephan Bergmann
2013-09-30junit: add 'r' to creating, and better exception descriptions.Michael Meeks
2013-09-26typo fixes in commentsAndras Timar
2013-08-28Try make this more robust in slow environmentsStephan Bergmann
2013-08-22What's it with all those *static* XSpreadsheetDocument instances?Stephan Bergmann
2013-08-21No (apparent?) need for xSheetDoc to be staticStephan Bergmann
2013-05-21Revert "Java cleanup, AccessibilityTools.."Stephan Bergmann
2013-05-20Java cleanup, AccessibilityTools..Noel Grandin
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-26Java cleanup, remove unused importsNoel Grandin
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin
2013-04-15fdo#60724 correct spellingThomas Arnhold
2012-12-10Revert "Use XNotifyingDispatch to avoid races"Stephan Bergmann
2012-12-07Use XNotifyingDispatch to avoid racesStephan Bergmann
2012-12-07Revert "Use XSynchronousDispatch to avoid races"Stephan Bergmann
2012-12-07Use XSynchronousDispatch to avoid racesStephan Bergmann
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin
2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-07-18re-base on ALv2 code. Includes:Michael Meeks