summaryrefslogtreecommitdiffstats
path: root/xmerge
Commit message (Expand)AuthorAgeFilesLines
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-059-11/+11
* java: combine nested if statementsNoel Grandin2015-11-055-48/+27
* Solved CID 1326472, 1326473, 1326474jan iversen2015-11-041-1/+19
* Mechanically sanitize indentationStephan Bergmann2015-11-041-357/+328
* coverity#1326258 Explicit null dereferencedCaolán McNamara2015-10-281-2/+2
* coverity#1326465 Dereference null return valueCaolán McNamara2015-10-281-3/+5
* coverity#1326117 Unchecked return valueCaolán McNamara2015-10-251-2/+5
* coverity#1326242 Dereference after null checkCaolán McNamara2015-10-201-12/+0
* coverity#1326266 Explicit null dereferencedCaolán McNamara2015-10-151-26/+15
* coverity#1326237 Explicit null dereferencedCaolán McNamara2015-10-151-2/+2
* coverity#1326285 Dereference after null checkCaolán McNamara2015-10-151-5/+2
* coverity#1327172 UrF: Unread fieldCaolán McNamara2015-10-151-6/+2
* cid#1326571 and cid#1326572 Unused valueNoel Grandin2015-10-151-2/+0
* coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2015-10-153-3/+20
* cid#1326117 Unchecked return valueNoel Grandin2015-10-151-1/+4
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-1/+1
* cid#1326716,cid#1326717 DLS: Dead local storeNoel Grandin2015-10-141-13/+4
* cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin2015-10-141-1/+1
* Fix typosAndrea Gelmini2015-09-291-1/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-231-2/+2
* Typo: iff->ifJulien Nabet2015-06-231-2/+2
* java: 'final static' to 'static final'Noel Grandin2015-06-157-27/+27
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-8/+8
* xmerge: store the original exception in the cause field properlyNoel Grandin2014-12-191-13/+12
* java: fix non-public UNO implementation classesNoel Grandin2014-12-121-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-118-16/+16
* java: make fields final where possibleNoel Grandin2014-11-1823-49/+49
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-5/+5
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-2/+1
* java: reduce excessive code indentation levelsNoel Grandin2014-11-123-52/+57
* xmerge: use java.nio.ByteBuffer (JDK 1.4+)Robert Antoni Buj i Gelonch2014-10-181-52/+16
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-165-22/+23
* xmerge: use String.formatRobert Antoni Buj i Gelonch2014-10-162-38/+14
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-162-50/+59
* java: always use braces for while loopsNoel Grandin2014-10-162-2/+4
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-20/+12
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
* xmerge: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-0/+7
* xmerge: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-106-30/+7
* java: simplify conditions involving logical negationNoel Grandin2014-10-071-2/+2
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-073-3/+3
* xmerge: reuse the value of node.getNodeName() and remove duplicated constantsRobert Antoni Buj i Gelonch2014-10-073-10/+8
* xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch2014-10-023-29/+27
* xmerge: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch2014-10-021-3/+1
* fix more Java1.5 incompatibilityNoel Grandin2014-09-292-3/+9
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-12/+6
* xmerge: Convert a primitive type into a stringrbuj2014-09-111-1/+1
* xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-092-2/+2