aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/test/java/com/vaadin/v7/data/util
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2810-151/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-279-9/+9
|
* Remove unused imports (#10330)Ahmed Ashour2017-11-214-5/+0
|
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-2/+2
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-1/+1
|
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-10/+10
|
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-041-0/+6
| | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package.
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0341-1378/+1421
| | | | Also removes dependency on junit.framework.TestCase .
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-292-8/+3
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-287-25/+28
|
* Fix typos (#10071)Ahmed Ashour2017-09-252-2/+2
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-233-5/+5
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+1
| | | And remove unused imports.
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-212-4/+4
| | | Also includes some other minor cleanup.
* Use simple class namesAhmed Ashour2017-09-201-1/+3
|
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-073-4/+6
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-1/+1
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-223-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140
* Increase threshold in server side performance test for stability (#8370)Henri Sara2017-01-301-1/+1
|
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-151-1/+1
| | | Fixes vaadin/framework8-issues#563
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-251-1/+1
| | | | | | Binds class instance fields using reflection using Binder.forField() Change-Id: I597f3832d112cfa69c73fb185f1564c482e4eb15
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-2/+1
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2258-0/+16257
* Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5