summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)AuthorFilesLines
2014-09-09javaunohelper: fix some misspellingsrbuj5-17/+17
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj1-2/+3
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin5-23/+0
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin1-8/+2
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin10-42/+42
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-8/+2
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-6/+6
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2-25/+25
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-12/+12
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2-12/+12
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin3-30/+30
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin3-23/+23
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-6/+6
2014-08-16javaunohelper: The assigned value is sometimes usedrbuj1-2/+5
2014-08-14java: remove useless instanceof testsNoel Grandin1-2/+2
2014-08-14java: remove commented out codeNoel Grandin2-5/+0
2014-08-12javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj1-4/+8
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin7-0/+19
2014-08-11javaunohelper: enhancements in decodeUTF8rbuj1-10/+5
2014-08-11javaunohelper: Number parsingrbuj1-31/+35
2014-08-10javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj1-8/+4
2014-08-10javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj1-7/+10
2014-08-09javaunohelper: Iterate over each Entry in a Maprbuj1-7/+3
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-2/+0
2014-08-08java: remove redundant null checksNoel Grandin1-7/+4
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+1
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin2-2/+2
2014-08-08java: remove unused variablesNoel Grandin2-18/+15
2014-08-05java: remove commented out codeNoel Grandin8-111/+0
2014-08-05java: remove unused fieldsNoel Grandin2-3/+0
2014-08-05java: remove various unused variablesNoel Grandin5-14/+9
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-30javaunohelper: If statement is redundantrbuj1-11/+9
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-07-30javaunohelper: The assigned value is never usedrbuj4-8/+7
2014-07-30javaunohelper: String comparisonrbuj1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-10/+4
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni3-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky1-2/+2
2014-04-23javaunohelper: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-10javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-32/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-26Remove visual noise from javaunohelperAlexander Wilms9-36/+36
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-27/+5
2014-01-31Silence javadoc 8 errorsStephan Bergmann5-27/+39
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-0/+2