summaryrefslogtreecommitdiffstats
path: root/reportbuilder
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."Lionel Elie Mamane2014-12-171-24/+33
* fdo#67930 work around fdo#68024Lionel Elie Mamane2014-12-121-1/+2
* fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...Michael Stahl2014-12-121-33/+24
* reportbuilder: re-add numerous bits of dead code needed by bug fixMichael Stahl2014-12-122-1/+87
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-5/+5
* java: unused importsNoel Grandin2014-12-101-1/+0
* no need to call getComposer by reflectionNoel Grandin2014-12-091-28/+1
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+1
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-126-8/+8
* java: convert fields to local variables where possibleNoel Grandin2014-11-122-9/+3
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-5/+0
* java: loss of precissionRobert Antoni Buj i Gelonch2014-10-181-1/+1
* java: final fields that can be staticNoel Grandin2014-10-171-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-166-15/+19
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-24/+24
* reportbuilder: import from java.lang packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
* java: log exceptions correctly, using the right version of WARNNoel Grandin2014-10-071-2/+2
* fix classname in loggerNoel Grandin2014-10-071-1/+1
* reportbuilder: fix javadoc error: reference not foundrbuj2014-09-071-1/+1
* reportbuilder: fix unknown tag: noinspection (IntelliJ)rbuj2014-09-023-3/+3
* reportbuilder: fix javadoc error: no summary or caption for tablerbuj2014-09-021-1/+1
* reportbuilder: fix javadoc error: self-closing element not allowedrbuj2014-09-0210-40/+39
* reportbuilder: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: fix reportbuilder and wizardNoel Grandin2014-08-292-2/+37
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-4/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2054-213/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-2/+2
* java: remove unused methodsNoel Grandin2014-08-191-10/+0
* upgrade to apache-commons-1.2Thomas Arnhold2014-08-161-1/+1
* java: remove unused importsNoel Grandin2014-08-144-8/+0
* java: remove commented out codeNoel Grandin2014-08-146-29/+0
* make some java methods privateNoel Grandin2014-08-131-1/+1
* java: remove dead methodsNoel Grandin2014-08-1318-312/+25
* java: remove unused interfacesNoel Grandin2014-08-132-36/+0
* java: remove unused fieldsNoel Grandin2014-08-135-8/+5
* java: reduce scope, make some methods privateNoel Grandin2014-08-1311-19/+19
* java: reduce scope, make member classes privateNoel Grandin2014-08-133-3/+3
* java: reduce scope, make fields privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make constructors privateNoel Grandin2014-08-137-8/+8
* java: reduce scope, make constants privateNoel Grandin2014-08-125-14/+14
* java: fix broken javadoc tagsNoel Grandin2014-08-122-2/+2
* java: remove useless javadoc tagsNoel Grandin2014-08-1216-56/+3
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1269-0/+186
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* java: remove unused parametersNoel Grandin2014-08-112-4/+4
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-086-27/+16
* java: remove unused importsNoel Grandin2014-08-082-5/+0
* java: remove dead methodsNoel Grandin2014-08-083-124/+0