summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)AuthorFilesLines
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin9-11/+11
2015-11-05java: combine nested if statementsNoel Grandin5-48/+27
2015-11-04Solved CID 1326472, 1326473, 1326474jan iversen1-1/+19
2015-11-04Mechanically sanitize indentationStephan Bergmann1-357/+328
2015-10-28coverity#1326258 Explicit null dereferencedCaolán McNamara1-2/+2
2015-10-28coverity#1326465 Dereference null return valueCaolán McNamara1-3/+5
2015-10-25coverity#1326117 Unchecked return valueCaolán McNamara1-2/+5
2015-10-20coverity#1326242 Dereference after null checkCaolán McNamara1-12/+0
2015-10-15coverity#1326266 Explicit null dereferencedCaolán McNamara1-26/+15
2015-10-15coverity#1326237 Explicit null dereferencedCaolán McNamara1-2/+2
2015-10-15coverity#1326285 Dereference after null checkCaolán McNamara1-5/+2
2015-10-15coverity#1327172 UrF: Unread fieldCaolán McNamara1-6/+2
2015-10-15cid#1326571 and cid#1326572 Unused valueNoel Grandin1-2/+0
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara3-3/+20
2015-10-15cid#1326117 Unchecked return valueNoel Grandin1-1/+4
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-14cid#1326716,cid#1326717 DLS: Dead local storeNoel Grandin1-13/+4
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-2/+2
2015-06-23Typo: iff->ifJulien Nabet1-2/+2
2015-06-15java: 'final static' to 'static final'Noel Grandin7-27/+27
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-8/+8
2014-12-19xmerge: store the original exception in the cause field properlyNoel Grandin1-13/+12
2014-12-12java: fix non-public UNO implementation classesNoel Grandin1-1/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin8-16/+16
2014-11-18java: make fields final where possibleNoel Grandin23-49/+49
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-5/+5
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-2/+1
2014-11-12java: reduce excessive code indentation levelsNoel Grandin3-52/+57
2014-10-18xmerge: use java.nio.ByteBuffer (JDK 1.4+)Robert Antoni Buj i Gelonch1-52/+16
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin5-22/+23
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch2-38/+14
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2-50/+59
2014-10-16java: always use braces for while loopsNoel Grandin2-2/+4
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-20/+12
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch1-2/+0
2014-10-13xmerge: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-0/+7
2014-10-10xmerge: The if statement is redundantRobert Antoni Buj i Gelonch6-30/+7
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin3-3/+3
2014-10-07xmerge: reuse the value of node.getNodeName() and remove duplicated constantsRobert Antoni Buj i Gelonch3-10/+8
2014-10-02xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch3-29/+27
2014-10-02xmerge: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch1-3/+1
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-3/+9
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-12/+6
2014-09-11xmerge: Convert a primitive type into a stringrbuj1-1/+1
2014-09-09xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2