summaryrefslogtreecommitdiff
path: root/xmerge/source/xmerge/java/org/openoffice/xmerge/converter
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-08-02Fix typosAndrea Gelmini2-2/+2
2019-07-24Fix typosAndrea Gelmini2-2/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2016-03-14remove some unused Java codeNoel Grandin1-1/+0
2016-03-04coverity#1326237 Dereference after null checkCaolán McNamara1-1/+6
2016-02-16coverity#1326425 Dereference null return valueCaolán McNamara1-1/+6
2016-02-16coverity#1326257 Dereference after null checkCaolán McNamara1-4/+10
2016-02-16coverity#1326280 Explicit null dereferencedCaolán McNamara1-11/+13
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04coverity#1326425 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1326426 Dereference null return valueCaolán McNamara1-1/+5
2016-02-04coverity#1326427 Dereference null return valueCaolán McNamara1-1/+1
2016-01-29cid#1326280, 1326295, 1326303jan iversen1-2/+2
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-30coverity#1327008 SBSC: String concatenation in loop using + operatorCaolán McNamara1-5/+8
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin2-4/+4
2015-11-05java: combine nested if statementsNoel Grandin4-38/+21
2015-10-28coverity#1326258 Explicit null dereferencedCaolán McNamara1-2/+2
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#1326237 Explicit null dereferencedCaolán McNamara1-2/+2
2015-10-15coverity#1327172 UrF: Unread fieldCaolán McNamara1-6/+2
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara2-2/+14
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#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 Grandin5-12/+12
2014-12-19xmerge: store the original exception in the cause field properlyNoel Grandin1-13/+12
2014-12-11java: reduce visibility of fields and methodsNoel Grandin7-14/+14
2014-11-18java: make fields final where possibleNoel Grandin9-16/+16
2014-11-12java: reduce excessive code indentation levelsNoel Grandin3-52/+57
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-1/+3
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch2-38/+14
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-20/+12
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 Gelonch4-20/+5
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-2/+2
2014-10-02xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch2-25/+2
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-09xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-09xmerge: use a character literalrbuj5-9/+9