summaryrefslogtreecommitdiff
path: root/xmerge/source/xmerge/java/org/openoffice/xmerge/converter
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-08xmerge: Integer & Boolean Parsingrbuj2-14/+3
2014-09-04xmerge: javadoc maintenance and minor code formattingrbuj43-2697/+2030
2014-09-03xmerge: replace package.html with package-info.javarbuj9-270/+241
2014-08-30xmerge: fix javadoc errors for JDK 8rbuj6-41/+40
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin1-6/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-81/+81
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-1/+1
2014-08-20xmerge: Convert a primitive type into a stringrbuj3-7/+5
2014-08-19java: no need to instantiate String objects directlyNoel Grandin5-8/+8
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-5/+5
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin1-32/+0
2014-08-14java: remove unused importsNoel Grandin2-6/+0
2014-08-13remove dead java constantsNoel Grandin1-70/+0
2014-08-13java: remove dead methodsNoel Grandin13-395/+11
2014-08-13java: remove unused fieldsNoel Grandin6-40/+20
2014-08-13java: reduce scope, make some methods privateNoel Grandin10-14/+14
2014-08-13java: reduce scope, make fields privateNoel Grandin7-24/+24