summaryrefslogtreecommitdiff
path: root/scripting/java/org
AgeCommit message (Expand)Author
2014-10-10Scripting: Remove org packageDavid Ostrovsky
2014-10-08scripting: as of release 5, 'enum' is a keywordRobert Antoni Buj i Gelonch
2014-10-07LocalOffice should be an abstract classNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-06scripting: line break (code formatting)Robert Antoni Buj i Gelonch
2014-10-02scripting: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-14scripting: replace StringBuffer with StringBuilder methodrbuj
2014-09-13scripting: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-13scripting: use a character literalrbuj
2014-09-11scripting: Pass a proper array equal to collection size.rbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid if..else when returning boolean valuesNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-08java: use an empty block rather than an empty statementNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-17remove executable bitAndras Timar
2014-02-26Remove visual noise from scriptingAlexander Wilms
2014-02-06typo fixes in commentsAndras Timar
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin