summaryrefslogtreecommitdiffstats
path: root/swext/mediawiki/src/com/sun
Commit message (Expand)AuthorAgeFilesLines
* java: combine nested if statementsNoel Grandin2015-11-051-10/+4
* coverity#1326963 RV: Bad use of return valueCaolán McNamara2015-10-201-1/+3
* coverity#1327463 Dm: Dubious method usedCaolán McNamara2015-10-201-1/+1
* coverity#1327464 Dm: Dubious method usedCaolán McNamara2015-10-201-1/+1
* coverity#1326241 Dereference after null checkCaolán McNamara2015-10-151-1/+1
* java:remove unused importsNoel Grandin2015-10-141-1/+0
* swext: increment the extension version number to 1.2.0Michael Stahl2015-10-091-0/+2
* swext: add a logging out stream to help debugging TLS connectionsMichael Stahl2015-10-092-0/+167
* swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl2015-10-094-209/+213
* java: 'final static' to 'static final'Noel Grandin2015-06-151-35/+35
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-9/+9
* java: remove more dead codeNoel Grandin2015-01-052-5/+0
* java: remove dead codeNoel Grandin2015-01-051-17/+0
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-052-9/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-3/+0
* java: make fields final where possibleNoel Grandin2014-11-186-13/+13
* java: reduce excessive code indentation levelsNoel Grandin2014-11-123-86/+86
* java: final fields that can be staticNoel Grandin2014-10-172-5/+5
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-25/+25
* mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-111-2/+2
* mediawiki: use a character literalrbuj2014-09-102-2/+2
* swext: use proper syntax for accessing outer class thisMichael Stahl2014-09-082-7/+7
* missing importsCaolán McNamara2014-09-081-0/+2
* mediawiki options went missingCaolán McNamara2014-09-081-0/+11
* mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj2014-09-081-53/+48
* mediawiki: if...else if...else Statementrbuj2014-09-061-1/+1
* mediawiki: use contains to check if a string contains a substringrbuj2014-09-061-1/+1
* mediawiki: the assigned value is never usedrbuj2014-09-061-5/+3
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-10/+0
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-25/+18
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-195-14/+14
* java: remove unused methodsNoel Grandin2014-08-191-26/+0
* java: remove unused importsNoel Grandin2014-08-142-6/+0
* java: remove commented out codeNoel Grandin2014-08-142-5/+0
* java: remove dead methodsNoel Grandin2014-08-135-135/+4
* java: remove unused fieldsNoel Grandin2014-08-132-6/+5
* java: reduce scope, make some methods privateNoel Grandin2014-08-139-22/+22
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make constants privateNoel Grandin2014-08-123-11/+11
* java: remove unused parametersNoel Grandin2014-08-121-8/+3
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-125-0/+17
* java: remove unused parametersNoel Grandin2014-08-114-16/+14
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-082-6/+6
* java: remove unnecessary semi-colonsNoel Grandin2014-08-085-5/+5
* java: use the non-deprecated constructor of URINoel Grandin2014-08-083-7/+7
* java: remove commented out codeNoel Grandin2014-08-054-44/+0