summaryrefslogtreecommitdiff
path: root/scripting/java/org
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Scripting: Remove org packageDavid Ostrovsky112-10476/+0
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch1-3/+3
2014-10-07LocalOffice should be an abstract classNoel Grandin1-11/+7
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin2-3/+2
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin3-4/+5
2014-10-07java: optimise calls to toArrayNoel Grandin1-4/+2
2014-10-07java: remove useless overriding methodsNoel Grandin2-8/+0
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch1-4/+4
2014-10-02scripting: The if statement is redundantRobert Antoni Buj i Gelonch3-14/+5
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch63-1068/+1108
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin3-42/+0
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj2-6/+2
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-13scripting: use a character literalrbuj3-3/+3
2014-09-11scripting: Pass a proper array equal to collection size.rbuj2-3/+3
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin5-22/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin8-21/+21
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin3-12/+3
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin19-57/+56
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin3-19/+8
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin4-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-4/+4
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-3/+3
2014-08-19java: remove unused methodsNoel Grandin1-376/+0
2014-08-14java: remove unused importsNoel Grandin1-2/+0
2014-08-14java: remove commented out codeNoel Grandin4-88/+1
2014-08-13java: remove dead methodsNoel Grandin4-103/+2
2014-08-13java: remove unused fieldsNoel Grandin1-3/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin3-4/+4
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: reduce scope, make constants privateNoel Grandin3-3/+3
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin6-0/+11
2014-08-11java: remove unused parametersNoel Grandin2-4/+3
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-1/+0
2014-08-08java: use an empty block rather than an empty statementNoel Grandin1-1/+1
2014-08-08java: remove unused importsNoel Grandin2-3/+0
2014-08-08java: remove unused fieldsNoel Grandin1-2/+0
2014-08-08java: remove dead methodsNoel Grandin1-27/+0
2014-08-05java: remove commented out codeNoel Grandin14-50/+0
2014-08-05java: remove unused fieldsNoel Grandin4-5/+0
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-17remove executable bitAndras Timar22-0/+0
2014-02-26Remove visual noise from scriptingAlexander Wilms1-1/+1
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist2-7/+7
2013-06-03re-base on ALv2 code. Includes:Michael Meeks5-0/+85
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-1/+1
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin1-4/+4