summaryrefslogtreecommitdiffstats
path: root/reportbuilder
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* java: remove commented out codeNoel Grandin2014-08-059-50/+0
* java: remove unused fieldsNoel Grandin2014-08-052-10/+0
* java: removed unused importsNoel Grandin2014-08-042-4/+0
* Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet2014-07-221-2/+2
* fdo#67935 "print on group change" acted as "print in first group instance"Lionel Elie Mamane2014-05-271-18/+7
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-174-6/+4
* typo: independend -> independentThomas Arnhold2014-04-141-1/+1
* bump apache-commons-logging to 1.1.3Caolán McNamara2014-03-251-1/+1