summaryrefslogtreecommitdiffstats
path: root/xmerge
Commit message (Expand)AuthorAgeFilesLines
* coverity#1326525 Resource leak on an exceptional pathCaolán McNamara2016-02-061-3/+6
* coverity#1326516 Resource leak on an exceptional pathCaolán McNamara2016-02-061-2/+13
* Fix typosAndrea Gelmini2016-02-052-2/+2
* coverity#1326425 Dereference null return valueCaolán McNamara2016-02-041-1/+1
* coverity#1326426 Dereference null return valueCaolán McNamara2016-02-041-1/+5
* coverity#1326427 Dereference null return valueCaolán McNamara2016-02-041-1/+1
* cid#1326176, 1326270, 1326271, 1326272, 1326273, 1326274, 1326275jan iversen2016-01-291-1/+5
* cid#1326280, 1326295, 1326303jan iversen2016-01-291-2/+2
* Fix typosAndrea Gelmini2016-01-102-6/+6
* coverity#1327008 SBSC: String concatenation in loop using + operatorCaolán McNamara2015-12-301-5/+8
* coverity#1327009 SBSC: String concatenation in loop using + operatorCaolán McNamara2015-12-301-5/+3
* coverity#1326717 DLS: Dead local storeCaolán McNamara2015-12-301-13/+4
* CID#1326472, CID#1326473, CID#1326474 use try/finalizejan iversen2015-11-271-108/+102
* 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