summaryrefslogtreecommitdiff
path: root/xmlsecurity/uiconfig
ModeNameSize
d---------ui422logplain
javaunohelper?h=cp-6.4-32&id=a753a458e582dc0aa5e94ea350f4db06488f26f2'>java: 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 2014-08-10javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj 2014-08-10javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj 2014-08-09javaunohelper: Iterate over each Entry in a Maprbuj 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove redundant null checksNoel Grandin 2014-08-08java: redundant assignment, variable can only be nullNoel Grandin 2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin 2014-08-08java: remove unused variablesNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-05java: remove unused fieldsNoel Grandin 2014-08-05java: remove various unused variablesNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-07-30javaunohelper: If statement is redundantrbuj 2014-07-30javaunohelper: String comparisonrbuj 2014-07-30javaunohelper: The assigned value is never usedrbuj 2014-07-30javaunohelper: String comparisonrbuj