Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server tests from tests/server-side to server/tests/src (#9299) | Artur Signell | 2012-08-30 | 1 | -2458/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+33 |
| | |||||
* | Partly eliminate the use of Property.toString(). | Henri Sara | 2011-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The toString() method should not be used on a property to get its value. Added getStringValue() to AbstractField, Label etc. Using them where applicable. Added comments to some problematic locations where Property.toString() is known to be used. AbstractField.toString() and Label.toString() still return the same values as before, but it will throw an exception in future revisions. Migration needed: Replace explicit and implicit uses of Property.toString() with use property.getValue() and its string representation. Alternatively, use AbstractProperty.getStringValue() and AbstractField.getStringValue() instead of Property.toString() during migration. | ||||
* | #7697 Corrected test so it won't affect other tests | Artur Signell | 2011-09-30 | 1 | -6/+13 |
| | | | | svn changeset:21478/svn branch:6.7 | ||||
* | #7697 SQLContainer.containsId logs a ClassCastException | Artur Signell | 2011-09-30 | 1 | -0/+28 |
| | | | | svn changeset:21463/svn branch:6.7 | ||||
* | Restructure test source directories and packages #7385 | Jonatan Kronqvist | 2011-09-29 | 1 | -0/+2390 |
svn changeset:21440/svn branch:6.7 |