summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
AgeCommit message (Expand)Author
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel 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-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel 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: reduce scope, make constants privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin
2014-06-10fdo#79676: Fix the Java UNO API test with regard to chart tests.Kohei Yoshida
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni
2014-04-14typo: fileds -> fieldsThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-10Remove unused util.dbg.getImplIDStephan Bergmann
2014-02-26Remove visual noise from qadevOOoAlexander Wilms
2014-01-28Explicit null checkStephan Bergmann
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky
2013-09-26typo fixes in commentsAndras Timar
2013-08-05Add cases for css.uno.Date/Time to ValueChangerStephan Bergmann
2013-05-21Revert "Java cleanup, AccessibilityTools.."Stephan Bergmann
2013-05-20Java cleanup, AccessibilityTools..Noel Grandin
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet