Directory Statistics for src/java/org/displaytag/decorator/

Back to Index Page

Lines Of Code for src/java/org/displaytag/decorator/

Commits for src/java/org/displaytag/decorator/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
fgiust 47 (100,0%)592 (100,0%)1017 (100,0%)12,60

Commit Log

DateAuthorFile/Message
09/12/04 22.06 fgiust
DISPL-150 (1 Files changed, 46 Lines changed)
16/11/04 19.41 fgiust
use ReflectHelper instead of direct call to Class.forName (1 Files changed, 4 Lines changed)
13/11/04 16.10 fgiust
license header added (5 Files changed, 60 Lines changed)
26/10/04 20.37 fgiust
fixing bad version tags (2 Files changed, 2 Lines changed)
26/10/04 20.32 fgiust
fixed DISPL-1 , refactored autolink feature and moved to a standard decorator (1 Files changed, 119 Lines changed)
28/09/04 20.47 fgiust
Fixes suggested by Findbugs (1 Files changed, 14 Lines changed)
21/09/04 20.35 fgiust
fixing 1016089 + externalizing strings for i18n of error messages (eclipse markers added everywhere). Other minor tidy-ups (1 Files changed, 6 Lines changed)
20/09/04 22.41 fgiust
minor tidy-ups, suggested by checkstyle or eclipse 3.1: - adding a serialVersionUID to serializable classes - removing unecessary "else" blocks - adding comments to empty blocks (1 Files changed, 6 Lines changed)
17/09/04 17.28 fgiust
avoid useless empty string concatenations. TableTag already check for and skip nulls returned by startRow() and endRow() (1 Files changed, 4 Lines changed)
25/04/04 16.44 fgiust
added support for indexed/mapped properties in table decorators + unit tests (fixes #926213) (4 Files changed, 48 Lines changed)
29/02/04 11.00 fgiust
changed keyword sostituition to -kkv (4 Files changed, 0 Lines changed)
29/02/04 10.55 fgiust
changed keyword sostituition to -kkv (4 Files changed, 2 Lines changed)
29/02/04 10.50 fgiust
only removed trailing spaces and formatted (2 Files changed, 12 Lines changed)
28/12/03 18.02 fgiust
javadocs and formatting (1 Files changed, 9 Lines changed)
27/12/03 21.56 fgiust
*** empty log message *** (1 Files changed, 14 Lines changed)
27/12/03 21.53 fgiust
most of css classes are now customizable in properties file (to be completed) (1 Files changed, 20 Lines changed)
27/12/03 16.20 fgiust
fixed some things suggested by the new 3.2 checkstyle (1 Files changed, 30 Lines changed)
06/12/03 21.54 fgiust
javadocs (3 Files changed, 16 Lines changed)
30/11/03 23.54 fgiust
decorator should not be public, users should always subclass tableDecorator. Added unchecked expression for sorting, fixed naming standards (3 Files changed, 25 Lines changed)
26/11/03 23.43 fgiust
fix for [840011] + junit test case (1 Files changed, 31 Lines changed)