aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/data
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-11131-131/+131
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-9/+15
| | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs
* fix: Update regexp pattern of legacy EmailValidator (#12241)Tatu Lund2021-03-121-2/+6
| | | Fixes: https://github.com/vaadin/framework/issues/12240
* Update copyright year range. (#12215)Anna Koskinen2021-03-04131-131/+131
| | | | * Update copyright year range.
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-251-3/+27
| | | | | Hibernate Validator 5+ requires - Validation API 2+ - explicit Expression Language dependency
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-2/+3
|
* Fixed typo (#11072)Ilia Motornyi2018-07-191-1/+1
|
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-031-1/+1
| | | This patch adds a compatibility version of FileTypeResolver.
* Update copyright year (#10761)Ilia Motornyi2018-03-27131-131/+131
|
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-0614-46/+46
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3111-28/+20
|
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-4/+4
| | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-1/+1
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-207-21/+37
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-2/+3
|
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-125-5/+5
|
* Fix typos (#10158)Ahmed Ashour2017-10-102-2/+3
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-104-7/+7
|
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-093-5/+5
|
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-041-0/+3
| | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package.
* Fix typos (#10124)Ahmed Ashour2017-10-041-1/+1
|
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-032-3/+1
| | | Use for each loop.
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0211-60/+52
|
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-7/+4
| | | And remove unused imports.
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0219-53/+58
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-297-41/+18
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2810-62/+70
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-9/+9
|
* Fix typos (#10095)Ahmed Ashour2017-09-273-11/+14
|
* Implement error level on client side (#9817)Adam Wagner2017-09-272-2/+2
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Construct array inline (#10068)Ahmed Ashour2017-09-232-2/+3
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-236-13/+9
| | | And remove unused imports.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-4/+2
|
* Remove unused methods. (#10058)Ahmed Ashour2017-09-222-8/+0
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-222-2/+2
|
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-215-10/+9
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-218-13/+13
| | | Also includes some other minor cleanup.
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-215-6/+6
|
* Use simple class namesAhmed Ashour2017-09-208-17/+28
|
* Javadoc fixesAhmed Ashour2017-09-132-2/+1
|
* Simplify boolean expressionsAhmed Ashour2017-09-131-5/+5
|
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-206-19/+26
| | | Resolves #9330
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-1584-24/+325
| | | Fixes #8682
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1523-1/+90
| | | Partial fix for #8682
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-3/+3
|
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0719-138/+35
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-0730-139/+144
|
* Eliminate more full classnamesTeemu Suo-Anttila2017-03-074-35/+29
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0726-497/+77
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-223-2/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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