aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/util
Commit message (Collapse)AuthorAgeFilesLines
* Add fallback resolvers for CurrentInstance (#10974)Gilberto Torrezan2018-09-031-0/+120
| | | | | | | | | This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it.
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-283-45/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-273-3/+3
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-1/+1
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-033-22/+24
| | | | Also removes dependency on junit.framework.TestCase .
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-0/+1
|
* Use simple class namesAhmed Ashour2017-09-202-3/+7
|
* Clean connector tracker after each access block to stop memory leaks (#9305)Artur2017-05-161-1/+1
| | | | | Immediately clean connectors which the client side does not know about Fixes #9303
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-221-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Make one-arg addColumn use natural sort for mutually comparable values (#8458)Leif Åstrand2017-02-071-0/+53
| | | | Fixes #8371 Fixes #8128
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-13/+12
|
* No inherited threadlocalIlia Motornyi2016-12-131-90/+33
| | | Fixes vaadin/framework8-issues#514
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-022-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7219
* Use diamond operator where it can be usedArtur Signell2016-09-051-1/+1
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-3/+3
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-183-9/+10
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-1/+1
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-143-0/+337
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e