Age | Commit message (Expand) | Author |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-02-21 | Typo: deleteing->deleting | Julien Nabet |
2015-02-16 | Make LogUtils.getTrace actually work | Stephan Bergmann |
2015-02-16 | rhbz#1192732: Revert "From the context of the code, this field should... | Stephan Bergmann |
2015-01-23 | typo: langugage -> language | Andras Timar |
2015-01-13 | fdo#88256 fix crash when running javascript macro | Noel Grandin |
2014-12-19 | java: scripting: fix bug in removing model from map | Noel Grandin |
2014-12-11 | java: revert part of commit, scripting/ is public API | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: unused imports | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-19 | scripting: redundant cast to String | Robert Antoni Buj i Gelonch |
2014-10-17 | java: when rethrowing exceptions, store the original | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-14 | scripting: replace '.size() == 0' with '.isEmpty()' (collections) | Robert Antoni Buj i Gelonch |
2014-10-14 | scripting: use new exception constructors | Robert Antoni Buj i Gelonch |
2014-10-13 | scripting: Null pointer dereference | Robert Antoni Buj i Gelonch |
2014-10-10 | Scripting: Remove org package | David Ostrovsky |
2014-10-08 | scripting: as of release 5, 'enum' is a keyword | Robert Antoni Buj i Gelonch |
2014-10-07 | LocalOffice should be an abstract class | Noel Grandin |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: use equalsIgnoreCase() instead of toLowerCase().equals() | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-10-07 | java: optimise calls to toArray | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-10-06 | scripting: line break (code formatting) | Robert Antoni Buj i Gelonch |
2014-10-03 | scripting: organize imports | Robert Antoni Buj i Gelonch |
2014-10-02 | scripting: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-02 | scripting: Format_java_code.sh initial run | Robert Antoni Buj i Gelonch |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-17 | BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout | Stephan Bergmann |
2014-09-16 | ScriptProvider implementations need to be accessible | Stephan Bergmann |
2014-09-16 | scripting: decode(String) in URLDecoder has been deprecated | rbuj |
2014-09-14 | scripting: Uncaught Exception | rbuj |
2014-09-14 | scripting: replace StringBuffer with StringBuilder method | rbuj |
2014-09-13 | scripting: encode(String) in URLEncoder has been deprecated | rbuj |
2014-09-13 | scripting: [deprecation] show() in Window has been deprecated | rbuj |
2014-09-13 | scripting: use String.length()==0 instead of String.equals(empty string) | rbuj |