summaryrefslogtreecommitdiff
path: root/xmerge/source/xmerge/java/org/openoffice/xmerge/util
AgeCommit message (Expand)AuthorFilesLines
2014-11-18java: make fields final where possibleNoel Grandin4-14/+14
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
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 Grandin2-6/+8
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 Grandin1-1/+2
2014-10-10xmerge: The if statement is redundantRobert Antoni Buj i Gelonch1-5/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-1/+1
2014-10-02xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch1-4/+25
2014-10-02xmerge: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch1-3/+1
2014-09-11xmerge: Convert a primitive type into a stringrbuj1-1/+1
2014-09-09xmerge: use a character literalrbuj1-2/+2
2014-09-04xmerge: javadoc maintenance and minor code formattingrbuj13-627/+465
2014-09-03xmerge: replace package.html with package-info.javarbuj3-83/+65
2014-08-30xmerge: fix javadoc errors for JDK 8rbuj1-1/+1
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2-6/+6
2014-08-20no need to instantiate an object to get it's classNoel Grandin1-2/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-4/+4
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+0
2014-08-14java: remove unused importsNoel Grandin1-3/+0
2014-08-13java: remove dead methodsNoel Grandin2-60/+0
2014-08-13java: remove unused fieldsNoel Grandin1-2/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-4/+4
2014-08-12java: reduce scope, make constants privateNoel Grandin1-1/+1
2014-08-02xmerge: Avoid a possible null pointer exceptionrbuj1-7/+8
2014-08-01xmerge: simplify static final constructorsNoel Grandin1-11/+5
2014-07-31xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj1-8/+7
2014-07-31remove commented out codeNoel Grandin1-36/+16
2014-07-28xmerge: Enhanced For-Loopsrbuj2-22/+7
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-02-26Remove visual noise from xmergeAlexander Wilms3-25/+25
2013-05-06Java cleanup, close file handles when done with themNoel Grandin1-0/+3
2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz9-13/+1
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-8/+0
2012-07-04re-base on ALv2 code.Michael Meeks4-98/+56
2012-06-29Java5 update - convert to using generics where feasibleNoel Grandin8-55/+55
2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin5-59/+60
2012-06-29re-base on ALv2 code.Michael Meeks3-69/+42
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks8-187/+115
2011-10-07convert xmerge to gbuild and add to tail_buildPeter Foley1-135/+0
2011-07-08fixed typos in commentsTakeshi Abe1-1/+1
2011-06-12Code cleanupKorrawit Pruegsanusak1-2/+2
2011-04-30Removing the deprecated java.io.File.toURL() method.Cyril Roelandt1-1/+1
2011-02-15Remove dead codesBálint Dózsa1-3/+0
2010-12-20WaE: remove javadoc warningCaolán McNamara1-1/+1
2010-11-02Fix javadoc comments in filters/xmerge - Debug.javaNigel Hawkins1-2/+2
2010-11-02Fix javadoc comments in filters/xmerge - ColourConverter.javaNigel Hawkins1-2/+2
2010-11-02Fix javadoc comments in filters/xmerge - ConverterinfoMgr.javaNigel Hawkins1-17/+7