summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)Author
2014-11-18java: remove some unnecessary castsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara
2014-10-18javaunohelper: remove unused importRobert Antoni Buj i Gelonch
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-02javaunohelper: More robust way to wait for finalizationRobert Antoni Buj i Gelonch
2014-10-02More robust way to wait for finalizationStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-29fix more Java1.5 incompatibilityNoel Grandin
2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-24javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnitRobert Antoni Buj i Gelonch
2014-09-24javaunohelper: migrate InterfaceContainer_Test to JUnitRobert Antoni Buj i Gelonch
2014-09-23javaunohelper: migrate ComponentBase_Test to JUnitRobert Antoni Buj i Gelonch
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-22javaunohelper: migrate ComponentContext_Test to JUnitRobert Antoni Buj i Gelonch
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch
2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch
2014-09-15javaunohelper: warning: unchecked castrbuj
2014-09-13javaunohelper: use a character literalrbuj
2014-09-13javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-09javaunohelper: fix some misspellingsrbuj
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel 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-16javaunohelper: The assigned value is sometimes usedrbuj
2014-08-14java: remove useless instanceof testsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11javaunohelper: enhancements in decodeUTF8rbuj
2014-08-11javaunohelper: Number parsingrbuj