summaryrefslogtreecommitdiff
path: root/swext/mediawiki/src/com/sun/star
AgeCommit message (Expand)Author
2019-07-26Fix typoAndrea Gelmini
2017-06-10tdf#97743: mediawiki accountJulien Nabet
2017-06-10Typo in mediawiki: height and width mixedJulien Nabet
2016-06-06remove unused imports in java codeNoel Grandin
2016-03-14remove some unused Java codeNoel Grandin
2016-03-02setListenerState does nothingCaolán McNamara
2016-02-23cid#1326858 Eq: Problems with implementation of equals()Noel Grandin
2016-02-23cid#1327459 BC: Bad casts of object referencesNoel Grandin
2016-02-23cid#1327465 Eq: Problems with implementation of equals()Noel Grandin
2016-02-06coverity#1326198 Dereference after null checkCaolán McNamara
2016-02-06coverity#1326498 Resource leak on an exceptional pathCaolán McNamara
2016-01-23cid#1326434, 1326446, 1326248, 1326254jan iversen
2016-01-15coverity#1326413 Dereference null return valueCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-20coverity#1326963 RV: Bad use of return valueCaolán McNamara
2015-10-20coverity#1327463 Dm: Dubious method usedCaolán McNamara
2015-10-20coverity#1327464 Dm: Dubious method usedCaolán McNamara
2015-10-15coverity#1326241 Dereference after null checkCaolán McNamara
2015-10-14java:remove unused importsNoel Grandin
2015-10-09swext: increment the extension version number to 1.2.0Michael Stahl
2015-10-09swext: add a logging out stream to help debugging TLS connectionsMichael Stahl
2015-10-09swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-10java: unused importsNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-09-11mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10mediawiki: use a character literalrbuj
2014-09-08swext: use proper syntax for accessing outer class thisMichael Stahl
2014-09-08missing importsCaolán McNamara
2014-09-08mediawiki options went missingCaolán McNamara
2014-09-08mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj
2014-09-06mediawiki: if...else if...else Statementrbuj
2014-09-06mediawiki: use contains to check if a string contains a substringrbuj
2014-09-06mediawiki: the assigned value is never usedrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel 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: remove unused methodsNoel Grandin