summaryrefslogtreecommitdiffstats
path: root/tests/server-side/com/vaadin/data
Commit message (Collapse)AuthorAgeFilesLines
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-292-139/+139
|
* Merged 6.8 branchJohn Ahlroos2012-08-202-28/+111
|\
| * #9145 Reviewed and committed Petri's patch with minor cleanup and clarificationsJohannes Dahlström2012-08-171-24/+107
| | | | | | | | svn changeset:24196/svn branch:6.8
| * Updated test to catch correct exception (#9147)Artur Signell2012-08-031-4/+4
| | | | | | | | | | | | The test now fails before the query can be executed when the query string is generated. svn changeset:24061/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-239-0/+52
| |
* | Reformatted all source filesArtur Signell2012-04-164-23/+24
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-101-3/+57
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java
| * [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
| | | | | | | | svn changeset:23402/svn branch:6.8
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3110-4253/+4253
|\| | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-2710-4270/+4270
| | | | | | | | svn changeset:22797/svn branch:6.7
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-2/+1
| | | | | | conversion from Property classes
* | Split array assertion method to separate util classArtur Signell2011-12-151-19/+4
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+33
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-081-1/+33
| | | | | | | | svn changeset:22320/svn branch:6.7
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-112-4/+4
| | | | | | | | Eliminate some more warnings for use of raw types (Field, Property, Class), mostly by changing API method return types.
* | Eliminate many generics related warnings in tests.Henri Sara2011-11-108-66/+54
| | | | | | | | | | Most of the warnings eliminated are related to generics for Property, Field or field factories. Not all such warnings are eliminated in this changeset.
* | Merge branch 'master' into databindingHenri Sara2011-11-081-0/+16
|\|
| * Test for #7698Artur Signell2011-10-271-0/+16
| | | | | | | | svn changeset:21815/svn branch:6.7
* | Parameterize Property and Field with the value type.Henri Sara2011-11-082-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interfaces Property and Field and most of their implementations are now parameterized with the type of their value. The method getValue() returns the Property type but setValue() takes Object as its parameter. No implicit conversions between value type and strings are performed in most locations (fields). Among others, AbstractTextField, DateField and RichTextArea not have specific value types and do not accept arbitrary values. Most locations requiring migration will be visible as compilation errors, with the exception of some cases where a non-parameterized Property or Field (or one parametrized with Object) is used. Not yet done: - Label - converters - setValue() parameterization (causes much more migration effort)
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-072-6/+4
|/ | | | | | | | | | | | | | | | 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.
* Fixed a class path in a string that was left after fixing #7385Jonatan Kronqvist2011-10-041-5/+2
| | | | svn changeset:21552/svn branch:6.7
* #7697 Corrected test so it won't affect other testsArtur Signell2011-09-301-6/+13
| | | | svn changeset:21478/svn branch:6.7
* #7697 SQLContainer.containsId logs a ClassCastExceptionArtur Signell2011-09-301-0/+28
| | | | svn changeset:21463/svn branch:6.7
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-2942-0/+12878
svn changeset:21440/svn branch:6.7