Age | Commit message (Expand) | Author |
2014-09-11 | scripting: avoid a possible NullPointerException | rbuj |
2014-09-11 | scripting: Pass a proper array equal to collection size. | rbuj |
2014-09-10 | scripting: fix array copy and, use System.arraycopy | rbuj |
2014-09-08 | scripting: if...else if...else Statement | rbuj |
2014-09-08 | scripting: the assigned value is never used | rbuj |
2014-09-07 | scripting: there isn't any benefit by reducing the scope here. | rbuj |
2014-09-06 | scripting: fix javadoc error: reference not found | rbuj |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-09-05 | scripting: remove import from the same package | rbuj |
2014-09-04 | scripting: use contains to check if a string contains a substring | rbuj |
2014-09-04 | scripting: the if statement is redundant | rbuj |
2014-09-04 | scripting: the assigned value is never used | rbuj |
2014-09-02 | coverity#707084 Uncaught exception | Caolán McNamara |
2014-09-02 | createNonDocMSPs->ensureNonDocMSPs | Caolán McNamara |
2014-09-02 | scripting: fix javadoc error: unknown tag: null | rbuj |
2014-09-02 | scripting: fix javadoc error: unknown tag: returns | rbuj |
2014-08-28 | Fix some *_component_getFactory function types | Stephan Bergmann |
2014-08-26 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-08-26 | convert SBX flag bits to type-safe enum | Noel Grandin |
2014-08-21 | Fix *_component_getFactory function type | Stephan Bergmann |
2014-08-21 | Fix *_component_getFactory function type | Stephan Bergmann |
2014-08-20 | remove do-nothing code | Noel Grandin |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: remove unnecessary return statements | Noel Grandin |
2014-08-20 | java: avoid if..else when returning boolean values | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-19 | java: remove unused methods | Noel Grandin |
2014-08-19 | fix java1.5 build compatibility | Noel Grandin |
2014-08-18 | ErrorBox->MessageDialog | Caolán McNamara |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-14 | remove usage of DOCPTH and CNCSTR | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: remove unused fields | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin |
2014-08-12 | java: return value of trim() ignored | Noel Grandin |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |