• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1351 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2120 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1860 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport in set of LAMS DAO types from lams_common. Alter DAO references in set of services to code against interfaces not implementations.

  1. … 16 more files in changeset.
LDEV-3275: Change call parameters as Java 8 warns about misuse of varargs.

LDEV-3293: Cast DAO methods' results to their return type.

Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 55 more files in changeset.
LDEV-2550 Developed new event logging mechanism

*merge from lams2_3_release

  1. … 18 more files in changeset.
LDEV-2550 further development of LAMS event logging mechanism

  1. … 2 more files in changeset.
remove annotations incompatible with java 1.5 compiler

  1. … 3 more files in changeset.
file LogEventDAO.java was initially added on branch lams2_3_release.

LDEV-2550 Develop new event logging service

  1. … 16 more files in changeset.