summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)Author
2016-01-29cid#1326176, 1326270, 1326271, 1326272, 1326273, 1326274, 1326275jan iversen
2016-01-29cid#1326280, 1326295, 1326303jan iversen
2016-01-10Fix typosAndrea Gelmini
2015-12-30coverity#1327008 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1327009 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1326717 DLS: Dead local storeCaolán McNamara
2015-11-27CID#1326472, CID#1326473, CID#1326474 use try/finalizejan iversen
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-11-04Solved CID 1326472, 1326473, 1326474jan iversen
2015-11-04Mechanically sanitize indentationStephan Bergmann
2015-10-28coverity#1326258 Explicit null dereferencedCaolán McNamara
2015-10-28coverity#1326465 Dereference null return valueCaolán McNamara
2015-10-25coverity#1326117 Unchecked return valueCaolán McNamara
2015-10-20coverity#1326242 Dereference after null checkCaolán McNamara
2015-10-15coverity#1326266 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326237 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326285 Dereference after null checkCaolán McNamara
2015-10-15coverity#1327172 UrF: Unread fieldCaolán McNamara
2015-10-15cid#1326571 and cid#1326572 Unused valueNoel Grandin
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara
2015-10-15cid#1326117 Unchecked return valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326716,cid#1326717 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-19xmerge: store the original exception in the cause field properlyNoel Grandin
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-18xmerge: use java.nio.ByteBuffer (JDK 1.4+)Robert Antoni Buj i Gelonch
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
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-13xmerge: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-10xmerge: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin